1.0.0 • Published 2 years ago

joplin-plugin-simple-highlighter v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

Overview

Simple highlighter to highlight the selected text by wrapping == around the selected text. Able to dehighlight the word using same button / command.

npm.io

Remark

  • Highlight style follows the markdown stylesheet. To customise the style, go to Tools → Options → Appearance → Show Advanced Settings → Custom stylesheet for rendered Markdown
    mark {
        /* Sample style. Sets the background and font colour of user highlighted text (==mark==) */
        background-color: red;
        color: white;
    }
  • Please select all highlighted text to dehighlight properly. Selecting the == is optional. Refer to the GIF above