No description
  • TypeScript 100%
Find a file
2025-09-21 12:27:42 +02:00
.gitignore First version 2025-09-21 12:27:42 +02:00
deno.jsonc First version 2025-09-21 12:27:42 +02:00
plotly.plug.js First version 2025-09-21 12:27:42 +02:00
plotly.plug.yaml First version 2025-09-21 12:27:42 +02:00
plotly.ts First version 2025-09-21 12:27:42 +02:00
README.md First version 2025-09-21 12:27:42 +02:00

SilverBullet plug: Plotly

Enables interactive Plotly visualizations within your SilverBullet space.

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 simply add

"github:lochel/silverbullet-plug-plotly/plotly.plug.js",

to your list of plugs in your CONFIG file, run Plugs: Update command and off you go!