Hi
This filter expression should do much the same:
---
<$list filter="[tag{!!title}sort[]]"/>
Or in macro form:
\define taggedby()
---
<$list filter="[tag{!!title}sort[]]"/>
\end
<<taggedby>>
Note: single blank line after the $list widget
regards
On Thursday, 22 October 2015 07:33:56 UTC+2, Dave wrote:
>
>
> 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/a6c6a6dc-f787-4248-b5b6-b4ad27497202%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.