Daeraxa / joplin-plugin-match-highlight

Marks words that match the highlighted selection
2 stars 0 forks source link

Joplin Highlight Matching Plugin

This plugin highlights words that match what the user has highlighted in the editor.

Usage

Simply toggle the plugin on and highlight a word, matching strings will also be highlighted.

The plugin activates the CodeMirror addon search/match-highlighter with the default options set. The background highlighting is provided by CSS matching the new CSS class of .cm-matchhighlight. This can be overridden using CSS in userchrome.css with the !important option.

Customising

Currently the options for match-highlight are hard coded but I'll be looking at exposing some of them to the Joplin settings in a future version.

Known issues & limitations