From 0889f13fefc909a8841646b6675f318f92333795 Mon Sep 17 00:00:00 2001 From: Buckaroo Banzai <39065740+BuckarooBanzay@users.noreply.github.com> Date: Fri, 1 Sep 2023 18:20:53 +0200 Subject: [PATCH 1/5] Signing the CLA (#7711) --- licenses/cla-individual.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/licenses/cla-individual.md b/licenses/cla-individual.md index 7a4904fca..9c4173e01 100644 --- a/licenses/cla-individual.md +++ b/licenses/cla-individual.md @@ -547,3 +547,5 @@ Eric Haberstroh, @pille1842, 2023/07/23 @catter-fly, 2023/07/27 @cmo-pomerium, 2023/08/03 + +BuckarooBanzay, @BuckarooBanzay, 2023/09/01 From 64c9d17181e3dfcc5b417a0e8fca1f719a368a17 Mon Sep 17 00:00:00 2001 From: Mohammad Rahmani <830394+kookma@users.noreply.github.com> Date: Mon, 4 Sep 2023 19:29:08 +0330 Subject: [PATCH 2/5] Update TranscludeWidget.tid correct procedure name (#7717) The copy pasted `mymacro` from old docs is changed to `myproc` --- editions/tw5.com/tiddlers/widgets/TranscludeWidget.tid | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/editions/tw5.com/tiddlers/widgets/TranscludeWidget.tid b/editions/tw5.com/tiddlers/widgets/TranscludeWidget.tid index a44c91dd6..6bc81de3c 100644 --- a/editions/tw5.com/tiddlers/widgets/TranscludeWidget.tid +++ b/editions/tw5.com/tiddlers/widgets/TranscludeWidget.tid @@ -18,11 +18,11 @@ Transclusion is the underlying mechanism for many higher level wikitext features Here is a complete example showing the important features of the <<.wlink TranscludeWidget>> widget: ``` -\procedure mymacro(name,age) +\procedure myproc(name,age) My name is <> and my age is <>. \end -<$transclude $variable="mymacro" name="James" age="19"/> +<$transclude $variable="myproc" name="James" age="19"/> ``` * `\procedure` defines a variable as a procedure with two parameters, ''name'' and ''age'' From 2b16fa7b5ccbfb44abe66405e842de1b26206389 Mon Sep 17 00:00:00 2001 From: TonyM <31584658+AnthonyMuscio@users.noreply.github.com> Date: Wed, 6 Sep 2023 21:26:27 +1000 Subject: [PATCH 3/5] Update GenesisWidget.tid (#7723) Add "or HTML element" to the description of "attributes not starting with $". --- editions/tw5.com/tiddlers/widgets/GenesisWidget.tid | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editions/tw5.com/tiddlers/widgets/GenesisWidget.tid b/editions/tw5.com/tiddlers/widgets/GenesisWidget.tid index 83bb36e6d..695345251 100644 --- a/editions/tw5.com/tiddlers/widgets/GenesisWidget.tid +++ b/editions/tw5.com/tiddlers/widgets/GenesisWidget.tid @@ -20,7 +20,7 @@ The content of the <<.wid genesis>> widget is used as the content of the dynamic |$mode |An optional override of the parsing mode. May be "inline" or "block" | |//{other attributes starting with $}// |Other attributes starting with a single dollar sign are reserved for future use | |//{attributes starting with $$}// |Attributes starting with two dollar signs are applied as attributes to the output widget, but with the attribute name changed to use a single dollar sign | -|//{attributes not starting with $}// |Any other attributes that do not start with a dollar are applied as attributes to the output widget | +|//{attributes not starting with $}// |Any other attributes that do not start with a dollar are applied as attributes to the output widget or HTML Element | <<.from-version "5.2.6">> If the `$type` attribute is missing or blank, the <<.wlink GenesisWidget>> widget does not render an intrinsic element, instead just rendering its children. From db79bf2380fedf4f909d5dddd0b06edb93e7ef95 Mon Sep 17 00:00:00 2001 From: TonyM <31584658+AnthonyMuscio@users.noreply.github.com> Date: Wed, 6 Sep 2023 21:27:06 +1000 Subject: [PATCH 4/5] Update WidgetMessage_ tm-permalink.tid (#7721) Addition of note that the permalink message; "The resulting link will be copied to the clipboard." --- .../tw5.com/tiddlers/messages/WidgetMessage_ tm-permalink.tid | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editions/tw5.com/tiddlers/messages/WidgetMessage_ tm-permalink.tid b/editions/tw5.com/tiddlers/messages/WidgetMessage_ tm-permalink.tid index a3b58481f..d2e17952b 100644 --- a/editions/tw5.com/tiddlers/messages/WidgetMessage_ tm-permalink.tid +++ b/editions/tw5.com/tiddlers/messages/WidgetMessage_ tm-permalink.tid @@ -5,7 +5,7 @@ title: WidgetMessage: tm-permalink type: text/vnd.tiddlywiki caption: tm-permalink -The `tm-permalink` message changes the browser address bar to form a [[permalink|PermaLinks]] to a specified tiddler, defaulting to the current tiddler. +The `tm-permalink` message changes the browser address bar to form a [[permalink|PermaLinks]] to a specified tiddler, defaulting to the current tiddler. The resulting link will be copied to the clipboard. The permalink message supports the following properties on the `event` object: From 6d0b4108a4d8945ea691f6e1db7aa7620c111137 Mon Sep 17 00:00:00 2001 From: TonyM <31584658+AnthonyMuscio@users.noreply.github.com> Date: Thu, 7 Sep 2023 18:36:39 +1000 Subject: [PATCH 5/5] Update _Timimi_ Extension and executable by Riz.tid (#7726) * Update _Timimi_ Extension and executable by Riz.tid Include the line * The native host requires a component installed on the host computer, outside the browser. So it is clearer there are two components to be installed and access to the local machine is implied. * Update _Timimi_ Extension and executable by Riz.tid Added blank line --- .../resources/_Timimi_ Extension and executable by Riz.tid | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/editions/tw5.com/tiddlers/community/resources/_Timimi_ Extension and executable by Riz.tid b/editions/tw5.com/tiddlers/community/resources/_Timimi_ Extension and executable by Riz.tid index 475de4308..71045853c 100644 --- a/editions/tw5.com/tiddlers/community/resources/_Timimi_ Extension and executable by Riz.tid +++ b/editions/tw5.com/tiddlers/community/resources/_Timimi_ Extension and executable by Riz.tid @@ -13,6 +13,8 @@ url: https://ibnishak.github.io/Timimi/ Timimi is a web-extension accompanied by a native host that allows you to save and backup your standalone HTML tiddlywiki files ''anywhere in your hard-drive''. Once installed, you can save the tiddlywiki files without any extra steps, like the original Tiddlyfox addon. +* The native host requires a component installed on the host computer, outside the browser. + {{!!url}} As of version 2.1, Timimi supports the following browsers @@ -29,4 +31,4 @@ Timimi also provides users with 4 backup strategies, viz: * Create a backup Every n^^th^^ save * Create a backup every n^^th^^ minute * Customised Tower of Hanoi -* First in First Out \ No newline at end of file +* First in First Out