Thanks Tony, I’ve added your examples for v5.1.16, Best wishes
Jeremy > On 25 Apr 2018, at 01:00, TonyM <[email protected]> wrote: > > Some quick examples to add to the range widget documentation (tested on > https://tiddlywiki.com/prerelease/) > > 1-10 > <$range field=number-field min=-1 max=10 default=1 increment=1 ></$range> > {{!!number-field}} > > 0 to 1 for percentages > > <$range tiddler="Settings tiddler" field=number-field min=0 max=1 default=.01 > increment=.01 ></$range> {{Settings tiddler!!number-field}} > > Ideally all command/widgets should have a "code template" we can copy to > clipboard > > <$range tiddler="" field="" min=1 max=10 increment=1 default=1 > class=""></$range> > > Otherwise it is time consuming for the user to build the command > > If the commands feature demands it we may present multiple forms of the code > template. > > Regards > Tony > > > > On Wednesday, April 25, 2018 at 8:16:49 AM UTC+10, Jeremy Ruston wrote: > I’ve posted another update with the last minute changes proposed today. > Please give it a try and let me know of any issues; I now plan to make the > release tomorrow, > > https://tiddlywiki.com/prerelease <https://tiddlywiki.com/prerelease> > > Best wishes > > Jeremy > >> On 24 Apr 2018, at 08:22, Jeremy Ruston <[email protected] <>> wrote: >> >> I'm afraid my progress has been slower for the last 3 weeks than I'd hoped >> due to suddenly succumbing to something called bursitis of my elbows (which >> is a medical term for “expert torture administered via the elbows”). >> Maddening condition for a programmer: typing, using a touch screen or >> trackpad all induce nerve-shredding agony. It's slowly getting better but I >> can still only type for short bursts. On the positive side, it's given me >> some welcome insights into everyday life for people who rely on assistive >> technologies. >> >> Anyhow, I intend to release 5.1.16 later today unless anyone has any >> showstopper concerns (I do intend to merge Matt's range widget before the >> release). >> >> Best wishes >> >> Jeremy. >> >> -- >> Jeremy Ruston >> [email protected] <> >> https://jermolene.com <https://jermolene.com/> >> >> On 16 Apr 2018, at 15:51, Matthew Lauber <[email protected] <>> wrote: >> >>> Any word on the range widget PR here? >>> https://github.com/Jermolene/TiddlyWiki5/pull/2988 >>> <https://github.com/Jermolene/TiddlyWiki5/pull/2988> >>> >>> If there's something that needs done with it, I'm happy to add to the PR. >>> >>> Thanks, >>> Matt Lauber >>> >>> On Wednesday, April 11, 2018 at 10:10:06 PM UTC-4, Matthew Lauber wrote: >>> Could I get the following PRs looked at for inclusion? >>> >>> https://github.com/Jermolene/TiddlyWiki5/pull/2988 >>> <https://github.com/Jermolene/TiddlyWiki5/pull/2988> Adding a <$range> >>> widget that supports all the features of the <input type="range"> element. >>> https://github.com/Jermolene/TiddlyWiki5/pull/2982 >>> <https://github.com/Jermolene/TiddlyWiki5/pull/2982> Modify the is operator >>> to allow multiple types to be specified. >>> >>> On Saturday, April 7, 2018 at 12:17:18 PM UTC-4, Jeremy Ruston wrote: >>> The release of v5.1.16 is overdue; the good news is that there are a lot of >>> exciting new features: >>> >>> * Copying to the clipboard >>> * A new “sortan” filter operator for intuitive alphanumeric sorting >>> * A new “rotate left” button in the bitmap editor >>> * Comparison operators for the reveal widget >>> * Visual diffs available in the edit preview and the import listing >>> * A hugely overhauled CodeMirror plugin with many new futures, and much >>> better extensibility and customisability >>> * Many improvements to the TextSlicer plugin, including customisability via >>> declarative JSON rules >>> * An updated KaTeX plugin to the latest v0.9.0 >>> * The new DynaView plugin for building user interfaces that respond to >>> scrolling and zooming >>> * Sharper and more readable default fonts >>> >>> In preparation for the release, I’d be grateful for as many hands as >>> possible to give the prerelease a try: >>> >>> https://tiddlywiki.com/prerelease <https://tiddlywiki.com/prerelease> >>> >>> Please try it with your favourite plugins, or perform a trial upgrade of >>> your personal wikis. Any feedback gratefully received. >>> >>> If all goes well, we’ll release v5.1.16 in the next few days. >>> >>> Best wishes >>> >>> Jeremy. >>> >>> >>> -- >>> 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 >>> <https://groups.google.com/group/tiddlywiki>. >>> To view this discussion on the web visit >>> https://groups.google.com/d/msgid/tiddlywiki/11b9785c-c37a-48f1-b595-ccada50cc155%40googlegroups.com >>> >>> <https://groups.google.com/d/msgid/tiddlywiki/11b9785c-c37a-48f1-b595-ccada50cc155%40googlegroups.com?utm_medium=email&utm_source=footer>. >>> For more options, visit https://groups.google.com/d/optout >>> <https://groups.google.com/d/optout>. > > > -- > 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] > <mailto:[email protected]>. > To post to this group, send email to [email protected] > <mailto:[email protected]>. > Visit this group at https://groups.google.com/group/tiddlywiki > <https://groups.google.com/group/tiddlywiki>. > To view this discussion on the web visit > https://groups.google.com/d/msgid/tiddlywiki/be67d139-6061-4fc7-a32c-153e4efd8c3e%40googlegroups.com > > <https://groups.google.com/d/msgid/tiddlywiki/be67d139-6061-4fc7-a32c-153e4efd8c3e%40googlegroups.com?utm_medium=email&utm_source=footer>. > For more options, visit https://groups.google.com/d/optout > <https://groups.google.com/d/optout>. -- 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/584DA556-193A-4F68-BB68-D730E561C683%40gmail.com. For more options, visit https://groups.google.com/d/optout.

