Hey!

The following outputs all the links in tiddlers tagged "test":
<<forEachTiddler where 'tiddler.tags.contains("test")' write 
'tiddler.getLinks()+"\n"'>>
The links are in the same order as they appear in the tiddler, no 
duplicates.

hth
w


On Saturday, May 24, 2014 7:15:26 PM UTC+2, Jan wrote:
>
> Hello! 
> I have got questions regarding FeT - where Clause expressions... 
>
> How do you formulate a where clause which gives out all Tiddlers linked 
> in a tiddler. Since it will be transcluded in a <<tiddler macro>> it 
> should address the Tiddler containing the macro calling up the FeT 
> plugin, and not the plugin itself. (See 
> http://tiddlywiki.abego-software.de/#whereClause%20About) 
>
> could this be something like: Tiddler.prototype.getLinks? 
>
>
>
>
>
>
>
> I need this to generate a report giving out the value of the field 
> "important" in the the tiddlers in a storyTiddler containing the Macro 
> calling up this: 
> <<forEachTiddler 
> where 
>   ??? 
> write 
> '"Für [["+tiddler.title+"]]: "+store.getValue(tiddler, "important")+"\n"' 
>          begin '"@@font-size:2em;[img(30px,)[Tag.png]] Denken an:\n"' 
>      end '"@@"' 
>          none '""' 
> >> 
>
>
>
> Thanks for your help 
> Jan. 
>
>
>

-- 
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.
For more options, visit https://groups.google.com/d/optout.

Reply via email to