Howdy, Stranger!
Categories
- 3K All Categories
- 152 Research & Reading
- 692 The Zettelkasten Method
- 7 Knowledge Work
- 100 Writing
- 464 Software & Gadgets
- 154 Workflows
- 730 The Archive
- 15 Plug-In Showcase
- 88 Resolved Issues
- 225 Projects Logs and Journals
- 83 Project: Zettelkasten.de
- 53 Critique my Zettel
- 171 Random
- 373 Introduce Yourselves!
Comments
After trying many approaches and added complexity I went several steps back and came up with a Keyboard Maestro macro that I think is a foolproof compromise between functionality and simplicty. I applied AppleScript instead of Keystrokes/TA-Shortcuts when needed as I noticed that this in some cases is the most reliable solution.
With this macro I can add a note from anywhere in my system.
EDIT: I have no idea why my code block gets formatted in md. Hence, I just added a screenshot:
In an earlier version I had a dropdown menu for different kinds of notes with indicators that I prepend to the title:3
I omitted this option for the sake of simplicity4 and I am quite happy about it. On my german keyboard layout I can easily prepend these symbols when I enter the title (in case anyone is interested):
Download KM Macro for New Zettel
Please note in my template the prepending "›" (not to be confused with ">") before the Zettel id in the YAML Header. This is due to the ingenious approach by @Will to scan the Zettelkasten for linked notes. ↩︎
I tweaked Christian's template a bit to my more advanced needs using Bibdesk's own template editor: Download Bibdesk Template. You can find the instructions on how to use the template editor here. The prepends and appends are written in German, though. You might have to adjust them to your needs. ↩︎
Again, thanks to @Will for his inspiration. ↩︎
KM input prompts also act quite weird when it comes to keyboard centric use. ↩︎
Wow!
I used to but now rarely start a note on its own, naked as we could say, I start notes from prior notes. Your macro is complex. Here's mine in two parts. The first is the action, and the second is the template.
Create Note
Template
My thinking is KISS.
I maintain a separate template file. I don't interrupt the flow to think of tags at the note creation stage, and tagging comes later. I use pause till the app is in front to manage The Archive's different timings to launch if not running. I use this infrequently because I use a different macro (of the same style) that allows me to start a note from within another note, which I feel has helped me start linking my thinking to prior thinking. This second style of note creation is used almost exclusively now.
Will Simpson
My peak cognition is behind me. One day soon, I will read my last book, write my last note, eat my last meal, and kiss my sweetie for the last time.
My Internet Home — My Now Page
After seeing your macro and reevaluating mine I have to admit: Damn! You are right! I trimmed it down a lot and yet kept it too complex.
I adopted your approach creating a file out of KM instead of "UI hacking" (clicking menu item "new note", "rename" etc.). Brilliant!
I guess I have to implement a lot of KISS to my workflows.