[TW5] How to create a link to local directory in template tiddler including tid field as part of link?

49 views
Skip to first unread message

Martian

unread,
Jul 3, 2018, 7:04:40 AM7/3/18
to TiddlyWiki
I am trying do like this in template tiddler

<$set name=pth value="file:///{{!!dbhost}}/D/Path/to/dir">

* <<pth>>
* <$link"><<pth>></$link>
* [[<<pth>>]]

</$set>

But result is wrong :(




Jed Carty

unread,
Jul 3, 2018, 7:10:18 AM7/3/18
to TiddlyWiki
This has to do with concatenating strings, I wrote some stuff about it here: http://inmysocks.tiddlyspot.com/#Concatenating%20text%20to%20make%20dynamic%20URLs
the solution should be the same.

Martian

unread,
Jul 3, 2018, 8:07:11 AM7/3/18
to TiddlyWiki
Thanks! 
With macro it really works
Reply all
Reply to author
Forward
0 new messages