Card catalog
Zettelkasten
Browse and search the repo-native cards without leaving this page. Everything runs on GitHub Pages using markdown stored in /zettels/<year>/<yyyymm>/<id>.md.
Authoring + catalog tips
Create
Click New note to open a prefilled file on main. Keep the filename as suggested under zettels/<year>/<yyyymm>/. Replace the template front matter and add your content below it. After saving, hit Refresh (or wait for auto refresh) so the card lands in the catalog.
Edit
Pick a card (via deck or catalog) and click Edit selected to open the GitHub editor for that file on main. The button only enables when a card is active.
Search
Open the Card Catalog, type to filter titles + content, and use the tag checkboxes to narrow results. Arrow keys move through results; Enter opens the highlighted card.
Front matter
---
title: Example note title
created: 2025-02-11T15:30:00Z
tags:
- concept/topic
- source/book
links:
- related-id
---
# Example note title
...
Use lowercase, slash-friendly tags (e.g., bible/john, productivity) and add multiple lines for multiple tags.
Select a note to view its contents.