The release of v5.1.18 is long overdue, I’m afraid, and there’s an unusually large number of new features and improvements
Hello Jeremy!This is a very good news! The new release has a ton of new and useful features!Thank you for all your efforts. The minor comment is to have a good documentation of new features!I just checked the keyboard shortcuts and it needs more clarification! I am not sure if a newcomer can createa Keyboard Shortcut using the present explanation (three tiddlers)!
How do I get a listing of all System tiddlers that I might have altered?
--
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/CAO5X8CyzretG60OXS-Pk2uTO8uAyELX7MJk3LZ_-y0KMvvJ-2w%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
I only asked because I could not find it there and thought it was missed. I will look again.
Thanks

My attempts to access the "Get All Plugins" library from my upgraded pre-release TW ended up pulling from the 17 library. Same for an empty pre-release I just downloaded. And same for the pre-release online.-- Mark
--
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/f75b2b9f-aec8-472c-98a4-062a9d06f9fe%40googlegroups.com.
It sounds like something strange is happening. The following steps reliably install v5.1.18 plugins for me:* Open the control panel, switch to the plugins tab* Click "Get more plugins"* Click the 2nd button "Open plugin library" (ie the one under the heading "Official TiddlyWiki Plugin Library (Prerelease)")* Review the versions of the available pluginsWhat browser/os are you using?Best wishesJeremy.
Did you change something on the site? The prerelease at TW now seems to work. But here's what I get when I use the empty prerelease from only a couple hours ago:
--
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/ac8565f6-bf74-4144-8e75-b90dc7e6bfd5%40googlegroups.com.
TW allows multiple plugin libraries to be registered at once via tiddlers with the tag $:/tags/PluginLibrary. The core includes a tiddler $:/config/OfficialPluginLibrary that points to the current version of the plugin library. It's possible that you've got another tiddler overwriting that shadow, or multiple tiddlers with that tag and selected the wrong one.
caption: {{$:/language/OfficialPluginLibrary}}
tags: $:/tags/PluginLibrary
title: $:/config/OfficialPluginLibrary
url: https://tiddlywiki.com/library/v5.1.17/index.html
{{$:/language/OfficialPluginLibrary/Hint}} Note that here I’m particularly interested in tracking down any bugs that have been newly introduced in v5.1.18.
Works as expected.
The <step> is missing, so it is 1, the <begin> is missing, so it is 0
<$list filter="[range[10]]" variable="x">
<<x>>
</$list>
That renders as:
0 1 2 3 4 5 6 7 8 9 10
Works as expected.
Only the <step> is missing, so it is 1
<$list filter="[range[3,10]]" variable="x">
<<x>>
</$list>
That renders as:
3 4 5 6 7 8 9 10
Works as expected.
The <step> is negative, <begin> is bigger than <end>
<$list filter="[range[10,0,-2]]" variable="x">
<<x>>
</$list>
That renders as:
10 8 6 4 2 0
Seems to work as expected.
The <step> is not given! <begin> is bigger than <end>, so it seems the -1 is assumed as <step>. Other language like python return empty list!!
<$list filter="[range[10,0]]" variable="x">
<<x>>
</$list>
That renders as:
10 9 8 7 6 5 4 3 2 1 0
Seems to work Wrongly.
The <step> is negiven! <begin> is smaller than <end>, so it should return empty list.
<$list filter="[range[1,10,-2]]" variable="x">
<<x>>
</$list>
That renders as:
1 3 5 7 9
Seems to work Wrongly.
The <step> is positive! <begin> is bigger than <end>, so it should return empty list.
<$list filter="[range[10,0,2]]" variable="x">
<<x>>
</$list>
That renders as:
10 8 6 4 2 0
The release of v5.1.18 is long overdue, I’m afraid, and there’s an unusually large number of new features and improvements: much better web serving functionality, global keyboard shortcuts, splash screens, the new ~ (tilde) filter operator, and much, much more.
I’ve now frozen the addition of new features (see https://github.com/Jermolene/TiddlyWiki5/issues/3573). To get it over the line we need to give it a thorough round of testing. Therefore, I’m asking everybody to give the prerelease a try: being careful to take backups, please try an experimental upgrade to the prerelease, and check that your usual workflow is still functioning as expected.You can try out the prerelease in the browser at https://tiddlywiki.com/prerelease, or visit GitHub https://github.com/Jermolene/TiddlyWiki5 to get the Node.js configuration.Note that here I’m particularly interested in tracking down any bugs that have been newly introduced in v5.1.18. There’s no reason to delay the release of v5.1.18 to fix problems that are already in v5.1.17.Many thanks for everybody's help with this. Please feel free to ask any questions here or over on the GitHub ticket. And of course, my gratitude to everyone who has contributed to this release so far.Best wishesJeremy.
I’m hoping to release v5.1.18 tomorrow, 3rd December, so this is one last request to give the latest version as much testing as you can:
* Fixed the location of the plugin library
--
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/d22e2edc-b59f-488d-9661-6e50f19f9f7b%40googlegroups.com.
{{{ [range[1,10,-2]] }}} {{{ [range[10,4,2]] }}} range[a,b], if a< b then step=1
range[a,b], if a>b then step=-1
range[a,b,c], if a<b, then c>0 otherwise empty list
range [a,b,c] if a a>b then c<0 otherwise empty list
switch (parts.length) { case 1: beg = 0; end = parts[0]; inc = 1; break; case 2: beg = parts[0]; end = parts[1]; inc = 1; break; case 3: beg = parts[0]; end = parts[1]; //inc = Math.abs(parts[2]); inc = parts[2];
if (inc === 0) return ["range: increment 0 causes infinite loop"];
if (end>beg) { if (inc < 0) return ["range: wrong increment, step>0 is required"];
}
if (end<beg) { if (inc > 0) return ["range: wrong increment, step<0 is required"];
}
break; }
// May need to count backwards// var direction = ((end<beg) ? -1 : 1);// inc *= direction;var direction = 1;range[a,b], if a< b then step=1
range[a,b], if a>b then step=-1
range[a,b,c], if a<b, then c>0 otherwise empty list
range [a,b,c] if a a>b then c<0 otherwise empty list
// May need to count backwards// var direction = ((end<beg) ? -1 : 1);// inc *= direction;var direction = 1;range[a,b], if a< b then step=1
range[a,b], if a>b then step=-1
On 3 Dec 2018, at 01:42, PMario <pmar...@gmail.com> wrote:The editor box shadow and the rounded corners really hurt!!!If we really want to keep it, we need to make it configurable AND switch off by default.
The release of v5.1.18 is long overdue, I’m afraid, and there’s an unusually large number of new features and improvements: much better web serving functionality, global keyboard shortcuts, splash screens, the new ~ (tilde) filter operator, and much, much more.
I’ve now frozen the addition of new features (see https://github.com/Jermolene/TiddlyWiki5/issues/3573). To get it over the line we need to give it a thorough round of testing. Therefore, I’m asking everybody to give the prerelease a try: being careful to take backups, please try an experimental upgrade to the prerelease, and check that your usual workflow is still functioning as expected.
You can try out the prerelease in the browser at https://tiddlywiki.com/prerelease, or visit GitHub https://github.com/Jermolene/TiddlyWiki5 to get the Node.js configuration.
Note that here I’m particularly interested in tracking down any bugs that have been newly introduced in v5.1.18. There’s no reason to delay the release of v5.1.18 to fix problems that are already in v5.1.17.
Many thanks for everybody's help with this. Please feel free to ask any questions here or over on the GitHub ticket. And of course, my gratitude to everyone who has contributed to this release so far.
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/EDCE01A2-C3AF-44BE-9455-C3D2FD8D6305%40gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/5C04F604.4080408%40googlemail.com.
| pro |
con |
| shadows and rounded corners consume
screen real estate |
|
| could help new users to identify fields with
system functions (would they?) |
are new for seasoned users, require adaption
of the optical pattern recognition |
| configurable AND switch off by default:
adds additional complexity to the core edition - confuses
new users |
|
| cant see any more advantages |
I'd say... drop it
Pit.W
--
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/e9be65b4-d0ba-4cde-af95-5e8e459723fe%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
_________________________________________________________________ ________________________________________________________ Ihre E-Mail-Postfächer sicher & zentral an einem Ort. Jetzt wechseln und alte E-Mail-Adresse mitnehmen! https://www.eclipso.de
To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/66d364e4-8c7e-0f67-6be0-a5184e88e552%40eclipso.ch.
var DEFAULT_MIN_TEXT_AREA_HEIGHT = "100px"; // Minimum height of textareas in pixels
--
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/1c172fe0-b9a4-44a8-bd63-a62040eb2a0c%40googlegroups.com.