When iterating over a source dictionary tiddler, is it possible to feed a 
line (index) from it into the <$wifify> widget's text
attribute?


<$set name="source" value={{!!accomplishments_tiddler}} >
<$list filter="[<source>indexes[]]" variable="index">

<<source>>:<<index>><br/>

<$set name="aline" tiddler=<<source>> index=<<index>> >

<<aline>>

<$wikify name="bob" output="html" text=<<aline>> >
<<bob>>
</$wikify>


</$set>
</$list>
</$set>


Let's say there was something in a dictionary line like this:

2017 - Hosted lab by writing example code, creating presentation and 
presenting it on [[Backup and Disaster Recover 
Software.|https://www.meetup.com/cp-lug/events/245852703/]]

That should get turned into some text and an external hyper-link, correct?



Thank you, 
   Andrew J. Leer



-- 
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 post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/1b493a21-f8bf-4d46-ac81-c4ddf489a469%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to