I have one final question, relating to the list function itself: Is it possible to split the list alphabetically? So that all people whose names begin with A, B, C etc, can be placed in separate lists, despite all being in the same Tag group?
Many thanks JK On Sun, 4 Apr 2021 at 19:08, Jax Kovak <[email protected]> wrote: > Eric, thanks so much! I wasn't sure about the short form of the list tag > being used like that. Excellent! I have my list! Many thanks! > > Kind regards > > JK > > > On Sun, 4 Apr 2021 at 18:09, Eric Shulman <[email protected]> wrote: > >> On Sunday, April 4, 2021 at 9:46:38 AM UTC-7 [email protected] wrote: >> >>> Hey PMario, thanks for that, but I'm confused on how to use this. >>> Currently I can use >>> <$list filter="[tag[People]sort[title]]"/> >>> to get a list of the People in the People Tag group, but I can't see how >>> to add the <<Tag>> to it so that each item is listed as a Tag. Could >>> you clarify please? >>> >> >> By ending the $list with /> you are using the "short-form" of the widget >> which, by default, outputs the titles of the matching tiddlers, as links. >> To display other output (e.g., the title as a tag pill) you need to use the >> full <$list>...</$list> syntax, where the content is the <<tag>> macro, >> like this: >> >> <$list filter="[tag[People]sort[title]]"> <<tag>> </$list> >> >> Note that inside the body of the $list widget, the value of >> currentTiddler is set to the title of each matching tiddler and the <<tag>> >> macro defaults to showing the "currentTiddler" as a tag pill. >> >> enjoy, >> -e >> >> -- >> You received this message because you are subscribed to a topic in the >> Google Groups "TiddlyWiki" group. >> To unsubscribe from this topic, visit >> https://groups.google.com/d/topic/tiddlywiki/uAM0RDmpfrE/unsubscribe. >> To unsubscribe from this group and all its topics, send an email to >> [email protected]. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/tiddlywiki/0882f2c6-49b1-49a2-87c0-e6f953e3599fn%40googlegroups.com >> <https://groups.google.com/d/msgid/tiddlywiki/0882f2c6-49b1-49a2-87c0-e6f953e3599fn%40googlegroups.com?utm_medium=email&utm_source=footer> >> . >> > -- 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 view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/CAFm1UBM2_Kp8nAn6aS9QkkrK9YXDkCbF9sp9zaX%2BHS84aK%3Duvg%40mail.gmail.com.

