I've searched but cannot find an answer to a little annoyance.  I'm using 
David Szego's dGSD and would like to have some lists hidden in sliders -- 
e.g. in a Projects dashboard have dormant and completed project lists 
collapsed.

{{col{
<<dGSDList title:'Someday/Maybe Projects' 
    startTag:Project 
    tags:'Someday/Maybe && !Complete' 
    view:Project 
    mode:global
    group:Area
    gView:bold
    newButtonTags:'Project Someday/Maybe'
    >>

<slider Completed Projects>
<<dGSDList title:'Completed Projects' 
    startTag:Project 
    tags:'Complete' 
    view:Project mode:global
    dontShowEmpty:yes
    group:Area
    gView:bold
    >>
</slider>

<slider Dormant Projects>
<<dGSDList title:'Dormant Projects' 
    startTag:Project 
    tags:'Dormant && !Complete' 
    view:Project mode:global
    group:Area
    gView:bold
    dontShowEmpty:yes
    >>
</slider>
}}}

What I find is that when the sliders are collapsed, the buttons are 
rendered on the same line. I would like to have them on separate lines. 
When the first button is expanded the second button appears below, on a 
separate line, but I have not yet stumbled on the syntax to force a line 
break between the two collapsed slider buttons. 

Help greatly appreciated!

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/81de482e-dd58-4b4c-b107-dedfa22bb628%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to