beet / alfred_noteplan_actions

Alfred workflow for handy Noteplan actions
38 stars 4 forks source link

Feature Request: Add ability to open note in a sub window #27

Open jgclark opened 3 years ago

jgclark commented 3 years ago

The x-callback spec allows for &subWindow=yes to be added on an openNote call. Your code is so well structured it only took me a minute to add the line in the x-callback-url\open_note.rb file to always force this for my local install. It would be a little more work to work out how best to present this in Alfred as an option. Perhaps add a modifier key to trigger this?

beet commented 3 years ago

Good idea, shouldn't be too hard to make it a user setting.

jgclark commented 3 years ago

Thanks!