Minimalist vault separate from demo-vault-v2, designed to introduce new users to Laputa's key features: types, relationships, views, wiki-links, and git sync. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
827 B
827 B
title, type, Status, Belongs to
| title | type | Status | Belongs to |
|---|---|---|---|
| Task: Create Your First Type | Task | Open | Laputa Onboarding |
Types give structure to your vault. Every note has a type — Project, Person, Topic, or any custom type you define.
What to try
- Create a new markdown file (Cmd+N)
- In the frontmatter, set
type: Type - Add an
icon:field — use any Phosphor icon name in kebab-case (e.g.book-open,lightning,house) - Add a
color:field — available colors: red, purple, blue, green, yellow, orange - Give it a title with a
# Headingand a short description in the body - Save the file — your new type appears in the sidebar
Example
---
type: Type
icon: book-open
color: red
order: 6
---
The order field controls position in the sidebar (lower = higher).