On Sunday, June 18, 2017 at 1:07:54 AM UTC+2, Mark S. wrote:
>
> It would be useful if it could be adapted to set the various font and 
> width sizes inside the configuration dialog. 
>

Heh, just what I suggested too.

Actually, I did this many hears ago for TWaddle, here 
<http://twaddle.tiddlyspot.com/#%24%3A%2FControlPanel>. So you can try it 
out there if you want. But from a brief glance there now I looks like I've 
circumvented the problem with the range slider only going from 0-100 by 
putting the number in a separate tiddler and then have the various 
measurements fetch the value from that tiddler but inside a CSS calc() 
attribute. I.e

.mystyle {
  width: calc({{myvaluetiddler}}% * 1vw);
}

Come to think of it, this is probably one of those things I could have 
included in my "CSS in TW" presentation. That calc() thingy in CSS is darn 
cool.


At points, you have to type blind because the screen becomes unreadable as 
> you delete and replace digits. I actually have my own system, which allows 
> you to use a scrollable select field and then save the key values for use 
> on different platforms. (I should post that some time).


Sounds interesting. 

<:-)

 


 

-- 
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/0ba8834e-8763-4716-825f-8c10d5054055%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to