Hi All
I use TW for project managements.
In tiddlers I usually have have a Todo section like this.
!!Todo
JGBo > JBo > LCo : mécanique
JBo : spec accel
JBo > JBi : Lancer
JBo > JGBo : quartz
LCo JBo JBi and JGBo are people aliases
In ex. JBi's tiddler I have a FET that shows all JBi's actions : <<tiddler
FetTodoText with: {{tiddler.title}}>>
<<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]]$))|"'
>>
But it lakes clarity for the user because it shows all the Todo lines and
not only the user's.
I whish I could find a way to write only the lines that contain ex. JBi and
belong to the !!Todo chapter.
Could you please help me ?
Thank you
Julien
--
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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/groups/opt_out.