Last updated 1 min read

Ideas to Automate Zettelkasten Publishing

Related: Zettelkasten, Digital Garden


Zettelkasten -> Evergreen Blog pipeline can be implemented in the following way:

  • Implement scripts that would take content of embedded notes and embed it into the post outlined notes
  • Add those scripts as git hooks for Zettelkasten
  • When Zettelkasten is pushed to github it would trigger the scripts
  • When posts are re-built they can be re-published to a ghost blog.

Since I already have a few Swift scripts for processing notes I can comfortably use Swift for that: How to Run Swift Script From CLI


References