>
> What I would really like is a tiddler that lists the book title (currently 
> put against Source:) *and below each book title the tiddlers (as 
> clickable links) related to it.*


What does "related to it" mean? I'll assume you mean any tiddler tagged 
with the title of that book:

<$list filter="[tag[book]]">
Source: <$view field=title/><br>
<$list filter="[tag<currentTiddler>]">
<$link/><br>
</$list>
</$list>


If this is not what you want, maybe you could show the imagined output and 
use blue coloring for links.

<:-)

On Saturday, April 11, 2020 at 5:06:55 PM UTC+2, Peter Buyze wrote:
>
> I have a basic template with in the text area:
>
> Author:
> Source:
> Remarks:
>
> Above *Author* there is a horizontal line, above which I add info. Each 
> time I want to create a new tiddler I clone this empty one.
>
> When the info I add is from a book I add the tag *book* to the tiddler. I 
> also have a tiddler called *Book* which lists all the tiddlers (their 
> titles as clickable links) with the tag *book*.
>
> What I would really like is a tiddler that lists the book title (currently 
> put against Source:) and below each book title the tiddlers (as clickable 
> links) related to it.
>
> How can I achieve that?
> -- 
> Securely sent with Tutanota. Get your own encrypted, ad-free mailbox: 
> https://tutanota.com
>

-- 
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/7ea52652-fb7f-40d9-b556-307b208847fe%40googlegroups.com.

Reply via email to