Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 870 Bytes

File metadata and controls

22 lines (15 loc) · 870 Bytes

Overview

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

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

Discuss the plugin with other Joplin users

You can discuss this plugin on the Joplin forum Simple Highlighter plugin thread.