> im trying to list the journal entrys in reverse dat order on the start
> page. i'm using IE7 on XPSP3
> the most successfull attempt is [tag[journal]] however this is in the
> incorrect order, if this can be fixed i'd be very happy.
> however the main reason i did this is the <<list>> command seems to be
> broken.
> <<list>> works however <<list filter>> seems to be broken by the
> space.
> i get a list of three nonexistant tiddlers below
I assume that when you say "on the start page" you are attempting to
use a macro entered into DefaultTiddlers in order to auto-generate the
list of starting tiddlers. However, you CANNOT use macro syntax in
DefaultTiddlers, which must contain only a whitespace-separated list
of tiddler titles and/or filter syntax (i.e., [tag[...]]). During
startup, the TWCore is parsing your *macro* as a space-separated list
of tiddlers (because that's what is expected in DefaultTiddlers). As
a result, it attempts to display three tiddlers named:
"<<list"
"filter"
">>"
Try this instead:
[tag[journal]][sort[-modified]]
enjoy,
-e
Eric Shulman
TiddlyTools / ELS Design Studios
----------
Was this answer useful? If so, please help support TiddlyTools:
TiddlyTools direct contributions: (paypal)
http://www.TiddlyTools.com/#Donate
UnaMesa tax-deductible contributions:
http://about.unamesa.org/Participate (paypal)
TiddlyWiki consulting:
http://www.TiddlyTools.com/#ELSDesignStudios
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.