Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ apps/desktop/ — the only app
- Functional components with hooks; no Redux/Zustand.
- Strict TypeScript.
- Double quotes (Biome enforced).
- All persistence via `localStorage` (key: `rootDir`, `font`, `size`, `appearance`).
- All persistence via `localStorage` (key: `rootDir`, `font`, `size`, `appearance`, `cursor`).

## Architecture notes

Expand Down Expand Up @@ -88,7 +88,7 @@ Rust emits Tauri events; React listens with `listen()`:

- `new_note` → create new file
- `change_folder` → call `pickFolder()`
- `font_change` / `size_change` / `appearance_change` → update preferences
- `font_change` / `size_change` / `appearance_change` / `cursor_change` → update preferences

### Editor

Expand Down