Actions URI 1.6.2 was released today.
- Find it in Obsidian’s Community Plugins
- Check the GitHub release page: Release 1.6.2 · czottmann/obsidian-actions-uri · GitHub
No longer broken
- When a note couldn’t be found, the wrong error code would be returned (500 instead of 404).
- Appending/prepending below a headline could fail if either the input headline or the headline in the note contained trailing whitespace. This is now fixed by ignoring trailing whitespace when checking, appending, and prepending.