Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)