beet / alfred_noteplan_actions

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

x-callback-url refactor #8

Closed beet closed 5 years ago

beet commented 5 years ago

WIP

Had introduced a pattern for encapsulating NotePlan x-callback-urls, but hadn't applied it to other Alfred actions that use callbacks.

Also applied some separation of concerns by introducing Alfred action objects and decoupling things like constructing todo strings from the callback objects.