A Joplin plugin for custom links.
npm install joplin-plugin-user-linkA Joplin plugin for custom links.
Ensure your URL is encoded!
`` markdown
use resource id:
??? # jump to note by id
??? # jump to notebook by id
??? # jump to tag by id
use query params:
??? # jump to note via search
??? # jump to note via search (also)
??? # jump to notebook via search
??? # jump to tag via search
or use jumpq://:
??? # jump to note via search
??? # jump to notebook via search
??? # jump to tag via search
`
For more query syntax, see here.
` markdownblabla
createANote
createANote # create with template text `
- Arguments are pass as a array;
- If the query string like 0=a&2=c, only use 0=a;
- Arguments will parse as json if possible, or use raw string;
Find more commands here.
1. run npm run update.npm run dist`.
1. run