This is an attempt to implement Eric's solution to the problem below.
While it makes perfect sense to me, it doesn't seem to be working. You can see that Tiddler 2 and Tiddler 3 simply show no content, and I have this empty HTML node for their bodies:
<div class="tc-tiddler-body tc-reveal"></div>
I'm not sure why it's not working. I think I've followed the steps accurately.
Is there a simple way to make a ViewTemplate's floating content float to the right of the tiddler's main content?
Tiddler 1 - hardcoded shows the output I would like, using the stylesheet in styles.
The information in the box is generated from some of the tiddler's fields. I would rather this be a ViewTemplate, running for all tiddlers with the tag MyTag
. But when I do so, using My Tag Template, as in Tiddler 2 and Tiddler 3, my box is floating right above the rest of the content. I undertand why. Some intervening container from another template must clear the float. But is there a good way to fix this short of overriding $:/core/ui/ViewTemplate/body?
The discussion is at talk.tiddlywiki.org.