You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am currently trying to write a kanban board script extension. This will support rendering a note as a Kanban board.
One of the features I would like to implement is making it easy for users to link a specific kanban board item to a note in their library. For this, it would be great to leverage the noteAutocompleteService. Something as simple as api.getNoteAutocomplete() that resolves with a FNote object for the front-end API would be great.
What are your thoughts on implementing this? Should I attempt a pull-request to add this functionality?
Additional Information
No response
The text was updated successfully, but these errors were encountered:
You can take a look at e.g. api.prompt() which also triggers a dialog and can be awaited. I guess you could basically combine the prompt dialog with e.g. "jump to note" dialog for this.
Describe feature
I am currently trying to write a kanban board script extension. This will support rendering a note as a Kanban board.
One of the features I would like to implement is making it easy for users to link a specific kanban board item to a note in their library. For this, it would be great to leverage the
noteAutocompleteService
. Something as simple asapi.getNoteAutocomplete()
that resolves with a FNote object for the front-end API would be great.What are your thoughts on implementing this? Should I attempt a pull-request to add this functionality?
Additional Information
No response
The text was updated successfully, but these errors were encountered: