On Dec 12, 4:58 pm, Ken Girard <[email protected]> wrote: > Look in his DefaultTiddlers. > He has it opening > ... SegmentedFilterPlugin > ... [tag[red]] [sort[-title]] > which translates to "First open SegmentedFilterPlugin, and then all > tiddlers tagged with 'red', sorted from z-a"
where dtend or title are tiddler fields. You can also add a [limit [10]] clause to limit the number of tiddlers matched by a filter segment. > It took me a bit to figure it out as well. Sorry about that! I should have linked to the documentation for filters: http://tiddlywiki.org/wiki/Dev:FilterTiddlers The same mechanism is used for MainMenu, DefaultTiddlers and the fragid (the bit after the # on a permaview URI) > OK, so now I am wondering what happens if a tiddler meets multiple > requirements > Example: A tiddler tagged with 'red' & 'white' if the commands are: > ... [tag[red]] [sort[-title]] > ... [tag[white]] [sort[-create]] > (I am guessing that create would work) A tiddler can only appear in the story once, so the second one may match a tiddler in the first segment, but as it's already opened, it won't appear in the second segment. Give it a try - have a play with my examples :) Paul (psd) -- http://blog.whatfettle.com --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/TiddlyWiki?hl=en -~----------~----~----~----~------~----~------~--~---

