From 3c9ee052a357dd225971eece61386e56c895957d Mon Sep 17 00:00:00 2001 From: twMat Date: Mon, 8 Mar 2021 19:00:41 +0100 Subject: [PATCH 1/7] Update SystemTags.tid (#5530) Interestingly, in spite of the missing quote characters, the tiddler renders well on https://tiddlywiki.com/#SystemTags but not on https://tiddlywiki.com/prerelease/#SystemTags --- editions/tw5.com/tiddlers/concepts/SystemTags.tid | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/editions/tw5.com/tiddlers/concepts/SystemTags.tid b/editions/tw5.com/tiddlers/concepts/SystemTags.tid index 6b6d4a5a1..0d0798f33 100644 --- a/editions/tw5.com/tiddlers/concepts/SystemTags.tid +++ b/editions/tw5.com/tiddlers/concepts/SystemTags.tid @@ -28,11 +28,11 @@ These are the system tags defined by the ~TiddlyWiki core: !! System tags defined by ~TiddlyWiki plugins -|<> |can be seen at: [[tiddlywiki prerelease|https://tiddlywiki.com/prerelease/]] see: top left page control bubble| -|<> |help panel "videos" tab| -|<> |can be seen at: [[tiddlywiki prerelease|https://tiddlywiki.com/prerelease/]]. see: Tiddler toolbar | -|<> |used by the [[translators edition|https://tiddlywiki.com/editions/translators/]] | -|<> |twitter plugin | -|<> |see: [[tiddlywiki prerelease|https://tiddlywiki.com/prerelease/]] | -|<> |tiddlywiki test suite | +|<> |can be seen at: [[tiddlywiki prerelease|https://tiddlywiki.com/prerelease/]] see: top left page control bubble| +|<> |help panel "videos" tab| +|<> |can be seen at: [[tiddlywiki prerelease|https://tiddlywiki.com/prerelease/]]. see: Tiddler toolbar | +|<> |used by the [[translators edition|https://tiddlywiki.com/editions/translators/]] | +|<> |twitter plugin | +|<> |see: [[tiddlywiki prerelease|https://tiddlywiki.com/prerelease/]] | +|<> |tiddlywiki test suite | From 37fd52e6c99b71e2063865abe43865c5ca00ce2c Mon Sep 17 00:00:00 2001 From: Quentin Minster Date: Wed, 10 Mar 2021 22:33:50 +0000 Subject: [PATCH 2/7] Signing the CLA (#5536) --- licenses/cla-individual.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/licenses/cla-individual.md b/licenses/cla-individual.md index f535dc12b..852b0f30e 100644 --- a/licenses/cla-individual.md +++ b/licenses/cla-individual.md @@ -445,3 +445,5 @@ Yoonchae Lee, @BlueGreenMagick, 2021/01/21 Dyllon Gagnier, @slaymaker1907, 2021/01/24 J. Wilhelm, @jeremyredhead, 2021/01/27 + +Quentin Minster, @laomaiweng, 2021/03/10 From 715ce6b603e68b5d90008617b68aadbdb37ceefa Mon Sep 17 00:00:00 2001 From: Mario Pietsch Date: Thu, 18 Mar 2021 09:54:54 +0100 Subject: [PATCH 3/7] Add tag: Community Edditions (#5548) Add tag: Community Edditions --- .../community/resources/Projectify by Nicolas Petton.tid | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editions/tw5.com/tiddlers/community/resources/Projectify by Nicolas Petton.tid b/editions/tw5.com/tiddlers/community/resources/Projectify by Nicolas Petton.tid index a65a29775..0a0eb1697 100644 --- a/editions/tw5.com/tiddlers/community/resources/Projectify by Nicolas Petton.tid +++ b/editions/tw5.com/tiddlers/community/resources/Projectify by Nicolas Petton.tid @@ -1,6 +1,6 @@ created: 202101061831 modified: 20210110204503082 -tags: [[Community Plugins]] +tags: [[Community Plugins]] [[Community Editions]] title: Projectify by Nicolas Petton type: text/vnd.tiddlywiki url: https://projectify.wiki From 743d9c56c0e106c7314e5e2a085333effea54d6d Mon Sep 17 00:00:00 2001 From: cdruan <80615570+cdruan@users.noreply.github.com> Date: Thu, 18 Mar 2021 01:57:43 -0700 Subject: [PATCH 4/7] Signing the CLA (#5551) --- licenses/cla-individual.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/licenses/cla-individual.md b/licenses/cla-individual.md index 852b0f30e..c633abdbd 100644 --- a/licenses/cla-individual.md +++ b/licenses/cla-individual.md @@ -447,3 +447,5 @@ Dyllon Gagnier, @slaymaker1907, 2021/01/24 J. Wilhelm, @jeremyredhead, 2021/01/27 Quentin Minster, @laomaiweng, 2021/03/10 + +Cindy Ruan, @cdruan, 2021/03/18 From 99bef2614cc430ea0ef0ca5e76975bb4dce24845 Mon Sep 17 00:00:00 2001 From: twMat Date: Sat, 20 Mar 2021 23:43:35 +0100 Subject: [PATCH 5/7] Update SelectWidget.tid (#5555) Added instrux for placeholder value. [Ref.](https://github.com/Jermolene/TiddlyWiki5/issues/5544) --- editions/tw5.com/tiddlers/widgets/SelectWidget.tid | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/editions/tw5.com/tiddlers/widgets/SelectWidget.tid b/editions/tw5.com/tiddlers/widgets/SelectWidget.tid index 47c1117a6..8042b9d86 100644 --- a/editions/tw5.com/tiddlers/widgets/SelectWidget.tid +++ b/editions/tw5.com/tiddlers/widgets/SelectWidget.tid @@ -53,6 +53,17 @@ This example sets the title of the current wiki [[$:/SiteTitle]] to one of a lis "/> +!!! Simple List with Placeholder Value + +To display a default value that is also disabled, effectively functioning as a placeholder, this form can be used: + +<$macrocall $name="wikitext-example-without-html" src="<$select tiddler="$:/SiteTitle" default="Choose a new site title"> + + + + +"/> + !! Value lists In this example the `value` attribute has been used to specify the text that should be used as the value of the entry instead of the display text. @@ -117,4 +128,4 @@ This example uses the `multiple` keyword to specify that we should be able to se <$list filter='[list[$:/generated-list-demo-state!!testing]]'> <$view field='title' />
-"/> \ No newline at end of file +"/> From 0beac47243b4d380c4e180f59c1e236b711dea6d Mon Sep 17 00:00:00 2001 From: twMat Date: Sun, 21 Mar 2021 17:55:18 +0100 Subject: [PATCH 6/7] Update SelectWidget.tid (#5556) Placeholder value - Correction of previous attempt. --- editions/tw5.com/tiddlers/widgets/SelectWidget.tid | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/editions/tw5.com/tiddlers/widgets/SelectWidget.tid b/editions/tw5.com/tiddlers/widgets/SelectWidget.tid index 8042b9d86..66475c2e8 100644 --- a/editions/tw5.com/tiddlers/widgets/SelectWidget.tid +++ b/editions/tw5.com/tiddlers/widgets/SelectWidget.tid @@ -55,10 +55,10 @@ This example sets the title of the current wiki [[$:/SiteTitle]] to one of a lis !!! Simple List with Placeholder Value -To display a default value that is also disabled, effectively functioning as a placeholder, this form can be used: +To display a default value that is also disabled, effectively functioning as a placeholder, the following form can be used. Note that the targeted field must be empty, or not exist, for the placeholder to show in the widget: -<$macrocall $name="wikitext-example-without-html" src="<$select tiddler="$:/SiteTitle" default="Choose a new site title"> - +<$macrocall $name="wikitext-example-without-html" src="<$select tiddler='New Tiddler' field='text' default='Choose a new text'> + From f5887d9e25cd6638996e60caaab0d3c9b3625110 Mon Sep 17 00:00:00 2001 From: "jeremy@jermolene.com" Date: Mon, 22 Mar 2021 15:22:49 +0000 Subject: [PATCH 7/7] Add a link to the community aggregator --- editions/tw5.com/tiddlers/$__StoryList.tid | 5 +++++ .../community/Community Links Aggregator.tid | 10 ++++++++++ .../tw5.com/tiddlers/community/Community.tid | 6 ++++-- .../tiddlers/hellothere/HelloThumbnail.tid | 2 +- .../HelloThumbnail - TiddlyWikiLinks.tid | 6 ++++++ .../tw5.com/tiddlers/images/TiddlyWikiLinks.png | Bin 0 -> 11963 bytes .../tiddlers/images/TiddlyWikiLinks.png.meta | 3 +++ 7 files changed, 29 insertions(+), 3 deletions(-) create mode 100644 editions/tw5.com/tiddlers/$__StoryList.tid create mode 100644 editions/tw5.com/tiddlers/community/Community Links Aggregator.tid create mode 100644 editions/tw5.com/tiddlers/hellothere/thumbnails/HelloThumbnail - TiddlyWikiLinks.tid create mode 100644 editions/tw5.com/tiddlers/images/TiddlyWikiLinks.png create mode 100644 editions/tw5.com/tiddlers/images/TiddlyWikiLinks.png.meta diff --git a/editions/tw5.com/tiddlers/$__StoryList.tid b/editions/tw5.com/tiddlers/$__StoryList.tid new file mode 100644 index 000000000..f21633f4a --- /dev/null +++ b/editions/tw5.com/tiddlers/$__StoryList.tid @@ -0,0 +1,5 @@ +created: 20210322152203906 +list: [[Documentation Macros]] HelloThere GettingStarted Community +modified: 20210322152237613 +title: $:/StoryList +type: text/vnd.tiddlywiki \ No newline at end of file diff --git a/editions/tw5.com/tiddlers/community/Community Links Aggregator.tid b/editions/tw5.com/tiddlers/community/Community Links Aggregator.tid new file mode 100644 index 000000000..ff73b7788 --- /dev/null +++ b/editions/tw5.com/tiddlers/community/Community Links Aggregator.tid @@ -0,0 +1,10 @@ +title: Community Links Aggregator +tags: Community +modified: 20210322151848025 +created: 20210322151848025 + +The ~TiddlyWiki Community Links Aggregator is a collection of regularly updated links to useful and interesting TiddlyWiki material curated by our team of community editors. The site aggregates links curated by individual members of the TiddlyWiki community. It lets you see the latest links, and explore them through categories and timelines. + +https://links.tiddlywiki.com/ + +This site works best with a crowd of people posting links. The pressure on individuals is reduced because not everybody needs to catch every interesting link that flies past. The aggregation effects reduce the impact of mistakes. For example, if one person mis-tags a link under an inappropriate topic, the site will show that only one person added that tag, versus the majority using more appropriate tags. In that way, we hope that a sort of wisdom of the crowds will emerge, with consensus emerging as to the most useful ways to describe and categorise links. diff --git a/editions/tw5.com/tiddlers/community/Community.tid b/editions/tw5.com/tiddlers/community/Community.tid index 86b158cb7..75e8e623c 100644 --- a/editions/tw5.com/tiddlers/community/Community.tid +++ b/editions/tw5.com/tiddlers/community/Community.tid @@ -1,9 +1,11 @@ created: 20130909151600000 -modified: 20210106151027426 +modified: 20210322152237662 tags: TableOfContents title: Community type: text/vnd.tiddlywiki -Here we gather the latest and most useful material from the TiddlyWiki community. +<<.tip "The latest and most useful links are now being gathered in the [[Community Links Aggregator]].">> + +Once all the relevant links have been transferred over these entries will be removed from the main tiddlywiki.com site. <> diff --git a/editions/tw5.com/tiddlers/hellothere/HelloThumbnail.tid b/editions/tw5.com/tiddlers/hellothere/HelloThumbnail.tid index f97b16ea6..bb42aa6a7 100644 --- a/editions/tw5.com/tiddlers/hellothere/HelloThumbnail.tid +++ b/editions/tw5.com/tiddlers/hellothere/HelloThumbnail.tid @@ -1,5 +1,5 @@ created: 20150414070451144 -list: [[HelloThumbnail - Introduction Video]] [[HelloThumbnail - Gentle Guide]] [[HelloThumbnail - Firefox Apocalypse]] [[HelloThumbnail - Latest Version]] [[HelloThumbnail - TiddlyMap]] [[HelloThumbnail - HelpingTiddlyWiki]] [[HelloThumbnail - Developers]] [[HelloThumbnail - Classic]] +list: [[HelloThumbnail - Introduction Video]] [[HelloThumbnail - Gentle Guide]] [[HelloThumbnail - Firefox Apocalypse]] [[HelloThumbnail - Latest Version]] [[HelloThumbnail - TiddlyWikiLinks]] [[HelloThumbnail - TiddlyMap]] [[HelloThumbnail - HelpingTiddlyWiki]] [[HelloThumbnail - Developers]] [[HelloThumbnail - Classic]] modified: 20150414070948246 title: HelloThumbnail type: text/vnd.tiddlywiki diff --git a/editions/tw5.com/tiddlers/hellothere/thumbnails/HelloThumbnail - TiddlyWikiLinks.tid b/editions/tw5.com/tiddlers/hellothere/thumbnails/HelloThumbnail - TiddlyWikiLinks.tid new file mode 100644 index 000000000..a5b3e44ad --- /dev/null +++ b/editions/tw5.com/tiddlers/hellothere/thumbnails/HelloThumbnail - TiddlyWikiLinks.tid @@ -0,0 +1,6 @@ +title: HelloThumbnail - TiddlyWikiLinks +tags: HelloThumbnail +color: #D5B7EA +image: TiddlyWikiLinks +caption: links.tiddlywiki.com +link: Community Links Aggregator diff --git a/editions/tw5.com/tiddlers/images/TiddlyWikiLinks.png b/editions/tw5.com/tiddlers/images/TiddlyWikiLinks.png new file mode 100644 index 0000000000000000000000000000000000000000..6715866d4d9488c3c6d1c714f81878ca9dc63aea GIT binary patch literal 11963 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 literal 0 HcmV?d00001 diff --git a/editions/tw5.com/tiddlers/images/TiddlyWikiLinks.png.meta b/editions/tw5.com/tiddlers/images/TiddlyWikiLinks.png.meta new file mode 100644 index 000000000..5ac185287 --- /dev/null +++ b/editions/tw5.com/tiddlers/images/TiddlyWikiLinks.png.meta @@ -0,0 +1,3 @@ +title: TiddlyWikiLinks +type: image/png +tags: picture