1.2.0 • Published 3 years ago

joplin-plugin-user-link v1.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

User Link

A Joplin plugin for custom links.

Usage

Ensure your URL is encoded!

Jump to anything

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.

exec any command

[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 use 0=a;
  • Arguments will parse as json if possible, or use raw string;

Find more commands here.

Build

  1. run npm run update.
  2. run npm run dist.
1.2.0

3 years ago

1.1.0

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago