Hello,
I saw example p
age where the left Wiki content take 75% from the screen width, the menu/overview on the right has 25%.
I think default is 50=50
I search in google (maybe bad keywords used), how can I change this appearance ?
Can I edit this directly in the wiki-html file (with a real text-editor of course!), and (if yes) what is the magic keyword (variable name) I have to change?
I try it (I think i have done everything as you wrote):
the content appear now on the right
but the menu is also right (will be overwritten from content when selecting a menu entry) .
What should be the "Sidebar layout (“Fluid story, fixed sidebar” or “Fixed story, fluid sidebar”).
I tried both …
“Sidebar layout” should be “Fluid story, fixed sidebar”.
Did you remember to add tag “$:/tags/Stylesheet” to the tiddler you created containing the CSS?
The tiddler you created should appear in the sidebar “Recent” tab. However, if you turned off the “Timestamps” setting (see sidebar “Tools” tab) then the tiddler you created will not set it’s created and modified date fields, and thus will not appear in the “Recent” tab. You should be able to find it in the “More>All” tab.
I am assuming that the reason it appeared in the System tab is that you named your tiddler “$:/tags/Stylesheet”.
All tiddlers that start with “$:/” are considered to be “system” tiddlers and are automatically excluded from display in the “Recent” sidebar list.
“$:/tags/Stylesheet” is the TAG VALUE that is used to designate that a tiddler contains CSS. You should name your tiddler something like “MyStyles”.
I have been using TiddlyWiki since 2005. I am an admin for the TiddlyWiki GoogleGroup (and more recently the talk.tiddlywiki.com Discourse) and I have answered over 10,000 questions from the TiddlyWiki community.
I have also worked closely with Jeremy to create and contribute many new features for the TiddlyWiki Classic and TW5 core codebases, as well as creating 100s of TiddlyWiki plugins, add-ons, templates, stylesheets, etc.