> > > I made use of fields for 'system' purposes in my Q&D gTiD and have been > pondering the same issue for the listing order of tiddlers filtered on a > field value -- currently, I can do no better than sorting by 'modified'. > > Perhaps a similar mechanism can be provided for tiddlers filtered by field > using a list elsewhere. Where do I find the code whereby tiddlers are > automatically ordered by the 'list' field of the 'tag' tiddler? >
It's here: https://github.com/Jermolene/TiddlyWiki5/blob/master/core%2Fmodules%2Fwiki.js#L440 The list mechanism could be used to order the tiddlers identified by their layout field, but I'm not sure that all of this is worth it. What's the advantage over using tags? My original concern about a proliferation of system tags applies also if we use the layout field: we'd have a proliferation of possible values for the layout field. Best wishes Jeremy. > > regards > -- Jeremy Ruston mailto:[email protected] -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/tiddlywiki. For more options, visit https://groups.google.com/d/optout.

