Posts tagged “script”
Insert a New Zettel Where You Are with Will's Macro
Forum legend @Will showcased another Keyboard Maestro macro this week that does a particularly interesting thing: from anywhere you are in your web of notes, his macro ties a new Zettel into the web. Check out the GIF teaser for Will’s 10-minute YouTube demo: Wills’ demonstration basically goes like this:
Insert a List of Backlinks Into All Your Notes
Andy Matuschak shared a script called note-link-janitor
with us the other day that maintains a list of backlinks in all of your Markdown notes. And yes, by “maintains” I really mean “maintains”: if it doesn’t exist, it adds a ## Backlinks
section at the end of each Zettel with a list of incoming links, and it updates the section on subsequent runs. This means you can run the script as often as you’d like, and it always produces an up-to-date result – as opposed to, say, naively adding a new ## Backlink
section time and time again. When you run the script regularly, you’ll always have an up-to-date backlink list in your notes. Neat.
First Draft from Outline – a Compiler Script
Last week I completed a script to help automate the process of compiling a first draft from an outline and Zettel notes. You can find it on GitHub or install it as a gem from the terminal: gem install zettel_outline
. Learn more about the format it supports and how you can adopt it to your Zettelkasten note archive.