-
Notifications
You must be signed in to change notification settings - Fork 0
Home
folea is a desktop reader and navigator for Typst notes. A vault is a normal directory of .typ files.
folea renders notes, searches them, shows their links and headings, and manages files in the vault. It does not edit note text. Ctrl+e opens the current note in an external editor.
- Install folea and open a vault.
- Read Features for everyday tasks.
- Keep the Keyboard Reference nearby.
- Set your editor and preferences in Configuration.
| Key | Action |
|---|---|
Ctrl+p |
Open a recent note or search note contents |
Ctrl+b |
Toggle the file tree |
/ |
Search the current note |
: |
Open the command palette |
Ctrl+e |
Open the current note in your editor |
j / k
|
Scroll down / up |
Space / Shift+Space
|
Scroll half a screen down / up |
o |
Open the heading outline |
b |
Show backlinks and outgoing links |
s |
Enter rendered-text caret mode |
Bindings use Ctrl, not Cmd/Meta. See Keyboard Reference for every context and command ID.
folea remembers recent vaults, the last note, recent notes, per-note scroll and zoom, command-palette history, and the last chosen template. Rendered notes are cached under the vault so they can open without recompiling when the cache is still valid.
See Caching and State for file locations and limits.
- Only
.typnotes are indexed. - The tree hides any path with a dot-prefixed segment.
- Vault search uses ripgrep, respects ignore files, and normally skips hidden paths.
- The link graph understands literal double-quoted
#link,#import, and#includetargets. It does not index wiki links or dynamic Typst expressions. - Files inside ignored directories, including
_templates, are not watched for live updates.
See Troubleshooting when a note, search result, link, or live update is missing.