Installation
- Search for “Actions URI” in Obsidian’s community plugins browser and install it. (This link should bring it up.)
- Enable the plugin in your Obsidian settings under “Community plugins”.
That’s it.
Installation via BRAT (for pre-releases or betas)
- Install BRAT.
- Add “Actions URI” to BRAT:
- Open “Obsidian42 - BRAT” via Settings → Community Plugins
- Click “Add Beta plugin”
- Use the repository address
czottmann/obsidian-actions-uri
- Enable “Actions URI” under Settings → Options → Community Plugins
Development
Clone the repository, run pnpm install
OR npm install
to install the dependencies. Afterwards, run pnpm dev
OR npm run dev
to compile and have it watch for file changes.