[tw] Suggestions Box #1 ... OUTPUTS ... CSS Tools

2017-10-12 Thread @TiddlyTweeter
*Suggestion #1: Stylesheet Toggler*

Aim: A button that cycles through different CSS stylesheets 
($:/tags/Stylesheet)

Workings: Simply adds and removes the tag activating stylesheet through a 
cycle. Each click on the button advancing one. A Data Tiddler holds the 
addresses of styling Tiddlers included in the cycle. 

Benefits: 
1 - Lets users modify layout easily.
2 - Aids CSS design.



Responses to this were ...

(1) Telmiger's https://tid.li/tw5/hacks.html#Stylesheet%20Manager that 
looks very good for CSS Development: being able to switch off and on 
multiple stylesheets at will.

(2) Mark S.' selector of one CSS stylesheet at a time seems most suited to 
end user need for replacing the default with alternatives.

Neither approach cycled through alternative styles as per the initial idea. 
But both are useful. To know about and use.

Best wishes
Josiah 

-- 
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/fb2553c2-b920-4568-bdab-a658d8c6b21c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Suggestions Box ...

2017-10-11 Thread Riz
I would like to see an 'attributes' parameter for widgets. The parameter should 
point to a tiddler that holds all the attributes of that widget which will be 
mapped to html "as is". 

For eg: <$button attributes="myatttiddler">Hello

and myatttiddler should have text like 

{ 
 "class": "myclass", 
 "style": "background:blue;", 
 "tabindex": 0
 }
 
This has two advantages. 
a) It will help to decrease repetition of these attributes for various widgets. 
b) It will help to include the html properties not yet supported for that 
widget like "tabindex" in the above example. 

Kixam already implemented this for his date picker widget. I hope this will 
become norm for all the widgets. 

-- 
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/f750fbac-6623-40a5-8cb2-0c6a7fcc3cd9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Suggestions Box ...

2017-10-10 Thread @TiddlyTweeter
There are so many great programmers here I thought it might be a useful 
idea to have a general "Suggestions Box" for stuff that has not been (as 
far as I know) been implemented they might be interested in ...

-- 
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/de3720ca-d8af-4c57-9961-070340713c62%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.