This note-taking system
This note-taking system was inspired by the Zettelkästen method. It allows brief pieces of information to be interlinked using HTML's hyperlinks.
The basis of this note-taking system is convenience. Several tools lend to the convenience of taking notes.
- The C programming language allows for defining powerful programs that do File Input-Output, writing parts of the documents for me, and automatically generating an index.
- The MD4C Markdown parser provides a quick and accessible interface to writing custom renderers for the markdown format.
- HTML and CSS enable endless ways to present information.
- Tools like PowerShell Core and GNU let me list and sort files and automate the build process.
The philosophy behind this note-taking system is to alleviate information congestion and make it easier for me to remember things that I have once known, but forgotten.
The source code is under an MIT license.