Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jackgruber/joplin-plugin-tagging
Plugin to extend the Joplin tagging menu with a copy all tags and tagging dialog with more control.
https://github.com/jackgruber/joplin-plugin-tagging
desktop-app joplin joplin-plugin plugin
Last synced: about 2 months ago
JSON representation
Plugin to extend the Joplin tagging menu with a copy all tags and tagging dialog with more control.
- Host: GitHub
- URL: https://github.com/jackgruber/joplin-plugin-tagging
- Owner: JackGruber
- License: mit
- Created: 2020-12-17T13:15:30.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-05-15T17:15:06.000Z (7 months ago)
- Last Synced: 2024-10-11T02:50:58.896Z (2 months ago)
- Topics: desktop-app, joplin, joplin-plugin, plugin
- Language: TypeScript
- Homepage:
- Size: 2.15 MB
- Stars: 23
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Joplin Plugin: Tagging
Plugin to extend the Joplin tagging menu with a copy all tags and a tagging dialog with more control.
- [Installation](#installation)
- [Automatic](#automatic)
- [Manual](#manual)
- [Manual via GUI](#manual-via-gui)
- [Manual via file system](#manual-via-file-system)
- [Commands](#commands)
- [Copy all tags](#copy-all-tags)
- [Tagging dialog](#tagging-dialog)
- [Keyboard Shortcuts](#keyboard-shortcuts)
- [Changelog](#changelog)## Installation
### Automatic
- Go to `Tools > Options > Plugins`
- Search for `Tagging`
- Click Install plugin
- Restart Joplin to enable the plugin### Manual
#### Manual via GUI
- Download the latest released JPL package (`io.github.jackgruber.copytags.jpl`) from [here](https://github.com/JackGruber/joplin-plugin-copytags/releases/latest)
- Go to `Tools > Options > Plugins` in Joplin
- Click on the gear wheel and select `Install from file`
- Select the downloaded JPL file
- Restart Joplin#### Manual via file system
- Download the latest released JPL package (`io.github.jackgruber.copytags.jpl`) from [here](https://github.com/JackGruber/joplin-plugin-copytags/releases/latest)
- Close Joplin
- Got to your Joplin profile folder and place the JPL file in the `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.
- Add tags to notes
- Remove tags from notes
- Create new tags
## Keyboard Shortcuts
Under `Options > Keyboard Shortcuts` you can assign a keyboard shortcut for the following commands:
- `Copy all tags`
- `Tagging dialog`## Changelog
See [CHANGELOG.md](CHANGELOG.md)