add initial version of zettelkasten tools
parent
16438909e5
commit
84dc332c3b
@ -0,0 +1,6 @@
|
||||
#!/bin/rc
|
||||
# z/ins - make a new zettelkasten note,
|
||||
basepath=$oshome/vimwiki/zettel/ # needs a trailing /
|
||||
id=`{date -f 'YYYYMMDDhhmmss'}
|
||||
echo -n [[^$id^'.md'^]]
|
||||
z/new
|
Reference in New Issue