trashhalo / obsidian-webhooks

Connect obsidian to the internet of things via webhooks
MIT License
177 stars 4 forks source link

Feature: Append/Create/Overwrite #26

Open jonashaefele opened 4 months ago

jonashaefele commented 4 months ago

What an amazing little service you created @trashhalo Thank you so much.

I had a similar setup with Dropbox to sync my AudioPen notes to Obsidian. Literally the best thing that happened to my thoughts in years. That said Dropbox Sync gets really wobbly on mobile, so I finally upgraded to Obsidian Sync.

Now, my little dilemma: Obsidian Webhooks seems to only APPEND to a note. Where as with AudioPen, I often edit the automatic transcriptions and re-save the notes. Which then creates a monster note with the contents duplicated 2-3 times (appended one extra time per edit).

Any chance you could add a mode URL parameter that allows for update rather than append? Maybe with a toggle in the plugin settings for people who don't want to risk overwriting their notes?

Happy to help out as well and make a PR. Again, thanks so much!