From 5c3a19f298c2361993f2e1a77560b3cda4f64ccc Mon Sep 17 00:00:00 2001 From: twMat Date: Tue, 14 Apr 2020 18:14:59 +0200 Subject: [PATCH 1/7] Update RangeWidget.tid (#4453) --- editions/tw5.com/tiddlers/widgets/RangeWidget.tid | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editions/tw5.com/tiddlers/widgets/RangeWidget.tid b/editions/tw5.com/tiddlers/widgets/RangeWidget.tid index ddf406ccc..934b28f6e 100644 --- a/editions/tw5.com/tiddlers/widgets/RangeWidget.tid +++ b/editions/tw5.com/tiddlers/widgets/RangeWidget.tid @@ -19,7 +19,7 @@ The content of the `<$range>` widget is ignored. |min |The minimum value to be able to be set by the `<$range>` widget.| |max |The maximum value to be able to be set by the `<$range>` widget.| |increment |The minimum amount by which a value may be changed. Defaults to 1.| -|default |The default value displayed if the field is missing or empty.| +|default |If the field is missing or empty this is the default position for the widget handle relative to the min and max values.| |class |CSS classes to be assigned to the label around the range slider | ! Examples From 9313d9427d64d6185f4976e4cef886f0f2c9e767 Mon Sep 17 00:00:00 2001 From: twMat Date: Tue, 14 Apr 2020 18:15:26 +0200 Subject: [PATCH 2/7] Update RevealWidget.tid (#4451) --- editions/tw5.com/tiddlers/widgets/RevealWidget.tid | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/editions/tw5.com/tiddlers/widgets/RevealWidget.tid b/editions/tw5.com/tiddlers/widgets/RevealWidget.tid index 754f05598..4716648a3 100644 --- a/editions/tw5.com/tiddlers/widgets/RevealWidget.tid +++ b/editions/tw5.com/tiddlers/widgets/RevealWidget.tid @@ -10,13 +10,13 @@ type: text/vnd.tiddlywiki The reveal widget hides or shows its content depending upon the value of a [[state tiddler|StateTiddlers]]. The type of the widget determines the condition for the content being displayed: -* type=''match'': the content is displayed if the state tiddler matches a specified value -* type=''nomatch'': the content is displayed if the state tiddler doesn't match a specified value +* type=''match'': the content is displayed if the state tiddler matches the text attribute value +* type=''nomatch'': the content is displayed if the state tiddler doesn't match the text attribute value * type=''popup'': the content is displayed as a popup as described in the PopupMechanism -* type=''lt'': the content is displayed if the state tiddler contains an integer with a value ''less than'' a specified value -* type=''gt'': the content is displayed if the state tiddler contains an integer with a value ''greater than'' a specified value -* type=''lteq'': the content is displayed if the state tiddler contains an integer with a value ''less than or equal to'' a specified value -* type=''gteq'': the content is displayed if the state tiddler contains an integer with a value ''greater than or equal to'' a specified value +* type=''lt'': the content is displayed if the state tiddler contains an integer with a value ''less than'' the text attribute value +* type=''gt'': the content is displayed if the state tiddler contains an integer with a value ''greater than'' the text attribute value +* type=''lteq'': the content is displayed if the state tiddler contains an integer with a value ''less than or equal to'' the text attribute value +* type=''gteq'': the content is displayed if the state tiddler contains an integer with a value ''greater than or equal to'' the text attribute value ! Content and Attributes From a8c55781fafb2c27d21aaacc64879cb8123f48e8 Mon Sep 17 00:00:00 2001 From: twMat Date: Tue, 14 Apr 2020 18:16:07 +0200 Subject: [PATCH 3/7] Update ViewWidget.tid (#4441) ref https://github.com/Jermolene/TiddlyWiki5/issues/4438 --- editions/tw5.com/tiddlers/widgets/ViewWidget.tid | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/editions/tw5.com/tiddlers/widgets/ViewWidget.tid b/editions/tw5.com/tiddlers/widgets/ViewWidget.tid index bba220247..3efdb98cb 100644 --- a/editions/tw5.com/tiddlers/widgets/ViewWidget.tid +++ b/editions/tw5.com/tiddlers/widgets/ViewWidget.tid @@ -39,6 +39,10 @@ The following formats can be specified in the `format` attribute: |''stripcomments'' |The field is interpreted as JavaScript source code and any lines beginning `\\#` are stripped | |''jsencoded'' |The field is displayed as a JavaScript encoded string | +!! "WikiText format" + +To display the field content as regular WikiText, for example with working links, use the [[TranscludeWidget]] instead. + ! SubTiddler Access The view widget allows access to the individual tiddlers stored within a [[plugin|Plugins]]. From 4873e9447af8c0e1b2ce880e80848b6af395a586 Mon Sep 17 00:00:00 2001 From: scott willeke Date: Tue, 14 Apr 2020 09:47:46 -0700 Subject: [PATCH 4/7] fix the example path (#4419) --- .../tiddlers/webserver/WebServer Parameter_ path-prefix.tid | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editions/tw5.com/tiddlers/webserver/WebServer Parameter_ path-prefix.tid b/editions/tw5.com/tiddlers/webserver/WebServer Parameter_ path-prefix.tid index 9cd2483e7..365407a65 100644 --- a/editions/tw5.com/tiddlers/webserver/WebServer Parameter_ path-prefix.tid +++ b/editions/tw5.com/tiddlers/webserver/WebServer Parameter_ path-prefix.tid @@ -7,7 +7,7 @@ type: text/vnd.tiddlywiki The [[web server configuration parameter|WebServer Parameters]] ''path-prefix'' can be used to set an optional prefix for all paths served. -This example causes the server to serve from http://127.0.0.1/MyApp instead of the default http://127.0.0.1/MyApp. +This example causes the server to serve from http://127.0.0.1/MyApp instead of the default http://127.0.0.1/. ``` tiddlywiki mywikifolder --listen "path-prefix=/MyApp" From 7900412fd03fb2a9f2cddad2e2f6da05fffa7866 Mon Sep 17 00:00:00 2001 From: Mandar Vaze Date: Tue, 14 Apr 2020 22:32:28 +0530 Subject: [PATCH 5/7] Add Mandar Vaze to Individual Contrib. Agreement (#4543) --- licenses/cla-individual.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/licenses/cla-individual.md b/licenses/cla-individual.md index 5d85304cf..8478285a9 100644 --- a/licenses/cla-individual.md +++ b/licenses/cla-individual.md @@ -391,3 +391,5 @@ Scott Willeke, @activescott, 2020/02/01 @lucible, 2020/02/05 Matthias Bilger, @m42e, 2020/03/11 + +Mandar Vaze, @mandarvaze, 2020/04/08 From bc3e5cda9ec7c34078655934cfdd9c3788e1ee5d Mon Sep 17 00:00:00 2001 From: Mandar Vaze Date: Tue, 14 Apr 2020 22:32:50 +0530 Subject: [PATCH 6/7] Add details about special tag in usage for ribbon (#4544) Resolve #2581 --- plugins/tiddlywiki/github-fork-ribbon/usage.tid | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins/tiddlywiki/github-fork-ribbon/usage.tid b/plugins/tiddlywiki/github-fork-ribbon/usage.tid index 6cb531f22..c6d5311e0 100644 --- a/plugins/tiddlywiki/github-fork-ribbon/usage.tid +++ b/plugins/tiddlywiki/github-fork-ribbon/usage.tid @@ -1,5 +1,7 @@ title: $:/plugins/tiddlywiki/github-fork-ribbon/usage +Copy appropriate chunks on a new tiddler and tag it `$:/tags/PageControls`. Name of the new tiddler does not matter. Only the tag matters. + ```
From 1f313e8555b2604e3ce77bf77891031098fe28eb Mon Sep 17 00:00:00 2001 From: lin onetwo Date: Wed, 15 Apr 2020 04:52:11 +0800 Subject: [PATCH 7/7] Signing the CLA to start contributing (#4562) My Chinese name is Lin Dongwu, I will use that to sign it. --- licenses/cla-individual.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/licenses/cla-individual.md b/licenses/cla-individual.md index 8478285a9..15abe6d3d 100644 --- a/licenses/cla-individual.md +++ b/licenses/cla-individual.md @@ -393,3 +393,5 @@ Scott Willeke, @activescott, 2020/02/01 Matthias Bilger, @m42e, 2020/03/11 Mandar Vaze, @mandarvaze, 2020/04/08 + +Lin Dongwu, @linonetwo, 2020/04/15