/z4v

Zettelkasten For VSCode

Primary LanguagePowerShell

z4v: zettelkasten for vscode

NO_FCK1NG

Markdown Badge Visual Studio Code Badge

The aim of this code🎯 is to describe my process for the establishment of Zettelkasten method within Visual Studio Code using git and a few PowerShell scripts for:

  • page creator

  • page publisher

  • link updater: rename and relink

  • link creator

  • The important difference to the usual Zettelkasten method is the implementation of dynamic linking.

    • Links are just filenames with timestamps - both of which I can modify easily
    • They bear an important semantic layer for me - when am I worknig on it and what is it.
    • I can then search easily.
    • I can re-link during re-naming

1. demo

2. setup

2.1. prereqs

2.2. environmental variables

  • you need the following envirnomental variables
Name Example Value
Z4V_FOLDER C:\Users\Admin\z4v

3. instructions

4. sources