From 127a48209e90533826694260671df55fa9fdddcf Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Thu, 8 Sep 2022 19:41:59 +0300 Subject: [PATCH] notes... Signed-off-by: Alex A. Naanou --- pwiki2.js | 1 + 1 file changed, 1 insertion(+) diff --git a/pwiki2.js b/pwiki2.js index 2b2e5e7..7640669 100755 --- a/pwiki2.js +++ b/pwiki2.js @@ -39,6 +39,7 @@ * - path integration... * i.e. a way to pass tags through path... * /some/path:tags=a,b,c +* XXX FEATURE images... * XXX might be fun to push the async parts of the render to the dom... * ...i.e. return a partially rendered DOM with handlers to fill * in the blanks wen they are ready...