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>
22 lines
734 B
Markdown
22 lines
734 B
Markdown
---
|
|
title: "Task: Explore the Editor"
|
|
type: Task
|
|
Status: Open
|
|
Belongs to: "[[Laputa Onboarding]]"
|
|
---
|
|
|
|
Get comfortable with Laputa's markdown editor.
|
|
|
|
## What to try
|
|
|
|
1. **Headings** — Type `#`, `##`, or `###` followed by a space to create headings
|
|
2. **Lists** — Use `-` for bullet lists and `1.` for numbered lists
|
|
3. **Checkboxes** — Type `- [ ]` for a checkbox, click to toggle it
|
|
4. **Formatting** — Try **bold** (Cmd+B), *italic* (Cmd+I), and `inline code`
|
|
5. **Wiki-links** — Type `[[` and start typing a note name to insert a link. Try linking to [[Getting Started]]
|
|
6. **Code blocks** — Use triple backticks or Cmd+Shift+K
|
|
|
|
## Tip
|
|
|
|
The editor saves automatically. You can also press **Cmd+S** to save explicitly.
|