Write Your First Document
This is a quick guide to create your first page. For more detailed information, check out the Simple Markdown Guide.
Create a New Page
- In the editor, click the + button next to any folder
- Name your file (e.g.,
my-first-page.md) - Add a title at the top:
Add Some Content
Try these common Markdown elements:
## A Section Heading
This is a paragraph with **bold** and *italic* text.
- List item 1
- List item 2
- Subitem A
- Subitem B
[Link to another page](another-page.md)
> This is a quote block
Add Front Matter (Optional)
At the top of your file, you can add special settings:
Next Steps
- Learn more about Markdown formatting
- Try using Obsidian as your editor
- Explore site customization