From b4d539fa6e33c6479347a516813ada97d082b4d0 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Tue, 4 Oct 2022 18:11:22 +0300 Subject: [PATCH] notes... Signed-off-by: Alex A. Naanou --- pwiki2.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pwiki2.js b/pwiki2.js index 7dd3585..f76dad1 100755 --- a/pwiki2.js +++ b/pwiki2.js @@ -2,7 +2,7 @@ * * * XXX ASAP start writing docs in pwiki -* - functional editor -- DONE +* - minimal/functional editor -- DONE * - WYSIWYG markdown editor/viewer (ASAP) * - transparent sync * - fs store/export in browser or a simple way to export/import.. @@ -12,6 +12,8 @@ * - images * * +* XXX might be a good idea to wrap the wysiwig editor into a separate template +* and use it in the main edit template * XXX formalize in-page api... * XXX npx http-server ... -- for testing file access... * XXX test pouchdb latency at scale in browser...