Hi All....Todias
I came up with what I think is something similar. A tiddler has some
nice colores icones (Erics SetIconPlugin) which activate (when hit) a
bit o javascript that simply creates the color combinations in sliced
format (var text="|background|color|\n|text|othercolor......)....and
then makes a tiddler called Color.....which the StyleSheet is
reading...so I have to reload the StyleSheet...but thats simple
enough. Each colored icon creates a different set of colors in the
sliced format...and when clicked...simply rewrites the Color file!!!!
The localStorage thingy...is a part of HTML5...where you can store
parameters in the localStorage of the browser...a bit like cookies,
only the parameter values are available across windows ou tabs of the
browser.....dont have to send values between TWS...for example dont
need to use [[open in new tab|otherFolder/
TWfile.html#txtParameter:parameterValue.....]].... if parameterValue
is set in localStorage its available in TWfile automatically ------
PROVIDED the calling TW and receiving TW have the same browser address
- thats a heavy restriction sometimes....but often not.
I am findng setting and using localStorage, generally easier and more
useful that config.options.txt.... but its a personal thing!!!
Thanks for your suggestion
Skye