From 6ce66e33dddf6578bda81b4ef36710c164d60584 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Wed, 2 Nov 2022 15:16:07 +0300 Subject: [PATCH] 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...