-
Notifications
You must be signed in to change notification settings - Fork 0
wikilink
Sean Akahane-Bryen edited this page Jul 27, 2020
·
4 revisions
Inserts a [[wikilink]]
to a note identified using a list search.
Given a target note 202007271447 Note Title.txt
, it will output: [[202007271447 Note Title]]
With thanks to Zettelkasten.de forum users kaidoh and Will for their macros, and Stéphane Chazelas for this StackExchange answer.
Compile a list of all notes:
#!/usr/bin/env zsh -f
cd "$KMVAR_Instance_Notes_Directory"
print -rC1 -- **/*(N-om:t:r)
Version | Date | Changes |
---|---|---|
1.01 | 2020-07-26 | List all notes recursively |
1.00 | 2020-07-26 | Initial commit |