Quick Start
1. Initialize a Vault
Section titled “1. Initialize a Vault”tmd initThis creates the .typemd/ directory structure and SQLite database in the current directory.
2. Open the TUI
Section titled “2. Open the TUI”tmdThis launches the lazygit-style two-panel interface for browsing your vault.
3. Create Your First Object
Section titled “3. Create Your First Object”Create a file at objects/book/golang-in-action.md:
---title: Go in Actionstatus: readingrating: 4.5---
# Notes
A great book about Go...The TUI will automatically detect the new file and display it.
4. Query and Search
Section titled “4. Query and Search”# Filter by type and propertytmd query "type=book status=reading"
# Full-text searchtmd search "concurrency"