Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/orausch/silverbullet-filetree
https://github.com/orausch/silverbullet-filetree
Last synced: about 9 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/orausch/silverbullet-filetree
- Owner: orausch
- Created: 2023-08-24T04:25:25.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-27T23:48:22.000Z (over 1 year ago)
- Last Synced: 2024-12-10T23:05:44.733Z (about 2 months ago)
- Language: TypeScript
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SilverBullet File Tree
An ugly file tree
## Build
To build this plug, make sure you have [SilverBullet installed](https://silverbullet.md/Install). Then, build the plug with:```shell
deno task build
```Or to watch for changes and rebuild automatically
```shell
deno task watch
```Then, copy the resulting `.plug.js` file into your space's `_plug` folder. Or build and copy in one command:
```shell
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:orausch/silverbullet-filetree/filetree.plug.js
```to your `PLUGS` file, run `Plugs: Update` command and off you go!