Hi

Ok another reason why I should move to TW5 ... no time for it right now.

Another question : 

I removed the MyText filter to include the whole TW.

How can I display a list of Tiddler with the MyText in there textContent ?

FET don't seems to fetch included tiddlers :

<<tiddler AutoRefresh>><<tiddler FetTodoText with: MyText>>

With [[FetTodoText]] : 

<<forEachTiddler
    where
        'tiddler.text.contains("$1")' 
    sortBy 
        tiddler.modified
        descending
   write 
 '((index == 0) ? "|!|!Todo|!Next|\n" : 
"\n")+"|[["+tiddler.title+"|"+tiddler.title+"]]|<<tiddler 
[["+tiddler.title+"##Todo]]$))|<<tiddler [["+tiddler.title+"##Next]]$))|"'
>>

Thank you

JBo



On Monday, September 28, 2015 at 4:59:25 PM UTC+2, Eric Shulman wrote:
>
> On Monday, September 28, 2015 at 6:21:07 AM UTC-7, julien23 wrote:
>>
>> I use
>> http://yakovl.bplaced.net/TW/STP/STP.html#SharedTiddlersPlugin
>> to include data from remote projetcs
>>
>> I would like to Include tiddlers based on text filter, but I can't find 
>> the right syntax
>>
>> <<include "./projects/myProject.html" filters:"[text[MyText]]">>
>>
>> Can you please help me ?
>>
>>
> TiddlyWiki Classic filters are very limited.  Unfortunately, there is no 
> [text[...]] operator.  The only operators that are supported (by the TWC 
> core) are [tag[...]] and [sort[...]].
>
> -e
>

-- 
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 http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/7d4184e3-a35b-4de3-b9e6-39a7cef94dd1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to