Hello guys,

I still don't understand GitHub very well, so instead of pulling requests 
(which should be somehow separated), I'll write my proposals here.

1. Remove the "syncing" item from the default ToolbarCommand [1]. As 
syncing is now disabled, there's no sense in keeping this item, which 
generates an empty button in the toolbar which looks like a "gap".

2. Add CSS to the StyleSheetColors which makes text fields use the 
ColorPalette as well:
input[type="text"], input[type="file"], input.txtOptionInput, select,
textarea { color:[[ColorPalette::Foreground]]; 
background-color:[[ColorPalette::Background]]; }
(inception - here [2])

3. Make newTiddler open a new tiddler below the current (if the macro is in 
a tiddler) instead of on top: at [3] change
story.displayTiddler(*null*,title,template,false,null,null)
to
story.displayTiddler(*this*,title,template,false,null,null)

4. Fix the support of cookies in Opera (and may be some other browsers). 
There are couple of ways to do this, see [4].

Best regards,
Yakov.

[1] https://github.com/TiddlyWiki/tiddlywiki/blob/master/js/Config.js#L224
[2] 
https://groups.google.com/forum/?hl=en&fromgroups=#!searchin/tiddlywiki/colorpalette/tiddlywiki/llXlBx64w6M/d3UTR4GSOz0J
[3] 
https://github.com/TiddlyWiki/tiddlywiki/blob/master/js/NewTiddler.js#L48
[4] https://groups.google.com/forum/#!topic/tiddlywikidev/9dvHfV0Iw8s

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWikiDev" 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 http://groups.google.com/group/tiddlywikidev.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to