Hi! I use PartTiddlerPlugin (1), because you can do this: bla bla bla <part PartName>some text</part> blah blah...
You can't do this with hidden sections, as far as I know. Also, when using DcTableOfContentsPlugin (2) or SectionLinksPlugin (3), it doesn't require curly brackets to hide it from ToC. Eric explained the use of hidden sections in another thread (4), so I'm familiar with that. And yes, you can call up parts via store.getTiddlerText(tid.title+'/HiddenPartName'); See GetRandomTidsShort (4), the other examples are older and have not been deleted yet. The whole default text of the New Tiddlers is a part simply called "1" and the output is correctly: •... that Type the text for 'New Tiddler (3)'? Read more ... and so on. w (1) http://tiddlywiki.abego-software.de/#PartTiddlerPlugin (2) http://devpad.tiddlyspot.com/#DcTableOfContentsPlugin (3) http://www.TiddlyTools.com/#SectionLinksPlugin (4) http://groups.google.com/group/tiddlywiki/browse_thread/thread/be2c48729f148b65 On Feb 20, 3:14 pm, Tobias Beer <[email protected]> wrote: > Hi w, > > As for the file you've send me... > > For one, I would _not_ recommend using PartTiddlerPlugin anymore as > you can use hidden sections, like so > > /% > !Hidden Section A > Some content > !Hidden Section B > More content > !End > %/ > > Then you can use transclusion to fetch the contents... > > <<tiddler "SomeTiddler##Hidden Section A">> > > ...or - assuming that "tid" is a valid tiddler object - you can use > the following javascipt to fetch the contents: > > store.getTiddlerText(tid.title+'##Hidden Section A'); > > Although the output templates in your tiddler GetRandomTidsShort are > not filled with any data, it seems to give the right output when I > use: > > out+=tpl.format([a[i].title]); > > It also seems that you cannot fetch the contents of a "part" via... > > store.getTiddlerText(tid.title+'/HiddenPartName'); > > One final bit of advise... I would turn off AutoSave via zzConfig on a > 2MB file. > > Cheers, Tobias. -- 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.

