Skip to content

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

License

Notifications You must be signed in to change notification settings

laurent22/joplin-plugin-copytags

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 85.6%
  • JavaScript 14.4%