Hey!
Try this:
where 'tiddler.title.contains("YourStoryTiddlerTitle")'
Just replace YourStoryTiddlerTitle with the actual tiddler title.
w
On Sunday, May 25, 2014 11:43:51 PM UTC+2, Jan wrote:
>
> Hey whatever
> Thanks a lot...but it is more complicated...or different.
> I need this to generate a report giving out the value of the field
> "important" in the the tiddlers which are Tiddlylinks in a StoryTiddler
> created by Erics SaveStoryPlugin.
>
> If the links are:
> [[Tiddler1]]
> [[Tiddler2]]
> ...
> I want generate
> important@Tiddler1
> important@Tiddler2
> ....
> as wikified output.
>
> I know the rest of the expression (see below), but not the where clause...
> I could not find this in the FeT-Documentation.
>
> Again Thanks a lot
> Jan
>
> (below...)
> <<forEachTiddler
> where
> ???
> write
> '"Für [["+tiddler.title+"]]: "+store.getValue(tiddler, "important")+"\n"'
> begin '"...@@font-size:2em;[img(30px,)[Tag.png]] Denken
> an:\n"<javascript:>'
>
> end '"@@"'
> none '""'
> >>
>
>
>
>
>
> Am 25.05.2014 15:09, schrieb whatever:
>
> 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 [email protected] <javascript:>.
> To post to this group, send email to [email protected]<javascript:>
> .
> Visit this group at http://groups.google.com/group/tiddlywiki.
> For more options, visit https://groups.google.com/d/optout.
>
>
>
--
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/d/optout.