commit ef3811f4bfa42c1aac18d2a5aab773dfef6eeb98
parent d5cc781ce050f4ed5d6c6a1cf95a821625878000
Author: Hunter
Date:   Fri, 30 Aug 2024 14:42:43 -0400

update readme.md

Diffstat:
Mreadme.md | 8++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/readme.md b/readme.md @@ -14,7 +14,7 @@ a nested task manager that breaks complex tasks into manageable subtasks. - works completely offline ### quickstart -1. press the `Enter` key to add subtasks to the root "todo" task +1. press the `Return` / `Enter` key to add subtasks to the root "todo" task 2. give each new subtask a meaningful name 3. use `Shift + Arrow Right` to navigate into a subtask 4. use `Shift + Arrow Left` to return to the parent task @@ -42,11 +42,11 @@ a nested task manager that breaks complex tasks into manageable subtasks. - `Command/Ctrl + Z` undo text edit - `Command/Ctrl + Shift + Z` redo text edit -### importing/exporting +### importing / exporting your task tree is automatically saved to your browser's [local storage](#data-persistence) after each edit. for manual backups or cross-device use: -- `Command/Ctrl + S` export task tree to .txt file -- `Command/Ctrl + O` import task tree from .txt file +- `Command/Ctrl + S` export tasks to .txt file +- `Command/Ctrl + O` import tasks from .txt file ## themes press `F2` to cycle through available themes.