> How can I display the "◄" and "►" marks in the top (header) of the TW
> - in the SiteTitle zone?
You can enter something like this into the SiteTitle tiddler:
----------------
{{floatleft{<<tiddler ToggleLeftSidebar>>}}}{{floatright{<<tiddler
ToggleRightSidebar>>}}}Your title text goes here
----------------
Note: floatleft and floatright CSS classes are defined in
http://www.TiddlyTools.com/#StyleSheetShortcuts
which you can import and add to your document by embedding
[[StyleSheetShortcuts]]
(with the brackets) at the end of your [[StyleSheet]].
One drawback to this solution, however, is that the toggle sidebar
arrow will appear in the *window* title (which is constructed from the
SiteTitle and SiteSubtitle). Another approach (the one I use on
TiddlyTools), is to create a separate area of the document, which I
call [[StoryMenu]], in which you can put commands that you want to
appear at the top of the story column. Thus, StoryMenu could contain
simply:
{floatleft{<<tiddler ToggleLeftSidebar>>}}}{{floatright{<<tiddler
ToggleRightSidebar>>}}}
and the PageTemplate displayArea definition would be customized as
follows:
--------------
<div id='displayArea'>
<div id='messageArea'></div>
<div id='storyMenu' class='storyMenu' refresh='content'
force='false' tiddler='StoryMenu'></div>
<div id='tiddlerDisplay' style="clear:both"></div>
</div>
--------------
This places the StoryMenu area above the standard tiddlerDisplay area,
so that any content in the StoryMenu tiddler is always displayed at
the top of the column.
enjoy,
-e
Eric Shulman
TiddlyTools / ELS Design Studios
----
TiddlyTools needs YOUR financial support...
Help ME to continue to help YOU...
make a generous donation today:
http://www.TiddlyTools.com/#Donations
Professional TiddlyWiki Consulting Services...
Analysis, Design, and Custom Solutions:
http://www.TiddlyTools.com/#Contact
--
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.