From 963d5e88c7a7f1b6065cc2923c3f6ed7e0e9c48d Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Sun, 24 Apr 2022 23:23:47 +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 762b72a..67a7aa6 100755 --- a/pwiki2.js +++ b/pwiki2.js @@ -140,6 +140,9 @@ module.path = { // // XXX LEADING_SLASH should this be strict about leading '/' in paths??? // ...this may lead to duplicate paths created -- '/a/b' and 'a/b' +// XXX would be nice to be able to create sub-stores, i.e. an object that +// would store multiple sub-pages for things like todo docs... (???) +// ...the question is how to separate the two from the wiki side... // XXX must support store stacks... // XXX path macros??? // XXX should we support page symlinking???