Hi Bertrand
> I would like use TiddlyWiki for creating documentation, so to be able
> to create an initial HTML file with some tiddlers with labels. I think
> here to a template approach.
> Where can I find documentation on how the page is constructed?
http://tiddlywiki.org/#%5B%5BWhat%20Happens%20When%20A%20Tiddler%20Is%20Opened%3F%5D%5D
You have access to standard ViewTemplate and EditTemplate which are
shadow tiddlers and can be found in the more tab -> shadows in the
sidebartabs...
If you want to display different elements based on tags you have (at
least) two options:
1) Hide or show elements in a template by enclosing them in a
hidewhentagged or showwhentagged div - provided by HideWhenPlugin [1]
or
2) Open/use different custom templates - provided by
TaggedTemplateTweak [2]
[1]
http://mptw.tiddlyspot.com/#HideWhenPlugin
[2]
http://www.tiddlytools.com/#TaggedTemplateTweak
Cheers Måns Mårtensson