Maybe flat tags are better than hierarchical categories. Need to think more about this.
From here you can search the entire zettelkasten. Enter your search terms below.
def greet(name: str) -> str: """Return a greeting.""" return f"Hello, {name}!" print(greet("Zettelkasten"))