1.0.0 • Published 3 years ago

joplin-plugin-tags-generator v1.0.0

Weekly downloads
4
License
MIT
Repository
github
Last release
3 years ago

Joplin Generate Tags Plugin

Plugin for Joplin which can be used to extract keywords from note and assign them as a note's tags.

Demo

Demo

Installation

Automatic

  • Go to Tools > Options > Plugins
  • Search for Tags Generator
  • Click Install plugin
  • Restart Joplin to enable the plugin

Manual

  • Download the latest released JPL package (joplin.plugin.forcewake.tags-generator.jpl) from here
  • Close Joplin
  • Copy the downloaded JPL package in your profile plugins folder
  • Start Joplin

Commands

  • Generate tags

Generate tags

Uses several awesome unified packages in order to process, analyse and extract keywords from english-based markdown only notes.

  • Select one note (markdown and written in English)
  • Click on Tools > Generate tags... or use the command Generate tags... from the context menu or use the Command palette and find the command Generate tags....

Keyboard Shortcuts

Under Options > Keyboard Shortcus you can assign a keyboard shortcut for Generate tags... command.

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

Links