mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2026-05-23 22:02:17 +00:00
c974858cf5
* Adds a range widget Adds a range widget that supports all the range attributes on a input[type=range] element. These include min max and increment. * Update range.js * Fix spaces vs tabs. * Added documentation.