All Projects → kognise → Volcano

kognise / Volcano

A shitty plugin loader for Obsidian

Programming Languages

javascript
184084 projects - #8 most used programming language

Volcano

A shitty plugin loader for Obsidian.

I hacked this together in a few hours because there's currently no way to load your own plugins, I'll probably archive this when the awesome Obsidian team opens up an official API.

Installation

Until I stop being lazy and add packing, you'll need Node.js to install Volcano. Once it's installed, run the following in a terminal:

npm install -g volcano

Then, run volcano to inject the plugin loader into the Obsidian executable. You'll have to re-run this whenever Obsidian updates.

Plugins

Plugins are stored in the form of JavaScript files in the ~/volcano/plugins/ directory. Check out the wiki for more information on writing plugins.

You can download some plugins from the volcano plugins repository.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].