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

joplin-plugin-diff-view

Package Overview
Dependencies
Maintainers
0
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

joplin-plugin-diff-view

This plugin uses [`@codemirror/merge`](https://github.com/codemirror/merge) to show a diff that can be used to compare the content of related notes and to resolve conflicts.

0.2.0
latest
Source
npm
Version published
Weekly downloads
810
28.16%
Maintainers
0
Weekly downloads
 
Created
Source

Joplin Plugin Diff View

This plugin uses @codemirror/merge to show a diff that can be used to compare the content of related notes and to resolve conflicts.

At present, it only supports the mobile and desktop beta markdown editors.

[!WARNING]

Due to occasional crashes related to interactions between syntax highlighting and @codemirror/merge, this plugin should be considered to be in beta.

Desktop setup

On desktop, be sure that the beta markdown editor is enabled. To do this, go to settings > general, then check "opt-in to the editor beta".

This plugin does not support the Rich Text Editor.

Usage

This plugin adds a "compare" button to the desktop and mobile markdown toolbars.

To compare the current note with another:

  • Click "compare" (branch icon).
  • Search for a note ID, note title, or content.
    • The search bar supports the same search syntax as Joplin.
  • Click "OK".

Joplin syncs the ID of the note to be compared with between devices.

To stop comparing with another note:

  • Click "compare" (branch icon).
  • Click "None".
    screenshot: Select a note to compare with, 'none' circled.
  • Click "OK".

Keywords

joplin-plugin

FAQs

Package last updated on 21 Jan 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