MkDocs Zettelkasten
  • Install
  • Run a demo
  • Requirements
  • Features
  • Configuration
  • Color Schemes
MkDocs Zettelkasten
  • 7

Features

  • Render markdown document as zettel
  • Print metadata in card's header
  • List references in card's footer
  • Find backlinks and list them in card's footer
  • Convert relative links to absolute
  • Insert zettel title as top heading if not done
  • Override previous / next page to follow the sequence of Zettelkasten IDs
  • Collect links by tag
  • Code highlighting test — sample code blocks for verifying syntax highlighting in light/dark modes
  • References and backlinks test — zettel with both sections for verifying icons and footer styling
  • Note types and maturity badges — type/maturity frontmatter, card header badges, and validation checks

MkDocs Zettelkasten v0.6.2.dev231

Copyright © 2024-2026 Tomáš Bouška

Search

From here you can search the entire zettelkasten. Enter your search terms below.

Keyboard Shortcuts

Keys Action
? Open this help
n / → Next page
p / ← Previous page
s Search

Settings

Color Scheme
Light Dark
Code Theme
def greet(name: str) -> str:
    """Return a greeting."""
    return f"Hello, {name}!"

print(greet("Zettelkasten"))