Hi Julio > I would like to include with all tiddlers. I have an idea of what I > would like to do and know that there is something to be done with the > page template to show at the bottom of every tiddler. The properties > box will show that tiddlers basic info.
I think you want to edit the ViewTemplate tiddler[1] (shadowtiddler) You can include a tiddler in the View- or EditTemplate via the tiddler macro [2]- like this: <div macro='tiddler TiddlerTitle'></div> [3] [1] http://tiddlywiki.org/#%5B%5BViewTemplate%20Tiddler%5D%5D [2] http://tiddlywiki.org/#%5B%5Btiddler%20macro%5D%5D [3] http://tiddlywiki.org/#%5B%5BExtended%20HTML%20Syntax%20Handling%5D%5D Cheers Måns Mårtensson -- 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.

