In case others are looking for the same thing...
I was trying to reproduce the taggly tagging list of sub tiddlers at the bottom of a tiddler, and to get around the carriage return limitation above, you can just make a macro in a tiddler (e.g. TaggingMacroReverseOrder) like this: \define tgngr() <$list filter="[all[current]tagging[]reverse[]]"/> \end and at the bottom of any tiddler you want the tagging list just put this: <<tgngr>> <-- regardles of carriage returns here to make it globally applicable you have to tag the "TaggingMacroReverseOrder" tiddler with "$:/tags/Macro" (without the quotes) I have to say that I had been hesitant to switch to TW5 from TWC, but I now see that the design is so much more flexible and a pleasure to learn and use (after only a single day of frustration). I'd never made a macro before, and I was looking for a replacement for Eric's AliasPlugin, and this is it! - Just make your own macro :) -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/tiddlywiki. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/ca636322-775e-45ae-a013-ffc61a99f488%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

