Note: An alternative skin, TW4MW (work in progress), is available from the user preferences.

Optimizing Screen Space

TiddlyWiki Community Wiki

Jump to: navigation, search
This page is still incomplete. You can help by contributing to its expansion.
Please improve the article, or discuss the issue on the talk page.

[edit] Index Button Support

Currently, TiddlyWiki has a mod for a standard TiddlyWiki to the PageTemplate that changes the SideBarTabs to be accessible through a slider button labeled "Index". This mod is useful because the SideBarTabs are often long and cause the page to scroll virtually endlessly.

To apply this mod to other TiddlyWikis, replace

<div id='sidebar'>
<div id='sidebarOptions' refresh='content' tiddler='SideBarOptions'></div>
<div id='sidebarTabs' refresh='content' force='true' tiddler='SideBarTabs'></div>
</div>

with

<div id='sidebar'>
<div id='sidebarOptions' refresh='content' tiddler='SideBarOptions'></div>
<div id='sidebarTabs' refresh='macro' force='true' macro='slider chkSideBarTabs SideBarTabs "index ยป" "display lists of tiddlers"'></div>
</div>

within the PageTemplate.

However, doing so will cause the newly created button to not look like the other buttons on the SideBarOptions. To fix this, add

#sidebarTabs .button {
	margin:0em 0.2em;
	padding:0.2em 0.3em;
	display:block;
}

to the StyleSheet.

[edit] See Also

[edit] External Resources

Personal tools