I also whipped up a Slice plugin.... http://www.remotely-helpful.com/TiddlyWiki/ImprovedSlicesPlugin.html#ImprovedSlicesPlugin
I use it all the time in my own tiddlywiki, an example is as follows, in conjunction with my Encryption Plugin (http://www.remotely- helpful.com/TiddlyWiki/TiddlerEncryptionPlugin.html) I encrypt the WebSiteNameLoginPassword tiddler, using the encryption plugin. If I don't decrypt, the WebSiteNameLoginId tiddler does not show passwords. So, I can pass around my tiddlywiki and if I don't hand out the password, people can see the sites I use but not the usernames or passwords. I use includes elsewhere as well, but this is the main one. Tiddler name: WebSiteNameLoginId -------------------------------------------- |!Company:|SiteNamel|>|>| |!Site:|http://www.site.url.com|>|>| |!Authentication:|<<tiddler "WebSiteNameLoginPassword::Login01">>| <<tiddler "WebSiteNameLoginPassword::Login01+1#1">>|<<tiddler "WebSiteNameLoginPassword::Login01+3#1">>| |!Authentication:|<<tiddler "WebSiteNameLoginPassword::Login02">>| <<tiddler "WebSiteNameLoginPassword::Login02+1#1">>|<<tiddler "WebSiteNameLoginPassword::Login02+3#1">>| |!Notes:|This is a demo site.|>|>| Set password in WebSiteNameLoginPassword -------------------------------------------- Tiddler name: "WebSiteNameLoginPassword" -------------------------------------------- |!Slice|!User|!Password|!Last Changed|!Notes| |Login01|username|aPassword|12/09/2009|| |Login02|secondUsername|AnotherPassword|12/09/2009|| -------------------------------------------- ...Lyall On Sep 22, 11:27 am, AlanBCohen <[email protected]> wrote: > Thanks to Mike and Wolfgang for their additional information. > Alan --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

