list URLs as URLs

52 views
Skip to first unread message

Rustem

unread,
Apr 13, 2015, 9:36:14 PM4/13/15
to tiddl...@googlegroups.com
Must be missing something obvious again...
Have a list <$list filter="[<currentTiddler>fields[]regexp[-url]]"  variable="currentField">, canot figure out how to display the values as external URLs. The links end up pointing to the tiddler itself...

--R

Jed Carty

unread,
Apr 13, 2015, 9:44:05 PM4/13/15
to tiddl...@googlegroups.com
Do you have http:// or https:// in front of your links? Because that would
This works for me:

<$list filter='[is[current]fields[]regexp[-url]]' variable=CurrentField>
<$transclude field=<<CurrentField>>/>
</$list>

Rustem

unread,
Apr 14, 2015, 12:14:16 PM4/14/15
to tiddl...@googlegroups.com
It works! I was trying to use "$view" instead of "$transclude". Thank you.
Reply all
Reply to author
Forward
0 new messages