I've never noticed that calc before. That is cool. What does "* 1vw" do ? Multiply by Volkswagens?
Thanks, Mark On Saturday, June 17, 2017 at 4:42:21 PM UTC-7, Mat wrote: > > > > 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 [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/97bb7e87-245e-4075-95a6-1c17e89e4016%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

