Sorry for the lack of context.
I'll try to explain in more detail.
1)
The ITW (http://itw.bidix.info/) uses BidiX's UploadTiddlerPlugin:
http://tiddlywiki.bidix.info/#UploadTiddlerPlugin.
It uploads individual tiddlers automatically - when you edit them.
Nothing happens though if you change/add a tag remotely with the
ToggleTagPlugin. Then you'll have to find and edit each tiddler and
click "done" for the autobackup to happen.
2)
I've copied and modified the formTiddler: NewBookTemplate from
bibblywiki (http://www.giffmex.org/bibblywiki.html) made by Dave
Gifford - to suit my needs.
I use my modified version to make individual contactsheets for each of
my students (165 persons).
Biblywiki makes use of the ForEachTiddlerPlugin to produce lists based
upon dataentries made in the formtiddler.
It produces 1 line of content pr. tiddler and the list can be sorted
in any thinkable way.
I'd like the list to be shown in a table - for the sake of clarity and
overview
I need the list to be numbered - it is not neccesary with titles for
each column (which unfortunatelyis repeated for each line of data from
tiddlers in the table, when I try* ) and I cannot find a solution in
the tiddlywiki.org pages concerning tables that adresses this issue.
*When I write:<<forEachTiddler
write '"|!col1|!col2|h\n|#cell1|cell2|\n"'
>>
*Then I get: |col1|col2| (headlinecolour)
|cell1|cell2|
|col1|coll2| (again!)
|cell3|cell4|
|coll1|coll2| - etc...
My original code:
<<forEachTiddler
where
'tiddler.tags.contains("Data1") && tiddler.data("Data2")'
sortBy 'tiddler.data("Data1")'
write
'"# "+tiddler.data("Data1")+" AND "+tiddler.data ("Data2")+"<br>
\n"'>>
When I put "|" in the line:
'"|# "+tiddler.data("Data1")+" | "+tiddler.data ("Data2")+" | \n"'>>
I loose the numbering.
I dont know how to change that...
If you need "hands on" - I will give you the address. ITW need to work
online because it is beeing used from Iphone and pocketpc's which
cannot work on local files.
I use my TyTnII for this purpose..
YC Måns Mårtensson
On 31 Jan., 14:43, FND <[email protected]> wrote:
> > 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?)
>
> The ToggleTagPlugin seems to be doing the right thing, so AutoSave
> should work (you could test this with a local TiddlyWiki document).
> So it's possible that the UploadTiddlerPlugin doesn't supports automatic
> saving - I'm not very familiar with that plugin though, so I can't say
> for sure.
>
> > the list will not behave as a table
>
> I'm having a bit of a hard time following this, due to the lack of
> context - can you provide a minimal test case*?
> FWIW, the following should work:
> <<forEachTiddler
> write '"|!col1|!col2|h\n|cell1|cell2|\n"'
> >>
>
> -- F.
>
> * cf.http://www.tiddlywiki.org/wiki/Troubleshooting
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---