On Thursday, October 24, 2019 at 7:34:50 PM UTC-7, TonyM wrote:
Try this:
First, change the following shadow definitions as shown:
$:/themes/tiddlywiki/vanilla/metrics/bodyfontsize
$:/themes/tiddlywiki/vanilla/metrics/bodylineheight
{{{ [{$:/temp/fontsize}multiply[1.3]] }}}px
$:/themes/tiddlywiki/vanilla/metrics/storywidth
$:/themes/tiddlywiki/vanilla/metrics/storyright
$:/themes/tiddlywiki/vanilla/metrics/tiddlerwidth
{{{ [{$:/temp/storywidth}subtract[86]] }}}px
Then, write your range controls like this:
Story width: <$range tiddler="$:/temp/storywidth" min="600" max="1000" default="770" /> {{$:/themes/tiddlywiki/vanilla/metrics/storywidth}}
Font size: <$range tiddler="$:/temp/fontsize" min="15" max="40" default="15" /> {{$:/themes/tiddlywiki/vanilla/metrics/bodyfontsize}}
That should do it. Let me know how it goes...
enjoy,
-e