1 min read

Zettelkasten Automation Ideas

Related: Zettelkasten


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

  • Implement scripts that would take content of outlined notes and embed it into the post
  • 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 [[Ghost.org]] blog

Since I already have some Swift scripts for processing notes, they can be integrated via GitHub - didix21/Shusky: A command-line tool for executing git hooks in Swift :dog2: Shusky

More details can be found here: A command-line tool for executing git hooks in Swift

Also makes sense to have a look at How to build better command line apps and tools using Swift? - The.Swift.Dev.

There are examples of using Swift CLI tools with Vapor Command API built on top of ConsoleKit