glushchenko / fsnotes

Notes manager for macOS/iOS
https://fsnot.es
MIT License
6.28k stars 464 forks source link

Add text to note via URL #810

Open GeoJunkie opened 4 years ago

GeoJunkie commented 4 years ago

Describe your feature request It would be great if you could add text to a note/section of a note via URL.

Additional context This is a feature in Bear that I use heavily on MacOS. I have an Alfred workflow to update reports quickly using the bear://x-callback-url/add-text URL.

I'm working to convert to FSNotes, and this is the one gap I'm seeing that's presenting a challenge for me to move over 100%

gingerbeardman commented 4 years ago

We already have this to create new notes. See https://github.com/glushchenko/fsnotes/wiki/Finding-&-creating-documents-via-URLs

We make use of it in

gingerbeardman commented 4 years ago

Ah, I misunderstood. You want a new URL scheme to add text to the current note.

GeoJunkie commented 4 years ago

The entire Bear x-callback-url scheme has some neat features actually. add-text is the one that I'm depending on that's a potential blocker for leaving Bear, but some of the other ones are pretty good, too.

https://bear.app/faq/X-callback-url Scheme documentation/

gingerbeardman commented 4 years ago

@GeoJunkie pretty cool!