From 1ac9f100a4ce899569dd07fdab5725393e4a0148 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Wed, 12 Oct 2022 21:51:37 +0300 Subject: [PATCH] notes... Signed-off-by: Alex A. Naanou --- pwiki2.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pwiki2.js b/pwiki2.js index f98d346..4118335 100755 --- a/pwiki2.js +++ b/pwiki2.js @@ -19,10 +19,13 @@ * * XXX BUG: when editing the root page of a substore the page's .cache is * not reset for some reason... +* XXX might be a good idea to create memory store (sandbox) from the +* page API -- action?? * XXX Chrome started spamming CORS error: * Access to manifest at 'file:///L:/work/pWiki/manifest.json' * from origin 'null' ... * not sure why... +* (switched off in console filter for now) * XXX test: can we store the file handler with permissions in a ServiceWorker?? * XXX might be a good idea to wrap the wysiwig editor into a separate template * and use it in the main edit template to make it user-selectable...