x-callback-url endpoints
UpNote supports several x-callback-url endpoints you can use to automate certain tasks from other application:
View a note: upnote://x-callback-url/openNote?noteId=[noteId]&new_window=[true|false] Create a note: upnote://x-callback-url/note/new?title=[title]&text=[text]¬ebook=[notebook]&new_window=[true|false]&markdown=[true|false] View a notebook: upnote://x-callback-url/openNotebook?notebookId=[notebookId] Create a notebook: upnote://x-callback-url/notebook/new?title=[title]
View tag: upnote://x-callback-url/tag/view?tag=[title]
View filter: upnote://x-callback-url/openFilter?filterId=[filterId]
Last updated