/excalistore

Store multiple excalidraw diagrams in the browser cache.

Primary LanguageTypeScriptMIT LicenseMIT


Excalistore
Excalistore

A browser extension to store and manage multiple Excalidraw drawings


CI GitHub release (latest by date)


Excalistore

We all love excalidraw but wouldn't be great if you could store multiple drawing locally without leaving your browser?

With Excalistore, you can easily save and organize your Excalidraw drawings as you create them and without leaving your browser.

Browsers

Dev

To build the project locally you just need volta.

Getting started

Install dependencies with:

yarn

Build the extension locally

yarn build

Bundle the extension

yarn bundle

To load the extension in Chrome navigate to chrome://extensions and use the Load unpacked button to point to the dist folder. Make sure to re-build after any change to test them in the browser.

Publish to the browsers store

Trigger a release with yarn release then manually upload the excalistore.zip to the Chrome web store and Firefox add-on hub.

Credits