On Wednesday, April 1, 2020 at 3:48:07 PM UTC-7, si wrote: > > I'm happy with the status pill, but the priority text box not so much! > Anyone have any ideas on how I could improve this? I use priority values > 1-100 so radios are not really an option. >
Try using a $range widget (see https://tiddlywiki.com/#RangeWidget) something like: <$range field="priority" min="1" max="100" default="50" increment="1"/> {{!!priority}} note: the use of {{!!priority}} following the range slider is optional, and simply provides feedback by showing the current value as a number enjoy, -e Eric Shulman TiddlyTools.com: "Small Tools for Big Ideas!" (tm) InsideTiddlyWiki - http://TiddlyTools.com/InsideTW -- 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 view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/6b5befd0-5c0b-41b0-b0a7-39c5aa4f1657%40googlegroups.com.

