New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

joplin-plugin-codemirror-6-settings

Package Overview
Dependencies
Maintainers
0
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

joplin-plugin-codemirror-6-settings

This plugin adds several additional Markdown editor settings. Many of these settings are built in to Joplin's [CodeMirror](https://codemirror.net/) editor.

1.10.1
latest
Source
npm
Version published
Weekly downloads
829
29.53%
Maintainers
0
Weekly downloads
 
Created
Source

Extended Markdown editor settings

This plugin adds several additional Markdown editor settings. Many of these settings are built in to Joplin's CodeMirror editor.

In Joplin Desktop < 3.1.x: To use this plugin, first enable the beta editor in settings (Options > General > Opt in to the editor beta).

Available settings

Screenshot of Joplin Desktop's settings screen for the Extended Markdown editor settings plugin

  • Show line numbers: Shows line numbers to the left of the editor.
  • Enable code folding: Adds expand/collapse buttons to the editor gutter.
  • Enable autocomplete: Shows a completion dialog in certain code blocks.
  • Highlight the gutter for the active line: If a gutter is shown (e.g. for line numbers), the gutter for the current line is shown in a different color.
  • Highlight spaces: Makes spaces and tabs visible.
  • Highlight trailing spaces: Highlights space characters at the end of lines.
  • Highlight selection matches: If text is selected, other visible instances of the same text are highlighted.
  • Show background grid pattern: Shows a grid pattern behind the editor's content.
  • Show word count: Adds a panel that shows the number of words in the open note. This number is calculated differently from Joplin's built-in word counter.
  • Show visual sync indicator: Shows an icon or text panel that indicates Joplin's current sync status.
  • Hide Markdown: Hides or replaces formatting markup. For example, clickable checkboxes added to the start of items in checklist markup.
  • Text direction (advanced): Allows setting the editor's text direction to right-to-left or left-to-right for all lines, regardless of system language settings.

More information: The "Hide Markdown" setting

The "Hide Markdown" setting hides or replaces Markdown on lines that don't contain the cursor.

In particular, setting "Hide Markdown" to "Some", makes the following changes:

  • Checkbox markup: Replaced with checkboxes:
    screenshot: Checkboxes are shown to the left of checklist items
  • Links: In links in [title](url) format, URLs and brackets are hidden:
    screenshot: Link URLs are hidden when the cursor is on a different line
    At present, clicking links does not follow them.
  • Headings: #s are hidden:
    screenshot: A Markdown heading labeled "Test" with a "#" character, headings level 1-4 shown without.
    Above, the cusror is on the same line as the # Test heading. As a result, its leading # markup is visible.
  • Bold/italic/code markup: Formatting characters (e.g. **) are hidden:
    screenshot: "Bold, italic, and code" repeated twice. First, with formatting characters, second without.
  • Blockquotes: >s are hidden:
    screenshot: Blockquote containing "This is a blockquote!" is shown twice. The first time with the leading ">", the second time without.

Keywords

joplin-plugin

FAQs

Package last updated on 06 Feb 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts