Tom's Kopfbahnhof

Search

Search IconIcon to open search

Zettelkasten Format

Last updated Jun 4, 2022

# Zettelkasten Format

I use a couple conventions how to build and format my Zettelkasten In general I try to keep everything compatible with pandoc and katex.

# Files

The files are Markdown files (.md). Every files is named after the Title of the Note. Furthermore the note contains a header in yaml format:

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
---
title: "Title of Note"
id: "%y-%m-%dT%H%M%S"
categories:
- exampleCategory
tags:
- exampleTag
date: %y-%m-%dT%H%M%S
enableToc: false
---

Links between notes are made using the wiki like syntax \[\[Note Name\]\]. Files can be nested into folders, but only the name is used for referencing the notes. When copying the notes for quartz, all notes are placed in the same folder and the links are rewritten into markdown links. Citations are made with \[@citekey\]. After writing the notes like this, the links will be converted to a format readable by Quartz by custom little scripts.

# Latex conventions

We can use latex with katex. All supported features from katex can be used, which includes