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"> 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: 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'' 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]]