From 9e67be5b6cf744243c2f0f2a856ac6fb710969f6 Mon Sep 17 00:00:00 2001 From: Jeremy Ruston Date: Tue, 3 Sep 2019 19:25:00 +0100 Subject: [PATCH 1/4] Fix date for "Hidden Setting: Sync Polling Interval" --- .../hiddensettings/Hidden Setting SyncPollingInterval.tid | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/editions/tw5.com/tiddlers/hiddensettings/Hidden Setting SyncPollingInterval.tid b/editions/tw5.com/tiddlers/hiddensettings/Hidden Setting SyncPollingInterval.tid index 7fc05923c..7a3c5ca52 100644 --- a/editions/tw5.com/tiddlers/hiddensettings/Hidden Setting SyncPollingInterval.tid +++ b/editions/tw5.com/tiddlers/hiddensettings/Hidden Setting SyncPollingInterval.tid @@ -1,5 +1,5 @@ -created: 20191029084535805 -modified: 20191029084535805 +created: 20190903192324700 +modified: 20190903192324700 tags: [[Hidden Settings]] title: Hidden Setting: Sync Polling Interval type: text/vnd.tiddlywiki From fff97e73261c9fdbcf957d6ddb86b420b864a696 Mon Sep 17 00:00:00 2001 From: Jan-Oliver Kaiser Date: Sat, 7 Sep 2019 10:06:19 +0200 Subject: [PATCH 2/4] Signing the CLA (#4244) --- licenses/cla-individual.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/licenses/cla-individual.md b/licenses/cla-individual.md index e7af6b888..60c397c11 100644 --- a/licenses/cla-individual.md +++ b/licenses/cla-individual.md @@ -371,3 +371,5 @@ Stefan Schuster-Teupke, @StefanSTFG, 2019/08/26 Nils-Hero Lindemann, @heronils, 2019/08/26 Mark Stegeman, @markstegeman, 2019/08/31 + +Jan-Oliver Kaiser, @janno, 2019/09/06 From f74e4c520d5da90bbecc925fc9d22360cfc4a44b Mon Sep 17 00:00:00 2001 From: Jeremy Ruston Date: Mon, 9 Sep 2019 14:38:29 +0100 Subject: [PATCH 3/4] Add docs for tm-rename-tiddler Fixes #4246 --- .../messages/WidgetMessage_ tm-rename-tiddler.tid | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 editions/tw5.com/tiddlers/messages/WidgetMessage_ tm-rename-tiddler.tid diff --git a/editions/tw5.com/tiddlers/messages/WidgetMessage_ tm-rename-tiddler.tid b/editions/tw5.com/tiddlers/messages/WidgetMessage_ tm-rename-tiddler.tid new file mode 100644 index 000000000..f97a9aaee --- /dev/null +++ b/editions/tw5.com/tiddlers/messages/WidgetMessage_ tm-rename-tiddler.tid @@ -0,0 +1,14 @@ +caption: tm-rename-tiddler +created: 20190909133618113 +modified: 20190909133618113 +tags: Messages navigator-message +title: WidgetMessage: tm-rename-tiddler +type: text/vnd.tiddlywiki + +The `tm-rename-tiddler` message renames a tiddler by deleting it and recreating it with a new title. The rename tiddler message requires the following properties on the `event` object: + +|!Name |!Description | +|from |Current title of tiddler | +|to |New title of tiddler | + +The rename tiddler message is usually generated with the ButtonWidget and is handled by the NavigatorWidget. From b5e4cc0cc886b02340e643a2cddaeb8182dd9f0e Mon Sep 17 00:00:00 2001 From: Jeremy Ruston Date: Tue, 10 Sep 2019 16:07:36 +0100 Subject: [PATCH 4/4] Docs: Clarify reveal widget animation requirements --- editions/tw5.com/tiddlers/widgets/RevealWidget.tid | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/editions/tw5.com/tiddlers/widgets/RevealWidget.tid b/editions/tw5.com/tiddlers/widgets/RevealWidget.tid index a44a84eb4..754f05598 100644 --- a/editions/tw5.com/tiddlers/widgets/RevealWidget.tid +++ b/editions/tw5.com/tiddlers/widgets/RevealWidget.tid @@ -1,7 +1,7 @@ caption: reveal created: 20131024141900000 jeremy: tiddlywiki -modified: 20190704145627537 +modified: 20190910150520583 tags: Widgets title: RevealWidget type: text/vnd.tiddlywiki @@ -36,13 +36,13 @@ The content of the `<$reveal>` widget is displayed according to the rules given |position |The position used for the popup when the type is ''popup''. Can be ''left'', ''above'', ''aboveright'', ''right'', ''belowleft'' or ''below'' | |positionAllowNegative |Set to "yes" to prevent computed popup positions from being clamped to be above zero | |default |Default value to use when the state tiddler is missing | -|animate |Set to "yes" to animate opening and closure (defaults to "no") | +|animate |Set to "yes" to animate opening and closure (defaults to "no"; requires "retain" to be set to "yes") | |retain |Set to "yes" to force the content to be retained even when hidden (defaults to "no") | <<.tip """<$macrocall $name=".from-version" version="5.1.18"/> <$macrocall $name=".attr" _="stateTitle"/>, <$macrocall $name=".attr" _="stateField"/> and <$macrocall $name=".attr" _="stateIndex"/> attributes allow specifying Tiddler states ''directly'', without interpreting them as [[TextReferences|TextReference]]. This is useful for edge-cases where titles may contain characters that are used to denote Tiddler fields or indices (`!!`, `##`)""">> -<<.tip """Retaining the content when hidden can give poor performance since the hidden content requires refresh processing even though it is not displayed. On the other hand, the content can be revealed much more quickly. Note that setting ''animate="yes"'' will also force ''retain="yes"''""">> +<<.tip """Retaining the content when hidden can give poor performance since the hidden content requires refresh processing even though it is not displayed. On the other hand, the content can be revealed much more quickly. Note that setting ''animate="yes"'' will also require ''retain="yes"''""">> ! Examples