From 8b60bfc3a15cef36efa0f12c9025bc968cff2a66 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Fri, 25 Nov 2022 17:49:10 +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 748af91..a34a8a0 100755 --- a/pwiki2.js +++ b/pwiki2.js @@ -37,6 +37,9 @@ * - * * +* XXX sort: for saved order, how do we handle items not in the metadata? +* ...there are three ways to handle this, put them first, last or +* add an option with a reasonable default... * XXX sort: revise how we store order... * .metadata.order = [ .. ] * .metadata.order_ = [ .. ]