Hmm what you'd really need is an automated way of splitting tiddler
content over multiple tiddlers but seeing this is a table, you'd have
to split the table and keep some of the header and footer text
intact... perhaps the data plugins that were mentioned in the other
thread have a way of doing that.
Although, since every table row is on a newline, you could easily just
randomly split the tiddler and keep the rest of the data in memory,
but you'd have to first obtain all of the results and then pass this
content onto yourself with a call to <<tiddler self with: {{content}}
>>, but this wouldn't speed anything up and you would have to call the
macro from javascript (is that even easy to do?).
I would be interested to see if a transcluded tiddler can tranclude
itself, that is, if you could open the tiddler with (or without) some
parameters and that tiddler would then recursively refresh its own
display with new contents through the <<tiddler>> macro.
A data plugin should be able to refresh its grid control without
opening any new tiddlers.
You could also simply limit the display to the first 30 entries. It's
odd to have a database that you cannot browse, but that will change as
you populate it ;).
--
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.