1
Document Browser
jess edited this page 2026-04-15 09:38:07 -07:00
Table of Contents
Document Browser
Open
Ctrl+B toggles the browser window.
Storage
Default: ~/.acord/notes/. Configurable in Settings (autoSaveDirectory). Subdirectories render as folders.
Titled notes: <title>.md. Untitled: <uuid>.md.
Layout
| Element | |
|---|---|
| Breadcrumb bar | Clickable path segments |
| Cards | File preview (first 20 lines, sidecar stripped) or folder summary |
| Single click | Select |
| Double-click | Open file or enter folder |
| Drag | Move file onto folder |
| Right-click card | Open, Rename, Duplicate, Move to Trash, Reveal in Finder |
| Right-click folder | Open, Rename, Move to Trash, Reveal in Finder |
| Right-click empty area | New Folder, Reveal in Finder |
Card scaling
Cmd+= / Cmd+- / Cmd+0 when the browser is key.
Autosave
Writes every 100ms. Two paths:
- Viewport timer — reads straight from the editor, bypasses the data binding.
didSet— on programmatic text change.
Skipped when the note is "effectively blank" (empty or default untouched table).
Settings
| Setting | Options |
|---|---|
| Theme | Auto, Dark (mocha), Light (latte) |
| Line Numbers | On, Off, Vim |
| Auto-Save directory | Folder picker |
| Zoom level | Cmd+= / Cmd+- / Cmd+0 |
Stored in ~/.acord/config.json.
See also
Acord
The editor
Cordial
Power tools
Contributors