fixed the multi-line note and some utf-8 stuff
This commit is contained in:
18
README.md
18
README.md
@@ -66,6 +66,20 @@ cargo run -- notes.agnd --export ics --output tasks.ics
|
||||
cargo run -- imported.agnd --import tasks.ics
|
||||
```
|
||||
|
||||
## Development quality gate
|
||||
|
||||
Compiler warnings are denied by project configuration. Before accepting any
|
||||
change, run the complete gate:
|
||||
|
||||
```sh
|
||||
./scripts/quality-gate.sh
|
||||
```
|
||||
|
||||
It requires clean `cargo fmt --check` output, runs Clippy across every target and
|
||||
feature with `-D warnings`, executes all tests, builds warning-free documentation,
|
||||
and produces the release binary. Any warning, formatting difference, test failure,
|
||||
or build failure stops the gate.
|
||||
|
||||
## Essential keys
|
||||
|
||||
| Key | Action |
|
||||
@@ -89,7 +103,9 @@ cargo run -- imported.agnd --import tasks.ics
|
||||
| `q` | Quit |
|
||||
|
||||
Inside forms, `Tab` moves between fields, `Enter` accepts, and `Esc` cancels.
|
||||
Mouse clicks select rows, switch views, and activate the bottom command strip.
|
||||
In the `F5` note editor, `Enter` inserts a line, arrows/Home/End move the cursor,
|
||||
and `Ctrl-S` saves. Mouse clicks select rows, switch views, and activate the
|
||||
bottom command strip.
|
||||
|
||||
## Designing live views
|
||||
|
||||
|
||||
Reference in New Issue
Block a user