On 1/3/2012 4:53 AM, Eric Shulman wrote:
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
Is there a way to limit the journals shown to a time period, like the last
month or by the number shown?
Paul
--
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.