Hi folks, while refactoring my TW I have to tough roughly 800 tiddlers. One of the issues I'am faced with is to structure each tiddler like:
--- tiddler NameA1 --- !Overview Lore ipsum blah blah 1 !Tiddler NameA1 <<tiddler [[Tiddler Name##Overview]]>> Lore ipsum blah blah 2 !Weblinks * ... --- tiddler end --- where the second section is headed with tiddler name, a reference of the overview part an optional additional text. The idea is to be able to reference either the Overview-Part or the full tiddler text in other tiddlers. Using Eric's wikify-Plugin I found an easy way to structure each tiddler by: --- tiddler NameA2 --- !Overview Lore ipsum blah blah 1 <<wikify [[!%0]] title>> <<tiddler [[title##Overview]]>> Lore ipsum blah blah 2 !Weblinks * ... --- tiddler end --- The tiddler name NameA2 is formated correctly as level 1 heading and is also recognised by DcTableOfContentsPlugin: --- tiddler nameA2 --- !Overview Lore ipsum blah blah 1 !Tiddler NameA2 Lore ipsum blah blah 1 Lore ipsum blah blah 2 ... --- tiddler end --- Unfortunately, since the wikify-cmd is rendered in tiddler nameA2 only, I cannot embedded the full text part of nameA2 in tiddler B easily: ------- tiddler B ---- !referenced Text <<tiddler [[NameA2##NameA2]]>> ---- tiddler end ---- the section NameA2 is not found in tiddler NameA2. Any ideas, suggestions? Michael -- 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.

