1
0
Fork
You've already forked space-tasks
0
Improved tasks for SilverBullet
  • Dockerfile 69.1%
  • TypeScript 30.9%
2025年10月03日 17:55:56 +02:00
.devcontainer Initial commit 2025年10月03日 17:55:56 +02:00
.github Initial commit 2025年10月03日 17:55:56 +02:00
.vscode Initial commit 2025年10月03日 17:55:56 +02:00
.gitignore Initial commit 2025年10月03日 17:55:56 +02:00
deno.jsonc Initial commit 2025年10月03日 17:55:56 +02:00
hello.plug.js Initial commit 2025年10月03日 17:55:56 +02:00
hello.plug.yaml Initial commit 2025年10月03日 17:55:56 +02:00
hello.ts Initial commit 2025年10月03日 17:55:56 +02:00
README.md Initial commit 2025年10月03日 17:55:56 +02:00

SilverBullet plug template

Insert your plug description here

Build

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

deno task build

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, just watch your browser's JavaScript console to see when this happens.

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 list of plugs in your CONFIG file, run Plugs: Update command and off you go!