A whiteboard plugin using Excalidraw.
Demonstration and documentation at https://itsthewhale.github.io/tiddlywiki-excalidraw.
Please only use pnpm, as this project depends on pnpm-specific functionality.
$ pnpm install
A script programmatically patches the Excalidraw package and generates a pnpm patch file to be committed to the repository. Do not attempt to manually patch the package, all changes must be made via the patch script or the changes will be overwritten the next time patches are regenerated.
$ pnpm run patch:excalidraw
$ pnpm run dev
$ pnpm run dev:wiki
$ pnpm run format
$ pnpm run lint
$ pnpm run check
$ pnpm run build
$ pnpm run publish