0.3.0 • Published 5 years ago

joplin-plugin.copytags v0.3.0

Weekly downloads
-
License
MIT
Repository
-
Last release
5 years ago

Joplin Copy Tag Plugin

Plugin to extend the Joplin tagging menu with a coppy all tags and tagging list with more control.

Installation

  • Download the latest released JPL package (com.jackgruber.joplin.copytags.jpl) from here
  • Open Joplin
  • Go to Tools > Options > Plugins
  • Click Install plugin and select the downloaded jpl file
  • Restart Joplin to enable the plugin

Commands

  • Copy all Tags
  • Show Tagging list

Copy all Tags

Copies all tags of the first marked note to all other marked notes.

  • Select multiple notes (The first marked note must be the one from which the tags are to be copied)
  • Click on Tools > Copy all Tags or use the command Copy all Tags from the context menu

Tagging list

  • Select multiple notes
  • Click on Tools > Tagging list or use the command Tagging lists from the context menu
  • Now you can remove a tag from all notes or add a tag to all notes, when the tag is not applied to all notes.

Keyboard Shortcus

Under Options > Keyboard Shortcus you can assign a keyboard shortcut for the following commands:

  • Copy all Tags
  • Tagging list

Build

To build your one version of the plugin, install node.js and run the following command npm run dist

Updating the plugin framework

To update the plugin framework, run yo joplin --update

Keep in mind that doing so will overwrite all the framework-related files outside of the "src/" directory (your source code will not be touched).

Changelog

v0.3.0 (2021-01-05)

❗ Requires at least Joplin v1.6.2 ❗

  • Add Tagging list command

v0.2.0 (2020-12-21)

  • Add context menue

v0.1.0 (2020-12-17)

  • First version

Links

0.3.0

5 years ago