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"

It took me a bit to figure it out as well.

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)


Ken Girard

On Dec 12, 7:15 am, "Marc J. Cawood" <[email protected]> wrote:
> Do you have an example usage? I don't get it...
>
> On Dec 11, 11:50 pm, "Paul Downey (psd)" <[email protected]>
> wrote:
>
>
>
> > Announcing the SegmentedFilterPlugin:
>
> >    http://whatfettle.com/2008/07/SegmentedFilterPlugin/
>
> > which I found this useful for building a filter from a series of
> > filter clauses, one clause per line.
>
> > For example, MainMenu and DefaultTiddlers can be something like:
>
> > """
> > [[Profile]]
> > [[ExperienceSection]]
> > [tag[experience]] [sort[+dtstart]]
> > [[EducationSection]]
> > [tag[education]] [sort[-dtend]] [limit[5]]
> > """
>
> > Enjoy!
> > Paul (psd
> > --http://blog.whatfettle.com- Hide quoted text -
>
> - Show quoted text -
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to