-
Before I post this as a bug... I had an issue this morning which kind of surprised me - surprised in the sense that I haven't seen this behavior before. In the following code...
I rewrote enough of my local code to make a simpler example that works on tiddlywiki.com.
Does the transclusion/filter affect the href construction? Crazy... but it seems to. :/ This works, but I don't see why it's necessary here - can someone explain, please?
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Filtered transclusions always generate a link unless a different template is specified. You can use |
Beta Was this translation helpful? Give feedback.
-
Is what the DOM looks like for the code you posted. See the nested links? |
Beta Was this translation helpful? Give feedback.
{{{ [<link>split[]first[5]join[]] }}}
is the issue.Filtered transclusions always generate a link unless a different template is specified.
You can use
<$text text={{{ [<link>split[]first[5]join[]] }}} />
instead.