On Jan 2, 11:54 pm, skang <[email protected]> wrote: > Hey folks, > > I have scoured the google groups, but i am wanting to have a main menu > button to click that would produce and list of my journal entries with the > most RECENT entry by Creation date on top? > Can this be done with tags or lists Without adding plug ins?
Yes, it can! <<tag tagValue label tooltip sortby>> where tagValue, label, and tooltip are text, and sortby is a tiddler field name, with an optional "+" or "-" prefix to indicate sort order (default is "+" = ascending) For your use-case: <<tag journal "journals" "show journals, most recent first" "- created">> the "-created" param tells the macro to sort by the "created" field, in reverse (decending) order, so that the most recent tiddlers will be displayed first. enjoy, -e Eric Shulman TiddlyTools / ELS Design Studios ---- TiddlyTools needs YOUR financial support... Help ME to continue to help YOU... make a generous donation today: http://www.TiddlyTools.com/#Donations Professional TiddlyWiki Consulting Services... Analysis, Design, and Custom Solutions: http://www.TiddlyTools.com/#Contact -- 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.

