A Joplin plugin for custom links.
Ensure your URL is encoded!
use resource id:
[???](jump://notes/{noteId}) # jump to note by id
[???](jump://notebooks/{notebookId}) # jump to notebook by id
[???](jump://tags/{tagId}) # jump to tag by id
use query params:
[???](jump://?query={query}) # jump to note via search
[???](jump://notes/?query={query}) # jump to note via search (also)
[???](jump://notebooks/?query={query}) # jump to notebook via search
[???](jump://tags/?query={query}) # jump to tag via search
or use `jumpq://`:
[???](jumpq://notes/{query}) # jump to note via search
[???](jumpq://notebooks/{query}) # jump to notebook via search
[???](jumpq://tags/{query}) # jump to tag via search
For more query syntax, see here.
[createANote](exec://newNote)
[createANote](exec://newNote?0=blabla) # create with template text `blabla`
- Arguments are pass as a array;
- If the query string like
0=a&2=c
, only use0=a
; - Arguments will parse as json if possible, or use raw string;
Find more commands here.
- run
npm run update
. - run
npm run dist
.