https://github.com/michaellee/soomda
🙈 Soomda — An Obsidian plugin that lets you quickly hide your sidebars.
https://github.com/michaellee/soomda
focus obsidian obsidian-plugin
Last synced: 5 months ago
JSON representation
🙈 Soomda — An Obsidian plugin that lets you quickly hide your sidebars.
- Host: GitHub
- URL: https://github.com/michaellee/soomda
- Owner: michaellee
- License: mit
- Created: 2023-02-19T04:03:57.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-05-04T03:55:53.000Z (over 2 years ago)
- Last Synced: 2025-04-04T20:24:40.917Z (6 months ago)
- Topics: focus, obsidian, obsidian-plugin
- Language: TypeScript
- Homepage:
- Size: 60.5 KB
- Stars: 9
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## 🙈 Soomda
An Obsidian plugin that lets you quickly hide your sidebars.
## Getting started
- Once Soomda is installed, make sure the plugin is activated under *Community plugins > Installed plugins* in *Settings*
- Once activated, you'll see a new leaf-shaped icon in the left hand ribbon. This is the toggle to turn Soomda on and off.## To develop
- Clone repository
- Run `npm i` to install dependencies
- Run `npm run dev`## To install from repo
- Follow steps above in "To develop" section
- Instead of running `npm run dev`, you want to run `npm run build`
- Create a folder in your vault's `.obsidian/plugins` folder called "soomda"
- Then copy and paste the `main.js` and `manifest.json` files into the new soomda folder
- Activate community plugins by turning off safe mode under settings and you should now see the option to turn on Soomda## License
MIT