Hi Frank

> (Yes, a newbie question, but I haven't get until now where to change
> what in TiddlyWiki. TW Seems to me
> quite complex in terms of understanding how there is all linked
> together and where to change what :-)

Here some links to some help wikis:

TiddlerToddler:
http://tiddlertoddler.tiddlyspot.com/

TiddlyWiki for the rest of us:
http://www.giffmex.org/twfortherestofus.html

Tiddly faqs:
http://www.tiddlytools.com/faq.html

TiddlyWiki Help - a comprehensive guide:
http://twhelp.tiddlyspot.com/

TiddlyWiki.org Wiki
http://tiddlywiki.org/wiki/Main_Page

>
> How do change the MainMenu items from right-align to left-align ?
>

Under the right sidebar tabs find: 'More' > 'Shadowed' > StyleSheet,
open this tiddler and enter in edit mode:

#mainMenu{text-align:left}

Click done. Finally save the TW to not loosing this change again. In
this StyleSheet tiddler you enter custom styles, widths, etc. Which
overwrites the original styles you'll find in StyleSheetLayout and
StyleSheetColors shadowed tiddler. However, since this later two
tiddlers are overwritten with an later upgrade to a newer version, you
only use StyleSheet shadowed tiddler for your own.

The overall layout is determined in the shadowed tiddlers
PageTemplate, what you see in edit mode in EditTemplate and for
Viewing the ViewTemplate. The respective tiddler toolbars are again
'transcluded', for example with [[ToolbarCommands::EditToolbar]],
which gets the actual toolbar from the table row 'EditToolbar' of the
ToolbarCommands shadowed tiddler. Where you can add custom commands,
which needs to be done with some plugins added. Or simple change the
order of commands.

To make it simpler, or more complex, however your perspective, all
these main shadowed tiddlers can be combined into one 'systemTheme'
tagged tiddler: Which is good to know, if you came across such a
custom TW and wondered why your changes to the separate shadowed
tiddlers wouldn't work.  A systemTheme tagged tiddler allows for easy
switching of themes, for example this one:

http://mptw.tiddlyspot.com/

regards..
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to TiddlyWiki@googlegroups.com
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/TiddlyWiki?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to