From e146756e7d11f886d80bbaa77bb503f2c5ed5c3c Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Tue, 1 Apr 2025 13:44:33 +0300 Subject: [PATCH] ... Signed-off-by: Alex A. Naanou --- experiments/outline-editor/index.html | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/experiments/outline-editor/index.html b/experiments/outline-editor/index.html index 150d866..6050244 100755 --- a/experiments/outline-editor/index.html +++ b/experiments/outline-editor/index.html @@ -175,13 +175,15 @@ var setup = function(){ - merge two versions - identify conflicts - ASAP localStorage + _local/unsaved state_ - ASAP FileSystemAPI (???) - see:: - https://developer.chrome.com/docs/capabilities/web-apis/file-system-access - 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..._ + _...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..._ + - do a test/prototype - Nextcloud / WebDAV (???) - _how expensive is it to do a nextcloud plugin???_ - Desktop / electron app