Hi TiddlyWikiWizards
I'm a teacher living in Denmark. I've been trying to make good use of
TiddlyWiki in my school (http://himmerlands-ungdomsskole.dk) since
august 2008.
My most recent and perhaps most ambitious project has been to
integrate all our students in a ITW (BidiX ).
My goal is to be able to make lists based on different tags - sorted
by different dataentries taken from different formtiddler templates.
So far I've incorporated the YourSearchPlugin, ForEachTiddlerPlugin
(formtiddlers modified from bibblywiki) and SnapshotPlugin into my
ITW.
Problem 1:
I use ToggleTagPlugin to tag studenttiddlers individually. (To save
toggled tags (via UploadTiddlerPlugin) I have to edit individual
studenttiddlers - "doubleclick and finish")
It would be nice if UploadTiddlerPlugin updated individual tiddlers
automatically when I use ToggleTagPlugin - unfortunately it does'nt...
(Can it be made to do so?)
Problem 2:
My second problem is that the resultings lists present themselves
better when appearing in tables - and I've tried to put "|" everywhere
possible in the "foreachtiddler write-line" - but the list will not
behave as a table.
To be honest I am quite happy with the results - and I've managed to
make an application that everyone of my collegues can use just by
setting marks and clicking on links - to get lists - but they want
tables for printing - so here I am asking for your guidance.
Unfortunately my wiki is translated into Danish and I don't expect you
to be able to understand the headlines...
Here is one of the foreachtiddler generating listsTiddlers:
<<forEachTiddler
where
'tiddler.tags.contains("Syg") && tiddler.data("Dato")'
sortBy 'tiddler.data("Navn")'
write
'"#{{indent{[["+tiddler.data("Dato")+"]]}}} {{indent{//[["+tiddler.data
("Navn")+"]].//}}} {{indent{[["+tiddler.data("K-gruppe")+"]]}}}<br>
\n"'
>>
<<snapshot print label:Udskrift prompt:Udskriv id:viewer>>
As you can see I've put a "printbutton" at the bottom of the tiddler
(It works fine!)
I've encapsulated each dataentry as a link - making it easy for
everyone to find the sources directly from the list.
I would like (My collegues would like) the resulting list to appear in
a table ...
Is it possible?
I've tried to remove indents, textformats and wikilinks - but no
luck...
If you would like to have I look at my ITW-adaption (even if it is in
Danish) I will give you the adress - but it's stuffed with
"semiconfidential material" - pictures etc - so I hesitate..
Regards 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
-~----------~----~----~----~------~----~------~--~---