chrisbro / alfred-bear

Alfred 3 workflow to create and search notes in Bear.
335 stars 20 forks source link

Search for a note and make it open in a new window? #19

Closed swaroopch closed 6 years ago

swaroopch commented 6 years ago

I'm willing to write a patch, but I couldn't figure out how to do it :)

Specifically referring to new_window parameter to /open-note

mdreynes commented 6 years ago

change the workflow action in the Open Url node to "bear://x-callback-url/open-note?id={query}&new_window=yes"

swaroopch commented 6 years ago

Thanks @mdreynes , will check it out.