commit a1f2467dac03102b4064e1908a62dcb965ed920f
parent f21c5a70b023aedaa7d86ad6d1298a1c3f7ecef3
Author: Hunter
Date:   Thu, 29 Aug 2024 10:20:39 -0400

update readme

Diffstat:
Mreadme.md | 11+++++++++--
1 file changed, 9 insertions(+), 2 deletions(-)

diff --git a/readme.md b/readme.md @@ -42,6 +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 +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 ## themes press `F2` to cycle through available themes. @@ -95,8 +100,10 @@ You can store named colors in the `:root` selector at the top of the `<style>` t } ``` -## data persistence -your task tree is automatically saved to your browser's local storage. this ensures your tasks will persist even if you close the browser or refresh the page. note that clearing your browser data may erase your saved tasks. +## data persistences +your task tree is automatically saved to your browser's local storage after each edit. this ensures your tasks will persist even if you close the browser or refresh the page. + +**⚠️ warning:** clearing your browsing data may erase your saved tasks. use the [export feature](#importingexporting) to create a backup before clearing your browsing data. ## browser compatibility this application is designed to run on modern web browsers with javascript enabled. mobile browsers are supported, but a physical keyboard is required (for now).