Skip to content

Latest commit

 

History

History
59 lines (36 loc) · 1.44 KB

README.md

File metadata and controls

59 lines (36 loc) · 1.44 KB

Excalidraw for Inkdrop

Allows Inkdrop to embed Excalidraw contents to a note.

Note that printing and exporting are not supported since external contents are loaded asynchronously.

Features

  • Save .excalidraw and .exalidraw.png automatically
  • Integrate with inkdrop's inline image widgets
  • FullScreen support

Install

ipm install excalidraw

usage

  1. Setup saveDir option from inkdrop's preferences window > plugins
  2. Open a note and Click "Create Excalidraw" of Context menu
  3. Preview the node and edit Excalidraw!

details of mechanism

Write a link with !Excalidraw caption and path to .excalidraw:

[!Excalidraw](file:///path/to/file.excalidraw)

or, Write a img with Excalidraw alt and path to .excalidraw.png:

![Excalidraw](file:///path/to/file.excalidraw.png)

Preview the note, and you can edit the file as excalidraw file.

Preview

📝 This plugin save the updates automatically.

Settings

You can change save dir from Preferences window:

  • saveDir: A saving directory for .excalidraw files
  • inlineImageWidgets: Enable integration for inline image widgets
    • Replace link syntax to .excalidraw with img syntax to .excalidraw.png automatically

Context Menu

  • Create Excalidraw: create .excalidraw file to saveDir and put the link into current selection

License

MIT