joplin-plugin-joplin-excalidraw-v2
v2.0.0
Published
[Excalidraw](https://github.com/excalidraw/excalidraw) support in Joplin for Desktop.
Readme
Joplin-excalidraw v2
Excalidraw support in Joplin for Desktop.
How to?
Click the Excalidraw button on the toolbar to generate a new diagram:
Click the edit button on the preview pane to edit an existing diagram.
Two separate resources will be saved for each diagram:
- the JSON definition
- the SVG for visualization in the preview pane
Example

Development
See GENERATOR_DOC.md for the code generation instructions.
Quick steps:
- use
yarn install --mode=update-peer-depsto download locally the necessary dependencies - use
npm run distto create a release package (it will be found underpublish/directory)
In Joplin you can use the dist/ directory directly by setting it under Tools -> Options -> Plugins -> Show advanced settings.
Notes & credits
- This is a fork of https://github.com/artikell/joplin-excalidraw; notes created with that version are currently supported
- The excalidraw library is bundled into the plugin, together with fonts and assets.
- Tested on MacOS, Linux and Windows Desktop apps
- This project refers to the ThibaultJanBeyer/joplin-sheets project, thank you
- Thanks to @Winbee to refactor by vite
- Thanks to @smallzh for the SVG preview support
