I've searched the group and tw.org - trying to solve this on my own
for a long time - and I know that the solution MUST be trivial - .
Please tell me what to write to fetch tiddlers tagged with this
tiddlers title.
I'm using it in this context - wanting to make a template that changes
results depending on the tiddlers title:

Template:
<<forEachTiddler
where
'tiddler.tags.contains("
this tiddlers title <- This is what I need - What is the correct
syntax/word for fetching it??
") && tiddler.data("Navn")'
sortBy 'tiddler.data("Navn")'
write
 '(index < 200) ? "|"+(index+1)+"|[["+tiddler.title+"]]|
[["+tiddler.data("Gang")+"]]|[["+tiddler.data("Værelse")
+"]]|"+tiddler.data("Dato")+"|\n" : ""'
        begin '"|sortable|k\n|!#|Navn|Gang|Værelse|SDD|h\n"'
        end 'count+" elever i kontaktgruppen\n"'
        none '"Ingen elever i kontaktgruppen\n"'
>>
<<snapshot print label:Udskrift prompt:Udskriv id:viewer>><<fontSize>>

YS Måns Mårtensson




--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/TiddlyWiki?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to