Skip to content

kensam94/joplin-plugin-simple-highlighter

Repository files navigation

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.

About

Joplin plugin to highlight / dehighlight the selected text

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published