How do I combine them to have the tiddler title (as a link) followed by the content of the tiddler? So if there are five tiddlers tagged with "myTag", I get TITLE (as link) followed by CONTENT, repeated five times (once for each tiddler)
Thanks, Bob
Riz
unread,
Nov 19, 2016, 5:24:10 AM11/19/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to TiddlyWiki
<$list filter="[tag[HelloThere]]">
!<$link>{{!!title}}</$link> {{!!text}} </$list>
Bob Flandard
unread,
Nov 19, 2016, 6:30:40 AM11/19/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message