ink+ — create Inkdrop notes from Alfred
The itch
The official Inkdrop Alfred workflow could only search notes. Capturing a thought still meant switching to the app, finding the right notebook, making a note — enough friction to lose the thought.
The contribution
Merged PR #4
adds an ink+ command: type ink+ title: contents and the note lands in
Inkdrop without ever leaving the keyboard.

What went in:
ink+ <title>:<contents>— new command hitting Inkdrop's local server API to create the note.defaultNotebookanddefaultTagsworkflow environment variables, so captured notes are filed and tagged automatically.- Refactor —
search.phpbecameinkdrop.php, since the workflow was no longer just search. - Failure feedback — a macOS notification when the local server errors out, instead of silently eating the note.
Why it's on this list
Small diff, daily payoff — this is the kind of tooling contribution I enjoy: find the friction in a tool you actually use, remove it upstream so everyone gets the fix.