Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/benature/obsidian-automation
https://github.com/benature/obsidian-automation
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/benature/obsidian-automation
- Owner: Benature
- License: mit
- Created: 2024-03-28T04:54:14.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2024-05-31T11:37:09.000Z (6 months ago)
- Last Synced: 2024-08-13T07:16:41.315Z (3 months ago)
- Language: TypeScript
- Size: 87.9 KB
- Stars: 14
- Watchers: 4
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Automation
This plugin listens to specific events and triggers commands (which are available in the command palette) based on those events.
> Note: to use commands of Quick Add, remember to enable the ⚡️ icon in its settings. :)
## Install
### Install by BRAT
- First install [BRAT Plugin](https://obsidian.md/plugins?id=obsidian42-brat):
- In BRAT Plugin, click `Add Beta plugin`
- Enter https://github.com/Benature/obsidian-automation
- Enable `Automation` in `Community plugins`### Manually install
- Download latest version in [Releases](https://github.com/Benature/obsidian-automation/releases/latest)
- Copy over `main.js`, `manifest.json` to your vault `VaultFolder/.obsidian/plugins/default-query-in-backlink/`
- Reload plugins in `Community plugins` and enable `Automation`## How to build
- `git clone https://github.com/Benature/obsidian-automation` clone this repo.
- `npm i` install dependencies
- `npm run dev` to start compilation in watch mode.
- `npm run build` to build production.## Support
If you find this plugin useful and would like to support its development, you can sponsor me via [Buy Me a Coffee ☕️](https://www.buymeacoffee.com/benature), WeChat, Alipay or [AiFaDian](https://afdian.net/a/Benature-K). Any amount is welcome, thank you!