|
|
|
|
|
by jmiskovic
2198 days ago
|
|
Can you mention how you organize files themselves? Things like subdirectories, naming, solving name clashes, and how do you decide when to split content into two or more files. I've always struggled with mapping any note organization mapping into strict directory structure with ascii file names being the only meta-data. I'm currently using Trilium Notes which solves most of these by using SQLite instead of filesystem. |
|
Zettel are named as follows: z{%Y%m%d%H%M%S}_{slugified title}.md
Tags are formatted as +{hyphenated tag name}.
Scripts parse all the Zettel, construct a bipartite graph of tags and Zettel, and populate tables in the index with lists of Zettel under each tag, a visualisation of the graph, various other meta statistics etc.
The point (for me) of my Zettelkasten is that through links and tags, the structure of the notes is emergent rather than dictated a priori.