Obsidian is a local-first, Markdown-based note-taking app made by Dynalist Inc. Your notes live as plain `.md` files on your own disk โ not locked in a proprietary database โ and it ranks around #8 among collaboration/documentation tools with roughly 16.1% usage share. Developers and knowledge workers reach for it to build a personal "second brain": a graph of bidirectionally-linked notes that reveals connections a flat folder of docs never would.
Obsidian notes are ordinary Markdown files, but with one superpower: double-bracket [[wikilinks]] that connect notes into a graph, plus support for fenced code blocks and callouts.
# Sprint Retro โ 2026-07-15
## Attendees
- [[Ava Chen]]
- [[Marcus Webb]]
## Notes
Blocked on the [[Payments API]] migration โ see [[2026-07-10 standup]]
for the original decision. Tag: #retro #backend
```js
function retryPayment(orderId) {
return api.post(`/orders/${orderId}/retry`);
}
```
> [!tip] Callout
> Use `[[Note Name#Heading]]` to link straight to a heading inside another note.
Download the free desktop/mobile app, point it at a folder (your "vault"), and start writing โ no account or server required.
# 1. Download Obsidian from obsidian.md (Windows/Mac/Linux/iOS/Android)
# 2. Create a vault โ just an empty folder on your disk
# 3. Create your first note
New note โ type "[[Project Ideas]]" โ click the link to auto-create it
# optional: enable community plugins for Kanban, Excalidraw, spaced repetition, etc.
Settings โ Community plugins โ Browse