Joplin Tagging Plugin <img src=img/icon_32.png>
Plugin to extend the Joplin tagging menu with a copy all tags and a tagging dialog with more control.
<img src=img/main_tagging.gif>
Installation
Automatic
- Go to
Tools > Options > Plugins
- Search for
Tagging
- Click Install plugin
- Restart Joplin to enable the plugin
Manual
- Download the latest released JPL package (
io.github.jackgruber.copytags.jpl
) from here - Close Joplin
- Copy the downloaded JPL package in your profile
plugins
folder - Start Joplin
Commands
Copy all tags
Show Tagging dialog
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 dialog
Select on or more notes, click on Tools > Tagging dialog
or use the command Tagging dialog
from the context menu.
Keyboard Shortcuts
Under Options > Keyboard Shortcuts
you can assign a keyboard shortcut for the following commands:
Copy all tags
Tagging dialog
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 npm run update
Changelog
See CHANGELOG.md
Links