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]
View a notebook:
upnote://x-callback-url/openNotebook?notebookId=[notebookId]
Create a notebook:
upnote://x-callback-url/notebook/new?title=[title]
Last modified 4mo ago