x-callback-url endpoints
Last updated
UpNote supports several x-callback-url endpoints you can use to automate certain tasks from other application:
upnote://x-callback-url/openNote?noteId=[noteId]&new_window=[true|false]
upnote://x-callback-url/note/new?title=[title]&text=[text]¬ebook=[notebook]&new_window=[true|false]&markdown=[true|false]
upnote://x-callback-url/openNotebook?notebookId=[notebookId]
upnote://x-callback-url/notebook/new?title=[title]
upnote://x-callback-url/tag/view?tag=[title]
upnote://x-callback-url/openFilter?filterId=[filterId]
upnote://x-callback-url/view?
Supported query parameters: mode, noteId, notebookId, tagId, filterId, spaceId, action, query.
mode:
all_notes: View notes in All Notes.
quick_access: View notes in Quick Access.
templates: View all templates.
trash: View notes in Trash.
notebooks: View notes in a notebook. You need to provide notebookId in the search parameters.
tags: View notes in a tag. You need to provide tagId in the search parameters.
filters: View notes in a filter. You need to provide filterId in the search parameters.
all_notebooks: View all notebooks.
all_tags: View all tags.
noteId: If noteId is provided, UpNote will open to this note in the editor.
spaceId: The unique id of the space, or default for the default space. If spaceId is not provided in the parameters, UpNote will open the link in the current space.
action: If the action is search, you can pass extra parameter query so that UpNote will perform searching with the query provided.
Last updated