Create sdk for joplin to create plugins, themes etc
Evernote-inspired search grammar
- chicken tag:cooking created:year
- tag:cooking -tag:mexican beef -carrots
- notebook:Travel intitle:"San Francisco"
- tag:* resource:audio/* updated:week-1
- any: "San Francisco" tag:SFO
- resource:image/* latitude:37 -latitude:38 longitude:-123 -longitude:-122
joplin_activate_plugin()
- Function: Attempts activation of plugin in a “sandbox” and redirects on success.
- Source: joplin-sdk/includes/plugin.js:814
joplin_activate_plugins()
- Function: Activate multiple plugins.
- Source: joplin-sdk/includes/plugin.js:864
joplin_add_action()
- Function: Adds a callback function to an action hook.
- Source: joplin-sdk/plugin.js:394
joplin_add_filter()
- Function: Adds a callback function to a filter hook.
- Source:joplin-sdk/plugin.js:114
joplin_add_custom_background()
- Function: Add callbacks for background image display.
- Source: joplin-sdk/deprecated.js:3047
joplin_add_image_size()
- Function: Register a new image size.
- Source: joplin-sdk/media.js:291
joplin_add_link()
- Function: Add a link to using values provided in $_POST.
vSource:joplin-sdk/includes/bookmark..js:16
joplin_add_links_menu()
- Function: Add menu to the Links main menu.
- Source:joplin-sdk/includes/plugin..js:1693
joplin_add_magic_quotes()
- Function: Walks the array while sanitizing the contents.
- Source: joplin-sdk/functions..js:1234
joplin_add_tag_note()
- Function: Add tag in note.
- Source:joplin-sdk/includes/plugin..js:1496
joplin_add_tag()
- Function: Add tag.
vSource:joplin-sdk/includes/plugin..js:1312
joplin_add_notebook()
- Function: Add notebook.
vSource:joplin-sdk/includes/plugin..js:1312
joplin_add_meta()
- Function: Add post meta data defined in $_POST superglobal for post with given ID.
- Source:joplin-sdk/includes/post..js:927
joplin_reset_content()
- Function: Handles resetting the content from notes.
- Source: joplin-sdk/user..js:2876
joplin_restore_current_note()
- Function: Restore the current note, after calling switch_to_note().
- Source: joplin-sdk/ms-notes..js:585
joplin_restore_current_locale()
- Function: Restores the translations according to the original locale.
- Source: joplin-sdk/l10n..js:1694
joplin_rest_api_default_filters()
- Function: Registers the default REST API filters.
- Source: joplin-sdk/rest-api..js:195
joplin_rest_api_register_rewrites()
- Function: Adds REST rewrite rules.
- Source: joplin-sdk/rest-api..js:178
joplin_rest_application_password_check_errors()
- Function: Checks for errors when using application password-based authentication.
- Source: joplin-sdk/rest-api..js:1113
joplin_rest_application_password_collect_status()
- Function: Collects the status of authenticating with an application password.
- Source: joplin-sdk/rest-api..js:1075
reference