On Jun 30, 1:36 am, Eric Weir <[email protected]> wrote:

> 1. I'd like to move a couple of the commands that are usually in the
> sidebar to the top menu. I'm able to do that. What I don't know how to
> do is get the vertical translucent separator that appears between the
> items already in the top menu to appear when I do so.

The top menu is an unordered list <ul> so all items on it should be
put between <li>... </li> tags.This should automatically give you the
separator.  If you put buttons on it you may have to remove their
borders.

> 2. My tiddlers often have longish titles. How do I prevent them from
> wrapping in the tree, the way you do in TWT-Treeview-Executive?

If your tiddlers have spaces in their names they will automatically
wrap. Wrapping requires white space in text in order to wrap. If not
you have two choices.

Put one of these in your Stylesheet.
1: #mainMenu { overflow: auto;}  will create a scroll bar for long
names.
2: #mainMenu { overflow: hidden;} will just hide (clip) the excess

> 3. Finally, something over which you may have no control, and in any
> case may not be so simple. I would prefer that Treeview not display a
> blank line between every item on the tree. Most of my TiddlyWikis have
> quite a few tiddlers. If I were to put the tiddlers from one of these
> into a TWT-Treeview TiddlyWiki, the tiddler lists would be *very* long.

You are right the end doesn't justify means.  However you can cheat a
bit by putting this in your StyleSheet
#mainMenu { line-height:95%;}
and adjust the percent until you start clipping icons.  In fact if you
delete the third level icon, which is superfluous anyhow , you can
probably squeeze it up enough to achieve you goal.

Morris

On Jun 30, 1:36 am, Eric Weir <[email protected]> wrote:
> Morris,
>
> 1. I'd like to move a couple of the commands that are usually in the  
> sidebar to the top menu. I'm able to do that. What I don't know how to  
> do is get the vertical translucent separator that appears between the  
> items already in the top menu to appear when I do so.
>
> 2. My tiddlers often have longish titles. How do I prevent them from  
> wrapping in the tree, the way you do in TWT-Treeview-Executive?
>
> 3. Finally, something over which you may have no control, and in any  
> case may not be so simple. I would prefer that Treeview not display a  
> blank line between every item on the tree. Most of my TiddlyWikis have  
> quite a few tiddlers. If I were to put the tiddlers from one of these  
> into a TWT-Treeview TiddlyWiki, the tiddler lists would be *very* long.
>
> Thanks,
> ------------------------------------------------------------------------------------------
> Eric Weir
> Decatur, GA  USA
> [email protected]
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to