From 4fa71d8a891db66b197a05d90fb9a99dc765637f Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Sun, 6 Apr 2025 12:26:07 +0300 Subject: [PATCH] ... Signed-off-by: Alex A. Naanou --- experiments/outline-editor/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/experiments/outline-editor/index.html b/experiments/outline-editor/index.html index f81e707..7c6301b 100755 --- a/experiments/outline-editor/index.html +++ b/experiments/outline-editor/index.html @@ -169,9 +169,7 @@ var setup = function(){ data_ - _Use to write/maintain docs for self_ - Levels:: - - PWA (shared api) - - ASAP localStorage - _local/unsaved state_ + - ASAP PWA (shared api) - ASAP FileSystemAPI (???) - see:: - https://developer.chrome.com/docs/capabilities/web-apis/file-system-access @@ -185,6 +183,8 @@ var setup = function(){ - [ ] test access / handle - [ ] minimal list/show/change/save code (or even simpler?) - [ ] store handles in IndexDB + - ASAP localStorage + _local/unsaved state_ - ASAP Conflict resolution _(line-based LCS a-la diff)_ - merge two versions