alfred_noteplan_actions
alfred_noteplan_actions copied to clipboard
Feature Request: Add ability to open note in a sub window
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?
Good idea, shouldn't be too hard to make it a user setting.
Thanks!