[tw] Re: [TWC] Line breaks between consecutive sliders

2016-01-15 Thread Robert Edwards
Thanks Tobias but you're stepping out of my realm of experience. Will need 
to consider this a bit

On Thursday, January 14, 2016 at 4:53:00 PM UTC-5, Tobias Beer wrote:
>
> I'd recommend using a
>
> {{classWrapper{
> content
> }}}
>
> and the appropriate styles in your StyleSheet tiddler.
>
> Tobias
>
>

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/26b3b3b1-e0ac-41d4-8ea0-077125976f98%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TWC] Line breaks between consecutive sliders

2016-01-14 Thread Robert Edwards



@cmari -- yes, on latest. It's a bit confusing b/c the "loaded" seems to be 
one rev older than the "empty". I could not recall which I started with. In 
mine I find that if I post the code snippet I posted above by itself like 
you I also get line breaks. However that's not the entire tiddler, rather 
it's the second of two columns. In the full tiddler they render side by 
side.

@Eric -- thanks! That puts them on separate lines. Having now seen them on 
consecutive lines I'd now like whitespace between them, i.e. another blank 
line. Seems to put me right back where I started, wanting a line break and 
not able to create it. Grrr! I tried inserting a  between the divs, 
inserting within the divs, putting in its own div, etc but haven't found a 
formula that works. I know, picky picky, picky Here's the current 
appearance:





Cheers!

On Wednesday, January 13, 2016 at 7:02:27 PM UTC-5, Robert Edwards wrote:
>
> @cmari -- as far as I can recall, yes. It's on my work PC and I'm at home 
> now but will verify.
>
> @Eric -- thanks! I'll give that a try!
>
>
> On Wednesday, January 13, 2016 at 3:56:34 PM UTC-5, Eric Shulman wrote:
>>
>> On Wednesday, January 13, 2016 at 11:27:17 AM UTC-8, Robert Edwards wrote:
>>>
>>> I would prefer those two sliders to be on consecutive lines
>>>
>>  
>> Try this:
>> @@display:block;<>display:block;<>@@
>>
>> i.e., use CSS to wrap each slider in it's own DIV:
>>
>> enjoy,
>> -e
>>
>

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/cdbe1c9a-4df6-44e4-a6af-4474d11c8092%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TWC] Line breaks between consecutive sliders

2016-01-14 Thread Tobias Beer
I'd recommend using a

{{classWrapper{
content
}}}

and the appropriate styles in your StyleSheet tiddler.

Tobias

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/68e8681b-ba78-422d-896e-e6bb95ec7648%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TWC] Line breaks between consecutive sliders

2016-01-13 Thread cmari
Hi Robert,
Do you have the most recent version of dGSD? When I pasted your code in to 
a blank tiddler (removing all tags) in the empty file 
at http://thinkcreatesolve.biz/dGSD-empty.html
the sliders appeared on consecutive lines (not next to one another as in 
your screenshot). 

I do have a vague memory of running into this problem myself, and an 
equally vague memory that I may have dealt with it in a stylesheet. But I 
don't have easy access to my old dGSD-based TW anymore, so I'm not much use 
to you - sorry.
cmari

On Wednesday, January 13, 2016 at 11:27:17 AM UTC-8, Robert Edwards wrote:
>
> No one?
>
> Here's what I'm trying to fix:
>
>
>
> 
> I would prefer those two sliders to be on consecutive lines
>
> Thanks!
>
> On Friday, January 8, 2016 at 4:59:02 PM UTC-5, Robert Edwards wrote:
>>
>> Thanks -- that's something I tried but it did not work. Sorry for not 
>> mentioning it in the original post! 
>>
>> On Friday, January 8, 2016 at 4:29:55 PM UTC-5, Mat wrote:
>>>
>>> Perhaps just a html linebreak tag? Is it  or  or some such?
>>>
>>> <:-)
>>>
>>> On Friday, January 8, 2016 at 10:24:21 PM UTC+1, Robert Edwards wrote:

 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{
 <>>> startTag:Project 
 tags:'Someday/Maybe && !Complete' 
 view:Project 
 mode:global
 group:Area
 gView:bold
 newButtonTags:'Project Someday/Maybe'
 >>

 
 <>>> startTag:Project 
 tags:'Complete' 
 view:Project mode:global
 dontShowEmpty:yes
 group:Area
 gView:bold
 >>
 

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

 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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/b626ac87-7ab7-4cc4-b926-a101c47019da%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TWC] Line breaks between consecutive sliders

2016-01-13 Thread Robert Edwards


No one?

Here's what I'm trying to fix:



I would prefer those two sliders to be on consecutive lines

Thanks!

