[tw] Re: wikify widget doesn't accept variable as text attribute?

2018-01-19 Thread leeand00
 Figured it out!  I was using 5.1.14 and I needed 5.1.15 to do it.

On Thursday, 18 January 2018 22:51:13 UTC-5, 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="[indexes[]]" variable="index">
>
> <>:<>
>
> <$set name="aline" tiddler=<> index=<> >
>
> <>
>
> <$wikify name="bob" output="html" text=<> >
> <>
> 
>
>
> 
> 
> 
>
>
> 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/75111ac6-827f-433b-8e42-acb1cf9c8f60%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: wikify widget doesn't accept variable as text attribute?

2018-01-19 Thread 'Mark S.' via TiddlyWiki
Where is this coming from:

lines - CPlug - Orgs - Petes Webpages - Database Admin:

?

What is the name of the dictionary tiddler? What are the contents of 
accomplishment_tiddler ? It might help if you exported and attached the 
data dictionary.

-- Mark

On Friday, January 19, 2018 at 11:05:35 AM UTC-8, leeand00 wrote:
>
>
> 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="[indexes[]]" variable="index">
>
>  
><>:<>
>  
>  <$set name="wood" tiddler=<> index=<> >
>
>   
><>
>  
>
>
>   <$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]]; >
>
>  
>  <>
>  
>
> <$wikify name="tom" output="html" text=<> >
>   
>   <>
>   
> 
>
> 
>
> 
>   
> 
>
>
> 
>
> And the results of above look like this:
>
>  lines - CPlug - Orgs - Petes Webpages - Database 
> Admin:1  
>
>  
>
>  
>
> 2017 - Hosted lab by writing example code, creating presentation and 
> presenting it on Backup and Disaster Recover Software. 
> 
> 
>
>   
>
> ---
>
> I can't figure out why the <> 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 <> and 
>> <> 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="[indexes[]]" variable="index">
>>>
>>> <>:<>
>>>
>>> <$set name="aline" tiddler=<> index=<> >
>>>
>>> <>
>>>
>>> <$wikify name="bob" output="html" text=<> >
>>> <>
>>> 
>>>
>>>
>>> 
>>> 
>>> 
>>>
>>>
>>> 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/b9907b00-bed6-42b9-b7bf-7f6cf0fcdc1d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: wikify widget doesn't accept variable as text attribute?

2018-01-19 Thread leeand00

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="[indexes[]]" variable="index">

 Contents-of-Line:
   <>:<>
 /Contents-of-Line:
 <$set name="wood" tiddler=<> index=<> >

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


  <$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]]; >

 Wikify-From-Attribute:
 <>
 /Wikify-From-Attribute:

<$wikify name="tom" output="html" text=<> >
  Wikify-From-Variable:
  <>
  /Wikify-From-Variable:





  





And the results of above look like this:

 lines - CPlug - Orgs - Petes Webpages - Database 
Admin:1  

 

 

2017 - Hosted lab by writing example code, creating presentation and 
presenting it on Backup and Disaster Recover Software. 



  

---

I can't figure out why the <> 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 <> and 
> <> 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="[indexes[]]" variable="index">
>>
>> <>:<>
>>
>> <$set name="aline" tiddler=<> index=<> >
>>
>> <>
>>
>> <$wikify name="bob" output="html" text=<> >
>> <>
>> 
>>
>>
>> 
>> 
>> 
>>
>>
>> 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/40e1a37f-151f-479c-8221-02975d032454%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: wikify widget doesn't accept variable as text attribute?

2018-01-19 Thread leeand00
Actually it's like this:

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


Sorry I didn't post it right the first time.



On Thursday, 18 January 2018 23:23:36 UTC-5, Mark S. wrote:
>
> What problem are you experiencing? When I try it both <> and 
> <> 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="[indexes[]]" variable="index">
>>
>> <>:<>
>>
>> <$set name="aline" tiddler=<> index=<> >
>>
>> <>
>>
>> <$wikify name="bob" output="html" text=<> >
>> <>
>> 
>>
>>
>> 
>> 
>> 
>>
>>
>> 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/36fbab35-9d10-4ad7-87fc-2cb4a582b55c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: wikify widget doesn't accept variable as text attribute?

2018-01-18 Thread 'Mark S.' via TiddlyWiki
What problem are you experiencing? When I try it both <> and <> 
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="[indexes[]]" variable="index">
>
> <>:<>
>
> <$set name="aline" tiddler=<> index=<> >
>
> <>
>
> <$wikify name="bob" output="html" text=<> >
> <>
> 
>
>
> 
> 
> 
>
>
> 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/e9e28577-7655-4637-a126-89e6a934f6e2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.