Re: [tw5] Preparing for v5.1.16

2018-04-25 Thread Jeremy Ruston
Thanks Tony, I’ve added your examples for v5.1.16,

Best wishes

Jeremy

> On 25 Apr 2018, at 01:00, TonyM  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 > 
> {{!!number-field}}
> 
> 0 to 1 for percentages
> 
> <$range tiddler="Settings tiddler" field=number-field min=0 max=1 default=.01 
> increment=.01 > {{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="">
> 
> 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 
> 
> Best wishes
> 
> Jeremy
> 
>> On 24 Apr 2018, at 08:22, Jeremy Ruston > 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
>> jer...@jermolene.com <>
>> https://jermolene.com 
>> 
>> On 16 Apr 2018, at 15:51, Matthew Lauber > wrote:
>> 
>>> Any word on the range widget PR here?  
>>> 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 
>>>  Adding a <$range> 
>>> widget that supports all the features of the  element.
>>> 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 
>>> 
>>> 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 tiddlywiki+...@googlegroups.com <>.
>>> To post to this group, send email to tiddl...@googlegroups.com <>.
>>> Visit this group at https://groups.google.com/group/tiddlywiki 
>>> .
>>> To view this discussion on the web visit 
>>> 

Re: [tw5] Preparing for v5.1.16

2018-04-24 Thread TonyM
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 > 
{{!!number-field}}

0 to 1 for percentages

<$range tiddler="Settings tiddler" field=number-field min=0 max=1 
default=.01 increment=.01 > {{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="">

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
>
> Best wishes
>
> Jeremy
>
> On 24 Apr 2018, at 08:22, Jeremy Ruston  
> 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
> jer...@jermolene.com 
> https://jermolene.com
>
> On 16 Apr 2018, at 15:51, Matthew Lauber  
> wrote:
>
> Any word on the range widget PR here?  
> 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 Adding a <$range> 
>> widget that supports all the features of the  element.
>> 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
>>>
>>> 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 tiddlywiki+...@googlegroups.com .
> To post to this group, send email to tiddl...@googlegroups.com 
> .
> 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/11b9785c-c37a-48f1-b595-ccada50cc155%40googlegroups.com
>  
> 
> .
> For more options, visit 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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web 

Re: [tw5] Preparing for v5.1.16

2018-04-24 Thread Mat
>issues

Trying out the range widget:

I type in <$range/> in the text field which gives the slider thingy. I.e I 
don't explicitly state any field.
Pulling the slider to a position totally replaces(!) everything(!) in the 
current field with the static corresponding value.
This is not what happens when you pull the slider from a  html element, where instead "nothing" happens.

I'm thinking that if "nothing" should happen, then maybe there should be 
some other default field (e.g "range-value") or that the slider is blocked 
or something. Or maybe some warning or confirmation request? The most user 
friendly is probably having a default field.

The existing rangewidget default attribute does not seem to be about this 
matter.

<:-)



On Wednesday, April 25, 2018 at 12:16:49 AM UTC+2, 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 makye the 
> release tomorrow,
>
> https://tiddlywiki.com/prerelease
>
> Best wishes
>
> Jeremy
>
> On 24 Apr 2018, at 08:22, Jeremy Ruston  
> 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
> jer...@jermolene.com 
> https://jermolene.com
>
> On 16 Apr 2018, at 15:51, Matthew Lauber  
> wrote:
>
> Any word on the range widget PR here?  
> 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 Adding a <$range> 
>> widget that supports all the features of the  element.
>> 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
>>>
>>> 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 tiddlywiki+...@googlegroups.com .
> To post to this group, send email to tiddl...@googlegroups.com 
> .
> 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/11b9785c-c37a-48f1-b595-ccada50cc155%40googlegroups.com
>  
> 
> .
> For more options, visit 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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at 

Re: [tw5] Preparing for v5.1.16

2018-04-24 Thread Jeremy Ruston
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 

Best wishes

Jeremy

> On 24 Apr 2018, at 08:22, Jeremy Ruston  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
> jer...@jermolene.com 
> https://jermolene.com 
> 
> On 16 Apr 2018, at 15:51, Matthew Lauber  > wrote:
> 
>> Any word on the range widget PR here?  
>> 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 
>>  Adding a <$range> 
>> widget that supports all the features of the  element.
>> 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 
>> 
>> 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 tiddlywiki+unsubscr...@googlegroups.com 
>> .
>> To post to this group, send email to tiddlywiki@googlegroups.com 
>> .
>> 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/11b9785c-c37a-48f1-b595-ccada50cc155%40googlegroups.com
>>  
>> .
>> For more options, visit 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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/A8A1BDF9-7701-4B4A-BD70-C4D1A309DEA8%40gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw5] Preparing for v5.1.16

2018-04-10 Thread Jeremy Ruston
Thanks Ton, the update is now committed and available on the prerelease.

Best wishes

Jeremy

> On 8 Apr 2018, at 11:25, Ton Gerner  wrote:
> 
> Hi Jeremy,
> 
> I updated the Dutch translation to the latest prerelease.
> You can find it at http://tw5dutch.tiddlyspot.com/
> 
> Cheers,
> 
> Ton
> 
> 
> -- 
> 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 tiddlywiki+unsubscr...@googlegroups.com 
> .
> To post to this group, send email to tiddlywiki@googlegroups.com 
> .
> 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/013515e7-bcd8-4810-98a2-928d68a72516%40googlegroups.com
>  
> .
> For more options, visit 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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/C751E7BF-7A67-45E9-A4D1-8C4783EFF468%40gmail.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Preparing for v5.1.16

2018-04-07 Thread Jeremy Ruston
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 

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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/DC734FBB-014E-42C7-A8CA-D292D50C71C5%40gmail.com.
For more options, visit https://groups.google.com/d/optout.