Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kognise/volcano
A shitty plugin loader for Obsidian
https://github.com/kognise/volcano
Last synced: 15 days ago
JSON representation
A shitty plugin loader for Obsidian
- Host: GitHub
- URL: https://github.com/kognise/volcano
- Owner: kognise
- Archived: true
- Created: 2020-06-04T03:46:14.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-08-11T19:09:53.000Z (over 3 years ago)
- Last Synced: 2024-08-09T02:16:55.538Z (4 months ago)
- Language: JavaScript
- Homepage:
- Size: 131 KB
- Stars: 40
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - kognise/volcano - A shitty plugin loader for Obsidian (JavaScript)
README
> 🚩 **This project is archived!** 🚩
>
> *I loved working on this project! Luckily, Obsidian now has a native plugin system with a similar API, so it isn't necesary anymore.*# Volcano
A shitty plugin loader for [Obsidian](https://obsidian.md/).
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](https://nodejs.org/) 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](https://github.com/kognise/volcano/wiki) for more information on writing plugins.
You can download some plugins from [the volcano plugins repository](https://github.com/kognise/volcano-plugins).