> I would like the user of the theme to be able to set different values
> for the width of TiddlerDisplay (now 94% of browser window width) and
> the height of the sidebars (now 85% of window height).
> * the 0.85 value is currently hard-coded in three different plugins used
> by the theme; (how) can I use a global variable of sorts for this?
> * how to make an interface so that the theme-user can set these values
> without digging into the code?

You can embed an text option input into tiddler content:
    <<option txtSomeName>>
Then, in your code, you can refer to
    config.options["txtSomeName"]

> If anyone can write a wizard for the process of
> ... choosing clickable areas for the image map, go for it.

http://www.TiddlyTools.com/#ImageMapPlugin

enjoy,
-e
Eric Shulman
TiddlyTools / ELS Design Studios
----------
Was this answer useful? If so, please help support TiddlyTools:

   TiddlyTools direct contributions: (paypal)
      http://www.TiddlyTools.com/#Donate
   UnaMesa tax-deductible contributions:
      http://about.unamesa.org/Participate (paypal)
   TiddlyWiki consulting:
      http://www.TiddlyTools.com/#ELSDesignStudios
      http://www.TiddlyTools.com/#Contact

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.

Reply via email to