joplin-plugin-diff-view
v0.3.1
Published
A plugin for [Joplin](https://joplinapp.org/) that adds support for comparing notes in the note editor.
Downloads
1,591
Maintainers
Keywords
Readme
Joplin Plugin Diff View
A plugin for Joplin that adds support for comparing notes in the note editor.
This plugin uses @codemirror/merge to show a diff that can be used to compare the content of related notes and to resolve conflicts.
Desktop setup
- This plugin does not support the Rich Text Editor.
- On desktop, be sure that the legacy Markdown editor is disabled. To do this, go to settings > general > advanced, then uncheck the "legacy Markdown editor" setting.
Usage
This plugin adds a "compare" button to the desktop and mobile markdown toolbars.
To compare the current note with another:
- Click "compare" ().
- 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" ().
- Click "None".
- Click "OK".
