From 68dacf3e471931abda5bfc987c0f6b1ab800870c Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Thu, 20 Mar 2025 23:03:45 +0300 Subject: [PATCH] ... Signed-off-by: Alex A. Naanou --- experiments/outline-editor/index.html | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/experiments/outline-editor/index.html b/experiments/outline-editor/index.html index b28bc1a..5a43a56 100755 --- a/experiments/outline-editor/index.html +++ b/experiments/outline-editor/index.html @@ -165,17 +165,20 @@ var setup = function(){ - - ## ToDo: - ASAP Basic standalone client (file-oriented) - - _the main idea is to provide a minimal usable app with syncable data_ + - _The main idea is to provide a minimal usable app with syncable data_ + - _Use to write/maintain docs for self_ - Levels:: - PWA (shared api) + - Conflict resolution + - merge two versions + - identify conflicts - localStorage - FileSystemAPI - is this usable??? ...this boils down to if we need to ask for access every run or once per install, if it's the former this API is essentially unusable... - - Conflict resolution - - Nextcloud (???) + - Nextcloud (???) - Desktop / electron app - node fs - Mobile / cordova app