2024-03-16 16:18:45 +01:00
2022-10-15 20:14:55 +02:00
2023-08-22 10:36:42 +02:00
2024-03-16 16:18:45 +01:00
2023-08-22 10:38:43 +02:00
2024-03-16 16:18:45 +01:00
2023-08-22 10:36:42 +02:00
2023-08-22 10:36:42 +02:00

SilverBullet plug template

Insert your plug description here

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 {[Sync: Now]} command).

Installation

If you would like to install this plug straight from Github, make sure you have the .js file committed to the repo and simply add

- github:user/plugname/plugname.plug.js

to your PLUGS file, run Plugs: Update command and off you go!

Description
No description provided
Readme MIT 254 KiB
Languages
TypeScript 100%