From 61da3a41eb2de192d2382d0c18a98c72d7ed391c Mon Sep 17 00:00:00 2001 From: Jeremy Ruston Date: Sun, 6 Oct 2024 16:09:00 +0100 Subject: [PATCH] Rename "Community Links" to "TiddlyWiki on the Web", and excise the items to individual tiddlers --- .../tiddlers/system/DefaultTiddlers.tid | 2 +- .../community/TiddlyWiki on the Web.tid | 14 +++ .../community/links/TalkTiddlyWiki.tid | 7 ++ .../community/links/TiddlyWiki on Discord.tid | 7 ++ .../community/links/TiddlyWiki on GitHub.tid | 7 ++ .../community/links/TiddlyWiki on Gitter.tid | 7 ++ .../links/TiddlyWiki on Mastodon.tid | 7 ++ .../links/TiddlyWiki on Open Collective.tid | 7 ++ .../community/links/TiddlyWiki on Reddit.tid | 7 ++ .../community/links/TiddlyWiki on Twitter.tid | 7 ++ .../community/links/TiddlyWiki on YouTube.tid | 7 ++ .../tiddlers/hellothere/Community Links.tid | 35 ------- .../tiddlers/hellothere/Find Out More.tid | 1 + .../tiddlers/hellothere/HelloThere.tid | 1 + .../hellothere/Testimonials and Reviews.tid | 1 + .../hellothere/quickstart/Quick Start.tid | 1 + .../tiddlers/images/Open Collective Logo.tid | 2 +- .../tiddlers/system/DefaultTiddlers.tid | 2 +- .../tiddlers/system/tw5.com-styles.tid | 14 ++- .../tiddlers/system/wikitext-macros.tid | 93 +++++++++++++------ .../Testimonials - Product Hunt.tid | 2 + themes/tiddlywiki/vanilla/base.tid | 16 ++-- 22 files changed, 170 insertions(+), 77 deletions(-) create mode 100644 editions/tw5.com/tiddlers/community/TiddlyWiki on the Web.tid create mode 100644 editions/tw5.com/tiddlers/community/links/TalkTiddlyWiki.tid create mode 100644 editions/tw5.com/tiddlers/community/links/TiddlyWiki on Discord.tid create mode 100644 editions/tw5.com/tiddlers/community/links/TiddlyWiki on GitHub.tid create mode 100644 editions/tw5.com/tiddlers/community/links/TiddlyWiki on Gitter.tid create mode 100644 editions/tw5.com/tiddlers/community/links/TiddlyWiki on Mastodon.tid create mode 100644 editions/tw5.com/tiddlers/community/links/TiddlyWiki on Open Collective.tid create mode 100644 editions/tw5.com/tiddlers/community/links/TiddlyWiki on Reddit.tid create mode 100644 editions/tw5.com/tiddlers/community/links/TiddlyWiki on Twitter.tid create mode 100644 editions/tw5.com/tiddlers/community/links/TiddlyWiki on YouTube.tid delete mode 100644 editions/tw5.com/tiddlers/hellothere/Community Links.tid diff --git a/editions/prerelease/tiddlers/system/DefaultTiddlers.tid b/editions/prerelease/tiddlers/system/DefaultTiddlers.tid index 0f8970263..66d1c9bab 100644 --- a/editions/prerelease/tiddlers/system/DefaultTiddlers.tid +++ b/editions/prerelease/tiddlers/system/DefaultTiddlers.tid @@ -6,7 +6,7 @@ title: $:/DefaultTiddlers HelloThere [[Quick Start]] [[Find Out More]] -[[Community Links]] +[[TiddlyWiki on the Web]] [[Testimonials and Reviews]] GettingStarted Community diff --git a/editions/tw5.com/tiddlers/community/TiddlyWiki on the Web.tid b/editions/tw5.com/tiddlers/community/TiddlyWiki on the Web.tid new file mode 100644 index 000000000..261337d28 --- /dev/null +++ b/editions/tw5.com/tiddlers/community/TiddlyWiki on the Web.tid @@ -0,0 +1,14 @@ +modified: 20241001141521924 +tags: TableOfContents +title: TiddlyWiki on the Web +type: text/vnd.tiddlywiki +icon: $:/core/images/link +list: TalkTiddlyWiki [[TiddlyWiki on YouTube]] [[TiddlyWiki on Reddit]] [[TiddlyWiki on Discord]] [[TiddlyWiki on GitHub]] [[TiddlyWiki on Mastodon]] [[TiddlyWiki on Twitter]] [[TiddlyWiki on Gitter]] [[TiddlyWiki on Open Collective]] + +\parsermode inline +\parsermode inline +
+<$list filter="[tag[TiddlyWiki on the Web]]"> +<$macrocall $name="flex-card-external" backgroundcolor={{!!background-color}} textcolor={{!!text-color}} captionField="caption"/> + +
diff --git a/editions/tw5.com/tiddlers/community/links/TalkTiddlyWiki.tid b/editions/tw5.com/tiddlers/community/links/TalkTiddlyWiki.tid new file mode 100644 index 000000000..413edd1cd --- /dev/null +++ b/editions/tw5.com/tiddlers/community/links/TalkTiddlyWiki.tid @@ -0,0 +1,7 @@ +title: TalkTiddlyWiki +caption: ~TalkTiddlyWiki +tags: [[TiddlyWiki on the Web]] +url: https://talk.tiddlywiki.org/ +icon: $:/core/images/help +background-color: #FF8C19 +text-color: #fff diff --git a/editions/tw5.com/tiddlers/community/links/TiddlyWiki on Discord.tid b/editions/tw5.com/tiddlers/community/links/TiddlyWiki on Discord.tid new file mode 100644 index 000000000..f9450927d --- /dev/null +++ b/editions/tw5.com/tiddlers/community/links/TiddlyWiki on Discord.tid @@ -0,0 +1,7 @@ +title: TiddlyWiki on Discord +caption: Discord +tags: [[TiddlyWiki on the Web]] +url: https://discord.gg/HFFZVQ8 +icon: $:/core/images/globe +background-color: #5462EB +text-color: #fff diff --git a/editions/tw5.com/tiddlers/community/links/TiddlyWiki on GitHub.tid b/editions/tw5.com/tiddlers/community/links/TiddlyWiki on GitHub.tid new file mode 100644 index 000000000..64e49fbf8 --- /dev/null +++ b/editions/tw5.com/tiddlers/community/links/TiddlyWiki on GitHub.tid @@ -0,0 +1,7 @@ +title: TiddlyWiki on GitHub +caption: ~GitHub +tags: [[TiddlyWiki on the Web]] +url: https://github.com/TiddlyWiki/TiddlyWiki5 +icon: $:/core/images/github +background-color: #444 +text-color: #fff diff --git a/editions/tw5.com/tiddlers/community/links/TiddlyWiki on Gitter.tid b/editions/tw5.com/tiddlers/community/links/TiddlyWiki on Gitter.tid new file mode 100644 index 000000000..07474b4e3 --- /dev/null +++ b/editions/tw5.com/tiddlers/community/links/TiddlyWiki on Gitter.tid @@ -0,0 +1,7 @@ +title: TiddlyWiki on Gitter +caption: Gitter +tags: [[TiddlyWiki on the Web]] +url: https://gitter.im/TiddlyWiki/public +icon: $:/core/images/gitter +background-color: #753a88 +text-color: #fff diff --git a/editions/tw5.com/tiddlers/community/links/TiddlyWiki on Mastodon.tid b/editions/tw5.com/tiddlers/community/links/TiddlyWiki on Mastodon.tid new file mode 100644 index 000000000..c9ebe006f --- /dev/null +++ b/editions/tw5.com/tiddlers/community/links/TiddlyWiki on Mastodon.tid @@ -0,0 +1,7 @@ +title: TiddlyWiki on Mastodon +caption: Mastodon +tags: [[TiddlyWiki on the Web]] +url: https://fosstodon.org/@TiddlyWiki +icon: $:/core/images/mastodon +background-color: #2b90d9 +text-color: #fff diff --git a/editions/tw5.com/tiddlers/community/links/TiddlyWiki on Open Collective.tid b/editions/tw5.com/tiddlers/community/links/TiddlyWiki on Open Collective.tid new file mode 100644 index 000000000..e5fa69124 --- /dev/null +++ b/editions/tw5.com/tiddlers/community/links/TiddlyWiki on Open Collective.tid @@ -0,0 +1,7 @@ +title: TiddlyWiki on Open Collective +caption: Open Collective +tags: [[TiddlyWiki on the Web]] +url: https://opencollective.com/tiddlywiki +icon: Open Collective Logo +background-color: #0c2c66 +text-color: #fff diff --git a/editions/tw5.com/tiddlers/community/links/TiddlyWiki on Reddit.tid b/editions/tw5.com/tiddlers/community/links/TiddlyWiki on Reddit.tid new file mode 100644 index 000000000..20f292de8 --- /dev/null +++ b/editions/tw5.com/tiddlers/community/links/TiddlyWiki on Reddit.tid @@ -0,0 +1,7 @@ +title: TiddlyWiki on Reddit +caption: Reddit +tags: [[TiddlyWiki on the Web]] +url: https://www.reddit.com/r/TiddlyWiki5/ +icon: Reddit Logo +background-color: #FF4500 +text-color: #fff diff --git a/editions/tw5.com/tiddlers/community/links/TiddlyWiki on Twitter.tid b/editions/tw5.com/tiddlers/community/links/TiddlyWiki on Twitter.tid new file mode 100644 index 000000000..643610e61 --- /dev/null +++ b/editions/tw5.com/tiddlers/community/links/TiddlyWiki on Twitter.tid @@ -0,0 +1,7 @@ +title: TiddlyWiki on Twitter +caption: Twitter +tags: [[TiddlyWiki on the Web]] +url: https://twitter.com/TiddlyWiki +icon: $:/core/images/twitter +background-color: #1DA1F2 +text-color: #fff diff --git a/editions/tw5.com/tiddlers/community/links/TiddlyWiki on YouTube.tid b/editions/tw5.com/tiddlers/community/links/TiddlyWiki on YouTube.tid new file mode 100644 index 000000000..bf5523c92 --- /dev/null +++ b/editions/tw5.com/tiddlers/community/links/TiddlyWiki on YouTube.tid @@ -0,0 +1,7 @@ +title: TiddlyWiki on YouTube +caption: ~YouTube +tags: [[TiddlyWiki on the Web]] +url: https://www.youtube.com/c/JeremyRuston +icon: $:/core/images/video +background-color: #e52d27 +text-color: #fff diff --git a/editions/tw5.com/tiddlers/hellothere/Community Links.tid b/editions/tw5.com/tiddlers/hellothere/Community Links.tid deleted file mode 100644 index d45c30cea..000000000 --- a/editions/tw5.com/tiddlers/hellothere/Community Links.tid +++ /dev/null @@ -1,35 +0,0 @@ -modified: 20241001141521924 -tags: TableOfContents -title: Community Links -type: text/vnd.tiddlywiki - -\parsermode inline -
- -{{$:/core/images/help}} ~TalkTW - - -{{$:/core/images/video}} ~YouTube - - -{{$:/core/images/discord}} Discord - - -{{$:/core/images/twitter}} Twitter - - -{{$:/core/images/mastodon}} Mastodon - - -{{$:/core/images/github}} ~GitHub - - -{{$:/core/images/gitter}} Gitter - - -{{Reddit Logo}} Reddit - - -{{Open Collective Logo}} Open Collective - -
diff --git a/editions/tw5.com/tiddlers/hellothere/Find Out More.tid b/editions/tw5.com/tiddlers/hellothere/Find Out More.tid index c2df1a608..de6a0fccc 100644 --- a/editions/tw5.com/tiddlers/hellothere/Find Out More.tid +++ b/editions/tw5.com/tiddlers/hellothere/Find Out More.tid @@ -2,6 +2,7 @@ modified: 20241001141521924 tags: TableOfContents title: Find Out More type: text/vnd.tiddlywiki +icon: $:/core/images/help \parsermode inline
diff --git a/editions/tw5.com/tiddlers/hellothere/HelloThere.tid b/editions/tw5.com/tiddlers/hellothere/HelloThere.tid index 2cb053ee3..46c9deb7d 100644 --- a/editions/tw5.com/tiddlers/hellothere/HelloThere.tid +++ b/editions/tw5.com/tiddlers/hellothere/HelloThere.tid @@ -4,6 +4,7 @@ modified: 20241001141521924 tags: TableOfContents title: HelloThere type: text/vnd.tiddlywiki +icon: $:/core/icon !!.tc-hero-heading ''Welcome to TiddlyWiki, a unique [[non-linear|Philosophy of Tiddlers]] notebook for [[capturing|Creating and editing tiddlers]], [[organising|Structuring TiddlyWiki]] and [[sharing|Sharing your tiddlers with others]] complex information'' diff --git a/editions/tw5.com/tiddlers/hellothere/Testimonials and Reviews.tid b/editions/tw5.com/tiddlers/hellothere/Testimonials and Reviews.tid index e3c546f2b..3393b602b 100644 --- a/editions/tw5.com/tiddlers/hellothere/Testimonials and Reviews.tid +++ b/editions/tw5.com/tiddlers/hellothere/Testimonials and Reviews.tid @@ -2,6 +2,7 @@ modified: 20241001141521924 tags: TableOfContents title: Testimonials and Reviews type: text/vnd.tiddlywiki +icon: $:/core/images/star-filled \parsermode inline
diff --git a/editions/tw5.com/tiddlers/hellothere/quickstart/Quick Start.tid b/editions/tw5.com/tiddlers/hellothere/quickstart/Quick Start.tid index aead2b840..ad75da02f 100644 --- a/editions/tw5.com/tiddlers/hellothere/quickstart/Quick Start.tid +++ b/editions/tw5.com/tiddlers/hellothere/quickstart/Quick Start.tid @@ -1,6 +1,7 @@ title: Quick Start modified: 20241001141521924 list: [[Quick Start: Tiddlyhost]] [[Quick Start: Desktop]] [[Quick Start: DIY]] [[Quick Start: Xememex]] +icon: $:/core/images/tip \parsermode inline
diff --git a/editions/tw5.com/tiddlers/images/Open Collective Logo.tid b/editions/tw5.com/tiddlers/images/Open Collective Logo.tid index dbafad946..b7399033e 100644 --- a/editions/tw5.com/tiddlers/images/Open Collective Logo.tid +++ b/editions/tw5.com/tiddlers/images/Open Collective Logo.tid @@ -4,4 +4,4 @@ tags: picture title: Open Collective Logo alt-text: Open Collective Logo - \ No newline at end of file + \ No newline at end of file diff --git a/editions/tw5.com/tiddlers/system/DefaultTiddlers.tid b/editions/tw5.com/tiddlers/system/DefaultTiddlers.tid index 7ba1f7108..7b9e94cbc 100644 --- a/editions/tw5.com/tiddlers/system/DefaultTiddlers.tid +++ b/editions/tw5.com/tiddlers/system/DefaultTiddlers.tid @@ -6,7 +6,7 @@ type: text/vnd.tiddlywiki HelloThere [[Quick Start]] [[Find Out More]] -[[Community Links]] +[[TiddlyWiki on the Web]] [[Testimonials and Reviews]] GettingStarted Community diff --git a/editions/tw5.com/tiddlers/system/tw5.com-styles.tid b/editions/tw5.com/tiddlers/system/tw5.com-styles.tid index 6052e1fca..5fa74f106 100644 --- a/editions/tw5.com/tiddlers/system/tw5.com-styles.tid +++ b/editions/tw5.com/tiddlers/system/tw5.com-styles.tid @@ -114,6 +114,9 @@ type: text/vnd.tiddlywiki background: none; } +.tc-cards.tc-cards-vertical { +} + .tc-cards.tc-action-card .tc-card-button { border: 1px solid <>; background: <>; @@ -179,9 +182,16 @@ type: text/vnd.tiddlywiki .tc-cards.tc-cards-vertical .tc-card-accent { flex-direction: row; + justify-content: start; + padding: 5px 7px; align-items: center; } +.tc-cards.tc-cards-vertical .tc-card-icon { + line-height: 0; + order: 1; +} + .tc-tiddlylink.tc-card:hover { color: <>; background: <>; @@ -258,9 +268,9 @@ type: text/vnd.tiddlywiki } .tc-cards.tc-cards-vertical .tc-card-title { - font-size: 1em; + font-size: 1.1em; min-width: 10em; - text-align: right; + order: 2; } .tc-cards.tc-cards-vertical .tc-card-title svg { diff --git a/editions/tw5.com/tiddlers/system/wikitext-macros.tid b/editions/tw5.com/tiddlers/system/wikitext-macros.tid index 796f949a7..3b9042068 100644 --- a/editions/tw5.com/tiddlers/system/wikitext-macros.tid +++ b/editions/tw5.com/tiddlers/system/wikitext-macros.tid @@ -93,30 +93,65 @@ type: text/vnd.tiddlywiki to={{{ [getelse] }}} aria-label=<> > -
!is[blank]addprefix[5px solid ]] }}} style.background={{!!background}} style.backgroundColor=<> style.color=<> style.fill=<>> - <$list filter="[has[ribbon-text]]" variable="ignore"> -