> The programmer in me thinks I should be able to pass a parameter to a > tiddler to render the data for a tab. This would make a single copy > of the code, rather than 26 copies.
The programmer in me thought that too but he didn't know how :-) So I created 26 tiddlers (that has come in handy sometimes though)' You can see the code and maybe someone who sees the work involved will take pity and use it to expand on. It's on the Welcome page of TW Help, oddly enough on a tab named Alphabetical at: http://twhelp.tiddlyspot.com/ The code is right on the Intro as well as an expanded version for my own needs on 26 tiddlers:-) Udo Borkowski of http://www.abego-software.de created this little script that creates a set of tabs based on a particular tag. Requires: ForEachTiddlerPlugin also. Here is a direct link to the script http://tinyurl.com/2yhf5p Beware you can create an endless loop with this. Morris Gray http://twhelp.tiddlyspot.com A TiddlyWiki help file for beginners http://sidebarpluginvault.tiddlyspot.com World's largest squeezable TW plugin database On Dec 21, 8:20 am, Don <[email protected]> wrote: > I am trying to create a tabbed display for my twab address book. The > tabs are the letters A-Z and each tab would display the names of > people in my address book with that initial. I can certainly do this > with 26 tiddler parts, each of which renders the data for a single > initial. > > The programmer in me thinks I should be able to pass a parameter to a > tiddler to render the data for a tab. This would make a single copy > of the code, rather than 26 copies. > > Can anyone suggest a way to do this? > > Thanks, > Don --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

