Obsidian stores everything as plain markdown files in a local vault β no proprietary format, no lock-in, just folders and files you own. The killer feature is bidirectional linking: notes reference each other and the graph view shows how ideas connect. I use it for the bee-hub vault itself, long-form notes, and anything I want to keep permanently searchable. The plugin ecosystem is enormous, covering everything from kanban boards to Dataview queries that turn your notes into a database. Syncs across devices via Obsidian Sync or a folder-based solution like Resilio.
Obsidian
Local-first markdown knowledge base
Obsidian Cheatsheet
Markdown Syntax
| Syntax | Result |
|---|---|
[[note]] |
Internal link |
[[note|alias]] |
Link with display text |
![[note]] |
Embed note |
![[image.png]] |
Embed image |
#tag |
Tag |
--- |
Horizontal rule |
> [!note] |
Callout box |
> [!warning] |
Warning callout |
$$formula$$ |
LaTeX math block |
`code` |
Inline code |
Frontmatter (YAML)
| Field | Description |
|---|---|
title |
Note title |
tags |
List of tags |
aliases |
Alternative names |
cssclass |
Custom CSS class |
date |
Creation/publish date |
publish |
Publishing flag |
Essential Plugins
| Plugin | Description |
|---|---|
| Dataview | Database-like queries |
| Templater | Advanced templates |
| Calendar | Daily notes calendar |
| Kanban | Kanban boards |
| Excalidraw | Whiteboard drawing |
| Tasks | Task management |
| Periodic Notes | Daily/weekly/monthly notes |
| Admonition | Styled callout blocks |
Vault Structure Tips
| Folder | Purpose |
|---|---|
| /daily | Daily notes |
| /templates | Note templates |
| /attachments | Images and files |
| /projects | Project folders |
| /references | Source material |
Obsidian Shortcuts
General
| Shortcut | Action |
|---|---|
| βN | New note |
| βO | Open quick switcher |
| βP | Command palette |
| β, | Settings |
| βS | Save (force) |
| βW | Close active pane |
| ββ§N | New pane |
Editing
| Shortcut | Action |
|---|---|
| βB | Bold |
| βI | Italic |
| βK | Insert link |
| ββ§K | Insert code block |
| βEnter | Toggle checkbox |
| βD | Delete paragraph |
| ββ₯β | Move line up |
| ββ₯β | Move line down |
| β/ | Toggle comment |
| Tab | Indent |
| β§Tab | Outdent |
| β] | Indent list |
| β[ | Outdent list |
Pane Management
| Shortcut | Action |
|---|---|
| β\ | Split vertically |
| ββ§\ | Split horizontally |
| ββ§β | Focus left pane |
| ββ§β | Focus right pane |