Files
tolaria/getting-started-vault/task-create-your-first-type.md
Test fe85d1f679 feat: add getting-started-vault with onboarding content
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>
2026-04-04 13:30:22 +02:00

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

  1. Create a new markdown file (Cmd+N)
  2. In the frontmatter, set type: Type
  3. Add an icon: field — use any Phosphor icon name in kebab-case (e.g. book-open, lightning, house)
  4. Add a color: field — available colors: red, purple, blue, green, yellow, orange
  5. Give it a title with a # Heading and a short description in the body
  6. 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).