Skip to content

Commit ff575b7

Browse files
committed
fix typo
1 parent 5dbe3c8 commit ff575b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/posts/keyboard-first-outlining.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Here’s what it looks like:
2020

2121
{{< clarity-outline-simple >}}
2222

23-
The component is designed for keyboard-first interaction. You can fly through your tasks with arrows, use `Alt+arrow` to indent or outdent, and `Alt+Tab` to collapse or expand. When an item is focused, actions can be done with a single key press: **E** to edit, **S** to change status, **P** to mark priority, **A** to assign, etc. Mouse users aren’t left out: hover actions expose the same controls with shortcut hints. You won’t rich task descriptions, comment threads or file uploads here; those belong on dedicated item pages. This component is the fast, structured backbone you can plug into bigger systems.
23+
The component is designed for keyboard-first interaction. You can fly through your tasks with arrows, use `Alt+arrow` to indent or outdent, and `Alt+Tab` to collapse or expand. When an item is focused, actions can be done with a single key press: **E** to edit, **S** to change status, **P** to mark priority, **A** to assign, etc. Mouse users aren’t left out: hover actions expose the same controls with shortcut hints. You won’t see rich task descriptions, comment threads or file uploads here; I think those belong on dedicated item pages. This component is the fast, structured backbone you can plug into bigger systems.
2424

2525
The outline takes JSON as input and emits events for every interaction. My plan is to drive it with [Datastar](https://data-star.dev/) with the server pushing live updates, but it can slot into any context.
2626

0 commit comments

Comments
 (0)