Welcome to Lettuce
Welcome
Lettuce is a native macOS reader for Markdown vaults. This note exercises the renderer.
Start with A, which forms a circular chain: A → B → C → back to A. Here is a [link with an alias]the first note and a standard link.
A reference to a Nonexistent Note should resolve to nothing (broken link).
Formatting
Text can be bold, italic, struck through, or inline code. Math like $E = mc^2$
renders inline once KaTeX is wired.
This is a callout
Callouts use Obsidian’s > [!type] syntax.
Heads up
This one is a warning.
Just a plain blockquote, not a callout.
A table
| Feature | Status |
|---|---|
| Reading | ✅ |
| Linking | 🔜 |
| Agent API | 🔜 |
A task list
-
Render markdown
-
Parse wikilinks
-
Build the link graph
-
Embedded HTTP server
Code
let greeting = "hello" // [[ThisIsNotAWikilink]] inside code stays literal
print(greeting)
See the diagrams/Flow note for a Mermaid diagram.