Getting Started
Install
Community Plugins (Default)
- Open Obsidian.
- Go to
Settings -> Community Plugins -> Browse. - Search for
Obsidian Actions. - Install and enable the plugin.
Manual Install
Copy these files into:
<vault>/.obsidian/plugins/actions
main.jsstyles.cssmanifest.json
Then enable Obsidian Actions in Community Plugins settings.
Developer Setup
git clone https://github.com/mcmanussliam/obsidian-actions.git
cd obsidian-actions
npm ci
npm run devSymlink the repo into your vault plugins folder so Obsidian loads your local build while you develop.
Create Your First Action
- Open
Settings -> Actions. - Click
Create. - Configure:
name: display name and ID seedicon: Lucide icon namedescription: optional helper texthook: when it runs (manual,startup,interval, or file events)type:jsorshellcode: script/command bodyschedule: cron expression (required forinterval)
- Save.
Manual actions can be run directly from settings or command palette.