I am not too familiar with TiddlyWiki yet unfortunately. So I intermix HTML with TiddlyWiki's tags.
I have a couple of sliders like so: <div class="slidecontainer"> <input field="slider1" type="range" min="1" max="100" value="-1" class= "slider"> <label for="goal1">Interactive Neural Networks (1 hour)</label> </div> <div class="slidecontainer"> <input field="slider2" type="range" min="1" max="100" value="-1" class= "slider"> <label for="goal2">Data Structures & Algorithms MIT (1 hour)</label> </div> What I want is for the values to be stored. In TiddlyWiki tags such as $radio there is a field attribute. Obviously, this is not possible with simple HTML. I couldn't find a slider tag (also because the word "slider" is used for something else in the TiddlyWiki world, see https://groups.google.com/forum/#!topic/tiddlywiki/TXk4XZpO6a8). So how do I make sure the values of my sliders are bound to the TiddlyWiki itself? I am using TiddlyWiki as a daily journal. -- 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/4d210b3d-8543-42cc-bf1f-fb9047279182%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

