Development




Build

To build this plug, make sure you have SilverBullet installed. Then, build the plug with:

deno task build


Or to watch for changes and rebuild automatically

deno task watch


Then, copy the resulting .plug.js file into your space's _plug folder. Or build and copy in one command:

deno task build && cp *.plug.js /my/space/_plug/


SilverBullet will automatically sync and load the new version of the plug (or speed up this process by running the command).