I am listing tiddlers using +[sort[created]] and/or +[!sort[created]] however amongst the tiddlers listed, is one or more missing tiddler titles, this means there is no created field and the empty field is resulting in the missing tiddler being represented as the oldest item, while not yet being created, an empty created field implies it remains to be created in the future, or be the youngest, not the oldest.
- If you know a work around please tell me.
- For now I think I may exclude missing tiddlers and list them separately.
Could this be considered a bug?, although to maintain backward compatibility perhaps we should be able to switch blank values as being high values rather than low values?
- Perhaps an additional parameter on the various sort operators
+[sort[created],[emptyHigh]]where the default is+[sort[created],[emptyHigh]]and can be left out+[sort[created]]as this is the current behaviour. - I have not investigated each of the other sorts and these may by definition have different defaults.
Other;
Perhaps if missing tiddlers inherited the newest or oldest dates of the title that mentions them?