Create an action for the Obsidian URI that allows you to append/prepend content to an existing note.
Use case or problem
Sometimes you want to simply add more content to an existing note. This is particularly useful for the daily notes. For example, I create my note, but at the end of each day I run a script that asks me to reflect on my day. I’d like to automatically add these answers to the end of my already existing daily note.
Proposed solution
This action can work just like the NEW action, but looks for an existing file and has the option to append or prepend the text to the document.
Current workaround (optional)
Right now my solution is to run my script, copy the text to the clipboard, run the URI with the command to open my daily note, and then I manually paste it into my document.