What use instead of {{!!title}} in template?

83 views
Skip to first unread message

Mat

unread,
Apr 16, 2015, 1:04:52 PM4/16/15
to tiddl...@googlegroups.com
I am using a template (i.e a tiddler transcluded like {{||this}} ). Inside this template, I use a transclusion like so {{!!title}} to have the title of the original tiddler appear. I want the title to be linkified though but transcluding a title doesn't do this.

What can I put in the template to achieve this?

Thank you!

<:-)

Felix Küppers

unread,
Apr 16, 2015, 1:18:21 PM4/16/15
to tiddl...@googlegroups.com
Hi Mat,


I want the title to be linkified though but transcluding a title doesn't do this.
What can I put in the template to achieve this?

Why don't you use the $link widget?

Jed Carty

unread,
Apr 16, 2015, 1:23:14 PM4/16/15
to tiddl...@googlegroups.com
<$link to={{!!title}}><$view field=title/></$link>

should work

Mat

unread,
Apr 16, 2015, 7:53:26 PM4/16/15
to tiddl...@googlegroups.com
On Thursday, April 16, 2015 at 7:23:14 PM UTC+2, Jed Carty wrote:
<$link to={{!!title}}><$view field=title/></$link>

Purrfekt. Thank you!

<:-)

Stephan Hradek

unread,
Apr 17, 2015, 9:43:03 AM4/17/15
to tiddl...@googlegroups.com


Am Donnerstag, 16. April 2015 19:23:14 UTC+2 schrieb Jed Carty:
<$link to={{!!title}}><$view field=title/></$link>

should work

I think <$link><$view field="title"/></$link>

should be sufficient.
Reply all
Reply to author
Forward
0 new messages