Possible to auto-select local note called "default.sql"? #219
-
|
I presently am auto selecting a source based up on the current project I'm in, and would like to ALSO select the local note I'm mostly just confused about the way to use the api to select a local note file by a given file name (again, Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Figured it out.. In may case it was a situation of calling |
Beta Was this translation helpful? Give feedback.
Figured it out..
In may case it was a situation of calling
<dbee>api.ui.editor_namespace_get_notes(<my_namespace_id>), then setting the current note with the one I wanted<dbee>.api.ui.editor_set_current_note(<my_note_id>).