Zettel search workflow
I got the Alfred search workflow to work! The logic is as follows, for posterity’s sake:
- File filter, filtered by filename/scope, and that can search within files. Enabled the anchor setting, which doesn’t provide for the best search, but since I’m searching by title anyway, I think it’s fine for now.
- Split arg to vars - splits the file path by
/
- Args and vars - Choose the specific variable
- Another split arg to vars - Split by space, and take the first variable
- Copy to clipboard, with the search path added!
uid: 202005102128 tags: #programming #zettelkasten