From 7597f5af77c839ff79b1b72a282e6816bbc40831 Mon Sep 17 00:00:00 2001 From: Steve Schneider Date: Mon, 3 Jul 2023 13:48:11 -0400 Subject: [PATCH 1/4] Update WidgetMessage_ tm-http-request Example Zotero.tid (#7584) * corrected zotero groups available for import * added field zotero-group to imported tiddlers --- .../messages/WidgetMessage_ tm-http-request Example Zotero.tid | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/editions/tw5.com/tiddlers/messages/WidgetMessage_ tm-http-request Example Zotero.tid b/editions/tw5.com/tiddlers/messages/WidgetMessage_ tm-http-request Example Zotero.tid index ea64dd3a2..472f0abb0 100644 --- a/editions/tw5.com/tiddlers/messages/WidgetMessage_ tm-http-request Example Zotero.tid +++ b/editions/tw5.com/tiddlers/messages/WidgetMessage_ tm-http-request Example Zotero.tid @@ -6,7 +6,7 @@ Specify the Zotero group ID to import <$edit-text tiddler="$:/config/zotero-group" tag="input"/> or <$select tiddler="$:/config/zotero-group"> - + \end @@ -16,6 +16,7 @@ Specify the Zotero group ID to import $basetitle={{{ =[[_zotero_import ]] =[jsonget[key]] =[[ ]] =[jsonget[title]] +[join[]] }}} text={{{ [jsonget[title]] }}} tags="$:/tags/ZoteroImport" + zotero-group={{$:/config/zotero-group}} > <$action-setmultiplefields $tiddler=<> $fields="[jsonindexes[]addprefix[zotero-]]" $values="[jsonindexes[]] :map[jsongetelse[.XXXXX.]]"/> <$list filter="[jsonindexes[creators]]" variable="creatorIndex"> From 02f6d850d5e853aece7cd5c2caf5f39c1e408972 Mon Sep 17 00:00:00 2001 From: "jeremy@jermolene.com" Date: Thu, 6 Jul 2023 09:10:56 +0100 Subject: [PATCH 2/4] Remove references to https://github.com/jermolene/tiddlywiki5/releases It is not actually populated --- editions/tw5.com/tiddlers/releasenotes/Releases.tid | 2 +- editions/tw5.com/tiddlers/releasenotes/TiddlyWiki Releases.tid | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/editions/tw5.com/tiddlers/releasenotes/Releases.tid b/editions/tw5.com/tiddlers/releasenotes/Releases.tid index 7257c19d9..e738520a7 100644 --- a/editions/tw5.com/tiddlers/releasenotes/Releases.tid +++ b/editions/tw5.com/tiddlers/releasenotes/Releases.tid @@ -4,6 +4,6 @@ tags: About title: Releases type: text/vnd.tiddlywiki -New releases of TiddlyWiki and TiddlyDesktop are announced via the [[official discussion groups|Forums]] and [[Twitter|https://twitter.com/TiddlyWiki]] (you can also subscribe to an Atom/RSS feed of [[TiddlyWiki releases from GitHub|https://github.com/jermolene/tiddlywiki5/releases.atom]]) +New releases of TiddlyWiki and TiddlyDesktop are announced via the [[official discussion groups|Forums]] and [[Twitter|https://twitter.com/TiddlyWiki]] <> diff --git a/editions/tw5.com/tiddlers/releasenotes/TiddlyWiki Releases.tid b/editions/tw5.com/tiddlers/releasenotes/TiddlyWiki Releases.tid index 3fbe6347f..57c335265 100644 --- a/editions/tw5.com/tiddlers/releasenotes/TiddlyWiki Releases.tid +++ b/editions/tw5.com/tiddlers/releasenotes/TiddlyWiki Releases.tid @@ -5,7 +5,7 @@ tags: Releases title: TiddlyWiki Releases type: text/vnd.tiddlywiki -Here are the details of recent releases of TiddlyWiki5. See [[TiddlyWiki5 Versioning]] for details of how releases are named. Note that archived versions of release source files are available at https://github.com/Jermolene/TiddlyWiki5/releases +Here are the details of recent releases of TiddlyWiki5. See [[TiddlyWiki5 Versioning]] for details of how releases are named. If you are using node.js, you can also install prior versions like this: From 34ef27fbc0235eac849dc233dc4503c049e473ed Mon Sep 17 00:00:00 2001 From: TonyM <31584658+AnthonyMuscio@users.noreply.github.com> Date: Mon, 10 Jul 2023 01:55:37 +1000 Subject: [PATCH 3/4] Update Widget Attributes.tid (#7582) Fixing error in * [[a transclusion of a macro/variable|Transcluded Attribute Values]] Which should be; * [[a transclusion of a macro/variable|Variable Attribute Values]] --- editions/tw5.com/tiddlers/wikitext/Widget Attributes.tid | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editions/tw5.com/tiddlers/wikitext/Widget Attributes.tid b/editions/tw5.com/tiddlers/wikitext/Widget Attributes.tid index de2359820..4703c0265 100644 --- a/editions/tw5.com/tiddlers/wikitext/Widget Attributes.tid +++ b/editions/tw5.com/tiddlers/wikitext/Widget Attributes.tid @@ -8,7 +8,7 @@ Attributes of HTML elements and widgets can be specified in several different wa * [[a literal string|Literal Attribute Values]] * [[a transclusion of a textReference|Transcluded Attribute Values]] -* [[a transclusion of a macro/variable|Transcluded Attribute Values]] +* [[a transclusion of a macro/variable|Variable Attribute Values]] * [[as the result of a filter expression|Filtered Attribute Values]] * <<.from-version "5.3.0">> [[as the result of performing filter and variable substitutions on the given string|Substituted Attribute Values]] From feb797701f927c17561df95224d23a890f695e74 Mon Sep 17 00:00:00 2001 From: "jeremy@jermolene.com" Date: Tue, 11 Jul 2023 11:26:50 +0100 Subject: [PATCH 4/4] Fix internal link in "Anchor Links using HTML" Fixes #7600 --- editions/tw5.com/tiddlers/wikitext/Anchor Links using HTML.tid | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editions/tw5.com/tiddlers/wikitext/Anchor Links using HTML.tid b/editions/tw5.com/tiddlers/wikitext/Anchor Links using HTML.tid index 1bf287c9a..9d69e37c1 100644 --- a/editions/tw5.com/tiddlers/wikitext/Anchor Links using HTML.tid +++ b/editions/tw5.com/tiddlers/wikitext/Anchor Links using HTML.tid @@ -46,7 +46,7 @@ That's it. ``` -*Add an <<.attr id>> attribute to any HTML5 tag and place a single `#` before the 'address' value. Here are some suggestions of tags you can use. +*Add an <<.attr id>> attribute to any HTML5 tag and place a single `#` before the 'address' value. >>Here are some suggestions of tags you can use. * Place this code at the target location. E.g. at the bottom of the tiddler. ''Step 2: Create a link to the target anchor''