Hi guys,
as an optional alternative page template in giewiki. Recently I used it for a sample application of the custom tiddler templates facility, that I've added in giewiki 1.16.
Specifically, I have a ViewTemplate (derivative) that starts like this:
<div><span macro='view topic'></span><span class='toolbar' macro='toolbar [[ToolbarCommands::ViewToolbar]]'></span></div>
in stead of the classic
<div class='toolbar' macro='toolbar [[ToolbarCommands::ViewToolbar]]'></div>
If I use the MPTW page template, I get the result I'm hoping for, ie. a left-aligned span showing the value of the 'topic' field and the usual right-aligned toolbar, like this:
If I do not use it, I don't get quite what I want (the toolbar isn't right-aligned):
What exactly is it that Simon did to make it work (and why doesn't it work otherwise)?
Thanks,
Poul