Plugin to extend the Joplin tagging menu with a coppy all tags and tagging list with more control.
npm install joplin-plugin-copytagsPlugin to extend the Joplin tagging menu with a copy all tags and a tagging dialog with more control.

- Go to Tools > Options > Plugins
- Search for Tagging
- Click Install plugin
- Restart Joplin to enable the plugin
- 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
- Copy all tags
- Show Tagging dialog
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
Select on or more notes, click on Tools > Tagging dialog or use the command Tagging dialog from the context menu.
- Add tags to notes
- Remove tags from notes
- Create new tags


Under Options > Keyboard Shortcuts you can assign a keyboard shortcut for the following commands:
- Copy all tags
- Tagging dialog
To build your one version of the plugin, install node.js and run the following command npm run dist
To update the plugin framework, run npm run update
See CHANGELOG.md
- Joplin - Getting started with plugin development
- Joplin - Plugin API reference
- Joplin - Data API reference
- Joplin - Plugin examples