I am able to list the Fields of a Tiddler when on it using this;

<$list filter="[all[current]fields[]sort[title]] -text" variable="listItem">
<<listItem>> = <$view field=<<listItem>>/><br>
</$list>

I am trying to wrap it inside another list such that it does not work with 
the current tiddler, but instead those in the first list. I know I need to 
change that filter, but cannot for the life of me work out how. I would 
definitely want to do it as a nested list because I need to group the 
fields.

My Simple List currently is just <$list filter="[tag[Chapter]]+[sort[]]"> 
otherListGoesHere </$list>

I even foolishly tried asking ChatGPT, but its grasp of TiddlyWiki is even 
worse than mine!

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/0421bb99-983c-4ec6-b472-8b5a76697345n%40googlegroups.com.

Reply via email to