This is the contents of the "dictionary tiddler" which has a type of 
"application/x-tiddler-dictionary":

1: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/]]

----

And this is the contents of the syntax for rendering in a tiddler that has 
a field which refers to "dictionary tiddler" named 
"accomplishments_tiddler":


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

     &lt;Contents-of-Line:&gt;
       <<source>>:<<index>>
     &lt;/Contents-of-Line:&gt;
     <$set name="wood" tiddler=<<source>> index=<<index>> >

      &lt;Contents-of-Variable:&gt;
       <<wood>>
     &lt;/Contents-of-Variable:&gt;


      <$wikify name="bob" output="html" text="2017 - Hosted lab by writing 
example code, creating presentation and presenting it on [[Backup and 
Disaster Recover Software.|http://bit.ly/cplug_bareos_talk_lib]]"; >

     &lt;Wikify-From-Attribute:&gt;
         <<bob>>
     &lt;/Wikify-From-Attribute:&gt;

        <$wikify name="tom" output="html" text=<<wood>> >
          &lt;Wikify-From-Variable:&gt;
              <<tom>>
          &lt;/Wikify-From-Variable:&gt;
        </$wikify>

    </$wikify>

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


----

And the results of above look like this:

<Contents-of-Line:> lines - CPlug - Orgs - Petes Webpages - Database 
Admin:1 </Contents-of-Line:> 

<Contents-of-Variable:> </Contents-of-Variable:>

<Wikify-From-Attribute:> 

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/>
</Wikify-From-Attribute:>

<Wikify-From-Variable:> </Wikify-From-Variable:> 

---

I can't figure out why the <<wood>> variable doesn't populate with the 
contents of the text to be wikified.

On Thursday, 18 January 2018 23:23:36 UTC-5, Mark S. wrote:
>
> What problem are you experiencing? When I try it both <<aline>> and 
> <<bob>> produce text with an external hyperlink.
>
> You don't show your index in your example, so for my test I just made it 
> 01:  
>
> So ... without seeing your data -- be sure you have an index for each 
> line. Be sure that you've set the type of the data tiddler to data tiddlers.
>
> Good luck,
>
> -- Mark
>
> On Thursday, January 18, 2018 at 7:51:13 PM UTC-8, leeand00 wrote:
>>
>>
>> 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/ 
>> <https://www.google.com/url?q=https%3A%2F%2Fwww.meetup.com%2Fcp-lug%2Fevents%2F245852703%2F&sa=D&sntz=1&usg=AFQjCNG_aWh2aIEIgktXXQ5-QZ4JeMBBHQ>
>> ]]
>>
>> 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 [email protected].
To post to this group, send email to [email protected].
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/40e1a37f-151f-479c-8221-02975d032454%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to