Hi Stephan

Good to see you back!

> 2. add this to an issue-tiddler
> 
> {{Ticket-001||related}}
> 
> This works fine - as long as I also have a tiddler called "Ticket-001". The 
> issue here is this piece of code filter="[list[!!title]]”

To explain what is going on, first remember that {{title||template}} is 
equivalent to:

<$tiddler tiddler=“title”>
<$transclude tiddler=“template”/>
</$tiddler>

The final piece of the puzzle is that if the target tiddler of a transclude 
widget does not exist, then the transclusion instead shows the content of the 
transclude widget.

So, that means that {{title||template}} will produce empty output if “title” 
isn’t the name of an existing tiddler.


> It simply relies on the tiddler to exist. An non-existent tiddler does not 
> have a title field.
> 
> So as long as just one ticket is related, I could help myself by simply 
> creating a tiddler for each ticket, which isn't too bad, as I already have 
> that for most of the tickets.
> 
> But now the fun part starts.
> 
> I want to relate to more than one ticket. So I introduced
> 
> {{Ticket-08 Ticket-15||related}}
> 
> It took me a while to figure out why this failed, despite the fact, that both 
> Ticket-tiddlers exist.
> 
> It's simply that there is no tiddler "Ticket-08 Ticket-15" :(
> 
> So what would be YOUR way of solving this conundrum?

I think I’d be inclined to make a global macro:

<<related “Ticket-08 Ticket-15”>>

Best wishes

Jeremy

> 
> 
> -- 
> 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 
> <mailto:tiddlywiki+unsubscr...@googlegroups.com>.
> To post to this group, send email to tiddlywiki@googlegroups.com 
> <mailto:tiddlywiki@googlegroups.com>.
> Visit this group at https://groups.google.com/group/tiddlywiki 
> <https://groups.google.com/group/tiddlywiki>.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/tiddlywiki/b2665135-b90e-4261-898d-aea7a1e38fa3%40googlegroups.com
>  
> <https://groups.google.com/d/msgid/tiddlywiki/b2665135-b90e-4261-898d-aea7a1e38fa3%40googlegroups.com?utm_medium=email&utm_source=footer>.
> For more options, visit https://groups.google.com/d/optout 
> <https://groups.google.com/d/optout>.

-- 
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 post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/8654A00A-6C9B-4E86-923B-6CA4ED3D49EB%40gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to