[tw5] Turn field of external tiddler into a link to a tiddler of that name

2019-07-22 Thread Watt
The brackets are a headache. Try this;

<$link to={{$:/_opTaskStore!!taskname}}>{{$:/_opTaskStore!!taskname}}

https://tiddlywiki.com/#LinkWidget

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/f8b00b34-ca78-470c-a88c-6ba1bd2d365b%40googlegroups.com.


[tw5] Turn field of external tiddler into a link to a tiddler of that name

2019-07-22 Thread MagoArcade
I must admit, the brackets systems baffles me in tiddlywiki!

So, I have a tiddler named "$:/_opTaskStore" (shadow due to wanting to hide 
it form general view). Its fields hold data to be used later.

What I am trying to do is retrieve the value from one of its fields from 
another tiddler (let's call it "Dave") and turn that result into a tiddler 
link. The field is called "taskname"

So, let's say {{$:/_opTaskStore!!taskname}} holds "MyResultingTiddler" I 
would see:

MyResultingTiddler 

in the Tiddler "Dave"

if I were to change {{$:/_opTaskStore!!taskname}} to "MyChangedTiddler" I 
would get:

MyChnagedTiddler 

in "Dave"

How do I achieve this?

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/cf94d9c5-2298-48ea-8ecb-fbc29ebcb11c%40googlegroups.com.