On Friday, January 8, 2016 at 4:59:02 PM UTC-5, Robert Edwards wrote:
>
> Thanks -- that's something I tried but it did not work. Sorry for not 
> mentioning it in the original post! 
>
> On Friday, January 8, 2016 at 4:29:55 PM UTC-5, Mat wrote:
>>
>> Perhaps just a html linebreak tag? Is it  or  or some such?
>>
>> <:-)
>>
>> On Friday, January 8, 2016 at 10:24:21 PM UTC+1, Robert Edwards wrote:
>>>
>>> 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{
>>> <>> startTag:Project 
>>> tags:'Someday/Maybe && !Complete' 
>>> view:Project 
>>> mode:global
>>> group:Area
>>> gView:bold
>>> newButtonTags:'Project Someday/Maybe'
>>> >>
>>>
>>> 
>>> <>> startTag:Project 
>>> tags:'Complete' 
>>> view:Project mode:global
>>> dontShowEmpty:yes
>>> group:Area
>>> gView:bold
>>> >>
>>> 
>>>
>>> 
>>> <>> startTag:Project 
>>> tags:'Dormant && !Complete' 
>>> view:Project mode:global
>>> group:Area
>>> gView:bold
>>> dontShowEmpty:yes
>>> >>
>>> 
>>> }}}
>>>
>>> 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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/79859d7f-83c8-421d-8e00-cf2065add8b6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TWC] Line breaks between consecutive sliders

2016-01-13 Thread Eric Shulman
On Wednesday, January 13, 2016 at 11:27:17 AM UTC-8, Robert Edwards wrote:
>
> I would prefer those two sliders to be on consecutive lines
>
 
Try this:
@@display:block;<>display:block;<>@@

i.e., use CSS to wrap each slider in it's own DIV:

enjoy,
-e

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/ff3c9fe9-a22c-4ec6-a2fe-4604f71ff8d5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TWC] Line breaks between consecutive sliders

2016-01-13 Thread Robert Edwards
@cmari -- as far as I can recall, yes. It's on my work PC and I'm at home 
now but will verify.

@Eric -- thanks! I'll give that a try!


On Wednesday, January 13, 2016 at 3:56:34 PM UTC-5, Eric Shulman wrote:
>
> On Wednesday, January 13, 2016 at 11:27:17 AM UTC-8, Robert Edwards wrote:
>>
>> I would prefer those two sliders to be on consecutive lines
>>
>  
> Try this:
> @@display:block;<>display:block;<>@@
>
> i.e., use CSS to wrap each slider in it's own DIV:
>
> enjoy,
> -e
>

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/767b0a5e-d6fa-4de5-bad1-4d0ae3dac945%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TWC] Line breaks between consecutive sliders

2016-01-08 Thread Mat
Perhaps just a html linebreak tag? Is it  or  or some such?

<:-)

On Friday, January 8, 2016 at 10:24:21 PM UTC+1, Robert Edwards wrote:
>
> 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{
> < startTag:Project 
> tags:'Someday/Maybe && !Complete' 
> view:Project 
> mode:global
> group:Area
> gView:bold
> newButtonTags:'Project Someday/Maybe'
> >>
>
> 
> < startTag:Project 
> tags:'Complete' 
> view:Project mode:global
> dontShowEmpty:yes
> group:Area
> gView:bold
> >>
> 
>
> 
> < startTag:Project 
> tags:'Dormant && !Complete' 
> view:Project mode:global
> group:Area
> gView:bold
> dontShowEmpty:yes
> >>
> 
> }}}
>
> 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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/b599ed76-d5ba-4fae-b466-57c2f5d8a589%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TWC] Line breaks between consecutive sliders

2016-01-08 Thread Robert Edwards
Thanks -- that's something I tried but it did not work. Sorry for not 
mentioning it in the original post! 

On Friday, January 8, 2016 at 4:29:55 PM UTC-5, Mat wrote:
>
> Perhaps just a html linebreak tag? Is it  or  or some such?
>
> <:-)
>
> On Friday, January 8, 2016 at 10:24:21 PM UTC+1, Robert Edwards wrote:
>>
>> 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{
>> <> startTag:Project 
>> tags:'Someday/Maybe && !Complete' 
>> view:Project 
>> mode:global
>> group:Area
>> gView:bold
>> newButtonTags:'Project Someday/Maybe'
>> >>
>>
>> 
>> <> startTag:Project 
>> tags:'Complete' 
>> view:Project mode:global
>> dontShowEmpty:yes
>> group:Area
>> gView:bold
>> >>
>> 
>>
>> 
>> <> startTag:Project 
>> tags:'Dormant && !Complete' 
>> view:Project mode:global
>> group:Area
>> gView:bold
>> dontShowEmpty:yes
>> >>
>> 
>> }}}
>>
>> 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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/c2cba6e6-b94a-4a9f-8c47-4d69d6508164%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.