From b1f9b84822ab83dd09b85656e3826f9e0769a828 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Wed, 2 Nov 2022 15:11:05 +0300 Subject: [PATCH 1/2] notes... Signed-off-by: Alex A. Naanou --- pwiki2.js | 1 + 1 file changed, 1 insertion(+) diff --git a/pwiki2.js b/pwiki2.js index f517703..a060bed 100755 --- a/pwiki2.js +++ b/pwiki2.js @@ -18,6 +18,7 @@ * - CLI - * * +* XXX macro: should macro attrs also be defined as vars??? * XXX should @quote(..)'s expandactions be on by default??? * XXX FEATURE store: mirror (slave) -- a way to hold data in one store * and to mirror everything (async) to a separate store... From 6ce66e33dddf6578bda81b4ef36710c164d60584 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Wed, 2 Nov 2022 15:16:07 +0300 Subject: [PATCH 2/2] notes... Signed-off-by: Alex A. Naanou --- pwiki2.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pwiki2.js b/pwiki2.js index a060bed..13b3259 100755 --- a/pwiki2.js +++ b/pwiki2.js @@ -19,6 +19,8 @@ * * * XXX macro: should macro attrs also be defined as vars??? +* XXX macros: should vars and url args be unified??? +* ...likely no but need tho think about it some more... * XXX should @quote(..)'s expandactions be on by default??? * XXX FEATURE store: mirror (slave) -- a way to hold data in one store * and to mirror everything (async) to a separate store...