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