From 501cb7beaa117944bac49c9aa0a2902cf21827f1 Mon Sep 17 00:00:00 2001
From: Mario Pietsch
Date: Wed, 25 Sep 2024 14:01:26 +0200
Subject: [PATCH 01/34] [DOCS] Improve TW Readme structure (#8634)
---
.../tw5.com/tiddlers/about/Developers.tid | 26 ++++++++++++++-----
.../tw5.com/tiddlers/community/Forums.tid | 16 +++++++-----
editions/tw5.com/tiddlers/readme/ReadMe.tid | 20 ++++++++++----
3 files changed, 44 insertions(+), 18 deletions(-)
diff --git a/editions/tw5.com/tiddlers/about/Developers.tid b/editions/tw5.com/tiddlers/about/Developers.tid
index 0b54913b7..17f0983e3 100644
--- a/editions/tw5.com/tiddlers/about/Developers.tid
+++ b/editions/tw5.com/tiddlers/about/Developers.tid
@@ -1,17 +1,29 @@
created: 20150412191004348
-modified: 20201222114745463
+modified: 20240925114810504
tags: Community Reference
title: Developers
type: text/vnd.tiddlywiki
+! [[GitHub Stats|https://github.com/TiddlyWiki/TiddlyWiki5/graphs/contributors]]
+
There are several resources for developers to learn more about TiddlyWiki and to discuss and contribute to its development.
+> [img[https://repobeats.axiom.co/api/embed/5a3bb51fd1ebe84a2da5548f78d2d74e456cebf3.svg]]
+
* [[tiddlywiki.com/dev|https://tiddlywiki.com/dev]] is the official developer documentation
+
* Get involved in the [[development on GitHub|https://github.com/TiddlyWiki/TiddlyWiki5]]
-** [img[https://repobeats.axiom.co/api/embed/5a3bb51fd1ebe84a2da5548f78d2d74e456cebf3.svg]]
-** [[Discussions|https://github.com/TiddlyWiki/TiddlyWiki5/discussions]] are for Q&A and open-ended discussion
-** [[Issues|https://github.com/TiddlyWiki/TiddlyWiki5/issues]] are for raising bug reports and proposing specific, actionable new ideas
-* The older ~TiddlyWikiDev Google Group is now closed in favour of [[GitHub Discussions|https://github.com/TiddlyWiki/TiddlyWiki5/discussions]] but remains a useful archive: https://groups.google.com/group/TiddlyWikiDev
-** An enhanced group search facility is available on [[mail-archive.com|https://www.mail-archive.com/tiddlywikidev@googlegroups.com/]]
-* Follow [[@TiddlyWiki on Twitter|http://twitter.com/#!/TiddlyWiki]] for the latest news
+
+* [[GitHub Discussions|https://github.com/TiddlyWiki/TiddlyWiki5/discussions]] are for Q&A and open-ended discussion
+* [[GitHub Issues|https://github.com/TiddlyWiki/TiddlyWiki5/issues]] are for raising bug reports and proposing specific, actionable new ideas
+
+* The older ~TiddlyWikiDev Google Group is now closed in favour of [[Talk TiddlyWiki|https://talk.tiddlywiki.org/]] and [[GitHub Discussions|https://github.com/TiddlyWiki/TiddlyWiki5/discussions]]
+** It remains a useful archive: https://groups.google.com/group/TiddlyWikiDev
+*** An enhanced group search facility is available on [[mail-archive.com|https://www.mail-archive.com/tiddlywikidev@googlegroups.com/]]
+
* Chat at https://gitter.im/TiddlyWiki/public (development room coming soon)
+
+! Twitter
+
+* Follow [[@TiddlyWiki on Twitter|http://twitter.com/#!/TiddlyWiki]] for the latest news
+
diff --git a/editions/tw5.com/tiddlers/community/Forums.tid b/editions/tw5.com/tiddlers/community/Forums.tid
index f3baacf21..522390fce 100644
--- a/editions/tw5.com/tiddlers/community/Forums.tid
+++ b/editions/tw5.com/tiddlers/community/Forums.tid
@@ -1,20 +1,24 @@
created: 20140721121924384
-modified: 20220131165124489
+modified: 20240925113748341
tags: Community
title: Forums
type: text/vnd.tiddlywiki
! Official Forums
-The new official forum for talking about ~TiddlyWiki: requests for help, announcements of new releases and plugins, debating new features, or just sharing experiences. You can participate via the associated website, or subscribe via email.
+!! https://talk.tiddlywiki.org/
-https://talk.tiddlywiki.org/
+<<<
+The new official forum for talking about ~TiddlyWiki: requests for help, [[announcements|https://talk.tiddlywiki.org/c/announcements/20]] of new releases and plugins, debating new features, or just sharing experiences. You can participate via the associated website, or subscribe via email.
-Note that talk.tiddlywiki.org is a community run service that we host and maintain ourselves. The modest running costs are covered by community contributions.
+''talk.tiddlywiki.org'' is a community run service that we host and maintain ourselves. The modest running costs are covered by community contributions.
+<<<
-For the convenience of existing users, we also continue to operate the original ~TiddlyWiki group (hosted on Google Groups since 2005):
+!!! Google Groups
-https://groups.google.com/group/TiddlyWiki
+<<<
+For the convenience of existing users, we also continue to operate the original ~TiddlyWiki group (hosted on Google Groups since 2005): https://groups.google.com/group/TiddlyWiki
+<<<
! Developer Forums
diff --git a/editions/tw5.com/tiddlers/readme/ReadMe.tid b/editions/tw5.com/tiddlers/readme/ReadMe.tid
index 2fbf83eab..1455f55d6 100644
--- a/editions/tw5.com/tiddlers/readme/ReadMe.tid
+++ b/editions/tw5.com/tiddlers/readme/ReadMe.tid
@@ -1,17 +1,23 @@
created: 20131129094758194
-modified: 20140920135213536
+modified: 20240925115259828
title: ReadMe
type: text/vnd.tiddlywiki
\define tv-wikilink-template() https://tiddlywiki.com/static/$uri_doubleencoded$.html
\import [subfilter{$:/core/config/GlobalImportFilter}]
+! Welcome
+
Welcome to TiddlyWiki, a non-linear personal web notebook that anyone can use and keep forever, independently of any corporation.
-TiddlyWiki is a complete interactive wiki in JavaScript. It can be used as a single HTML file in the browser or as a powerful Node.js application. It is highly customisable: the entire user interface is itself implemented in hackable WikiText.
+~TiddlyWiki is a complete interactive wiki in ~JavaScript. It can be used as a single HTML file in the browser or as a powerful Node.js application. It is highly customisable: the entire user interface is itself implemented in hackable WikiText.
+
+!! Demo
Learn more and see it in action at https://tiddlywiki.com/
+!! Developer Documentation
+
Developer documentation is in progress at https://tiddlywiki.com/dev/
! Join the Community
@@ -20,15 +26,19 @@ Developer documentation is in progress at https://tiddlywiki.com/dev/
<$transclude mode="block" tiddler="Forums"/>
$vars>
-! Installing TiddlyWiki on Node.js
+---
+
+! Installing ~TiddlyWiki on Node.js
+
+~TiddlyWiki is a SingleFileApplication, which is easy to use. For advanced users and developers there is a possibility to use a Node.js client / server configuration. This configuration is also used to build the ~TiddlyWiki SinglePageApplication
{{Installing TiddlyWiki on Node.js}}
-! Using TiddlyWiki on Node.js
+! Using ~TiddlyWiki on Node.js
{{Using TiddlyWiki on Node.js}}
-! Upgrading TiddlyWiki on Node.js
+! Upgrading ~TiddlyWiki on Node.js
{{Upgrading TiddlyWiki on Node.js}}
From 53e1cad0d64d493a6531cbb8f4b6566f66b5c0f2 Mon Sep 17 00:00:00 2001
From: Jeremy Ruston
Date: Wed, 25 Sep 2024 19:46:21 +0100
Subject: [PATCH 02/34] Update readme stats
Fixes #8633
---
package.json | 3 +++
1 file changed, 3 insertions(+)
diff --git a/package.json b/package.json
index 77f0201da..4ebf8633d 100644
--- a/package.json
+++ b/package.json
@@ -36,5 +36,8 @@
"test": "node ./tiddlywiki.js ./editions/test --verbose --version --build index",
"lint:fix": "eslint . --fix",
"lint": "eslint ."
+ },
+ "dependencies": {
+ "aws-sdk": "^2.1691.0"
}
}
From ab09d174991522c5b099a142ca2b4f576446b57b Mon Sep 17 00:00:00 2001
From: Jeremy Ruston
Date: Wed, 25 Sep 2024 21:35:17 +0100
Subject: [PATCH 03/34] Revert "Update readme stats"
This reverts commit 53e1cad0d64d493a6531cbb8f4b6566f66b5c0f2.
---
package.json | 3 ---
1 file changed, 3 deletions(-)
diff --git a/package.json b/package.json
index 4ebf8633d..77f0201da 100644
--- a/package.json
+++ b/package.json
@@ -36,8 +36,5 @@
"test": "node ./tiddlywiki.js ./editions/test --verbose --version --build index",
"lint:fix": "eslint . --fix",
"lint": "eslint ."
- },
- "dependencies": {
- "aws-sdk": "^2.1691.0"
}
}
From 52cb5763c88467458f3107b34c43e08ac1fdcdaf Mon Sep 17 00:00:00 2001
From: Jeremy Ruston
Date: Wed, 25 Sep 2024 21:35:50 +0100
Subject: [PATCH 04/34] Fixed update readme stats
---
editions/tw5.com/tiddlers/about/Developers.tid | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/editions/tw5.com/tiddlers/about/Developers.tid b/editions/tw5.com/tiddlers/about/Developers.tid
index 17f0983e3..7ec64f20e 100644
--- a/editions/tw5.com/tiddlers/about/Developers.tid
+++ b/editions/tw5.com/tiddlers/about/Developers.tid
@@ -8,7 +8,7 @@ type: text/vnd.tiddlywiki
There are several resources for developers to learn more about TiddlyWiki and to discuss and contribute to its development.
-> [img[https://repobeats.axiom.co/api/embed/5a3bb51fd1ebe84a2da5548f78d2d74e456cebf3.svg]]
+> [img[https://repobeats.axiom.co/api/embed/b92b1b363e2b5f26837ae573a60d39b4248b50a0.svg]]
* [[tiddlywiki.com/dev|https://tiddlywiki.com/dev]] is the official developer documentation
From de15b08b816dee55eb8246b08ab2c036b282fda5 Mon Sep 17 00:00:00 2001
From: Saq Imtiaz
Date: Thu, 26 Sep 2024 15:48:54 +0200
Subject: [PATCH 05/34] Update SystemTag_ $__tags_ClassFilters_PageTemplate.tid
(#8635)
---
.../systemtags/SystemTag_ $__tags_ClassFilters_PageTemplate.tid | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/editions/tw5.com/tiddlers/systemtags/SystemTag_ $__tags_ClassFilters_PageTemplate.tid b/editions/tw5.com/tiddlers/systemtags/SystemTag_ $__tags_ClassFilters_PageTemplate.tid
index dd6a7c699..e4458bedc 100644
--- a/editions/tw5.com/tiddlers/systemtags/SystemTag_ $__tags_ClassFilters_PageTemplate.tid
+++ b/editions/tw5.com/tiddlers/systemtags/SystemTag_ $__tags_ClassFilters_PageTemplate.tid
@@ -6,4 +6,4 @@ tags: SystemTags
title: SystemTag: $:/tags/ClassFilters/PageTemplate
type: text/vnd.tiddlywiki
-The [[system tag|SystemTags]] `$:/tags/ClassFilters/PageTemplate` marks filters marks filters evaluated to dynamically add their output as CSS classes to the page template.
\ No newline at end of file
+The [[system tag|SystemTags]] `$:/tags/ClassFilters/PageTemplate` marks filters evaluated to dynamically add their output as CSS classes to the page template.
From 459cae2817b74849d667d650442dbafabc2d9484 Mon Sep 17 00:00:00 2001
From: Jeremy Ruston
Date: Thu, 26 Sep 2024 16:31:35 +0100
Subject: [PATCH 06/34] Merge .github directory from master
---
.github/ISSUE_TEMPLATE/bug_report.yml | 4 +-
.github/ISSUE_TEMPLATE/config.yml | 2 +-
.github/workflows/cla-check.yml | 30 ++++++++++++
.github/workflows/cla-signed.yml | 70 +++++++++++++++++++++++++++
4 files changed, 103 insertions(+), 3 deletions(-)
create mode 100644 .github/workflows/cla-check.yml
create mode 100644 .github/workflows/cla-signed.yml
diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml
index 1e644e161..286a842bc 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.yml
+++ b/.github/ISSUE_TEMPLATE/bug_report.yml
@@ -21,7 +21,7 @@ body:
attributes:
label: To Reproduce
description: "Steps to reproduce the behavior:"
- value: |
+ placeholder: |
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
@@ -41,7 +41,7 @@ body:
attributes:
label: TiddlyWiki Configuration
description: please complete the following information
- value: |
+ placeholder: |
- Version [e.g. v5.1.24]
- Saving mechanism [e.g. Node.js, TiddlyDesktop, TiddlyHost etc]
- Plugins installed [e.g. Freelinks, TiddlyMap]
diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml
index 556b93919..dca23b783 100644
--- a/.github/ISSUE_TEMPLATE/config.yml
+++ b/.github/ISSUE_TEMPLATE/config.yml
@@ -1,7 +1,7 @@
blank_issues_enabled: false
contact_links:
- name: Discuss feature request
- url: https://github.com/Jermolene/TiddlyWiki5/discussions
+ url: https://github.com/TiddlyWiki/TiddlyWiki5/discussions
about: Open new discussion about new feature
- name: Talk.Tiddlywiki Forum
url: https://talk.tiddlywiki.org
diff --git a/.github/workflows/cla-check.yml b/.github/workflows/cla-check.yml
new file mode 100644
index 000000000..331727b71
--- /dev/null
+++ b/.github/workflows/cla-check.yml
@@ -0,0 +1,30 @@
+name: Check CLA Signature
+on:
+ pull_request_target:
+ types:
+ - opened
+ - reopened
+ paths-ignore:
+ - 'licenses/cla-individual.md'
+jobs:
+ check_cla:
+ runs-on: ubuntu-latest
+ permissions:
+ pull-requests: write
+ if: ${{ (github.event.pull_request.user.login != github.repository_owner) }}
+ steps:
+ - run: |
+ if ! curl -s https://raw.githubusercontent.com/Jermolene/TiddlyWiki5/tiddlywiki-com/licenses/cla-individual.md | grep -io "@$USER,"; then
+ echo "CLA not signed"
+ gh pr comment "$NUMBER" -b "@$USER It appears that this is your first contribution to the project, welcome.
+
+ With apologies for the bureaucracy, please could you prepare a separate PR to the 'tiddlywiki-com' branch with your signature for the Contributor License Agreement (see [contributing.md](https://github.com/TiddlyWiki/TiddlyWiki5/blob/master/contributing.md))."
+ else
+ echo "CLA already signed"
+ gh pr comment "$NUMBER" -b "Confirmed: **$USER** has already signed the Contributor License Agreement (see [contributing.md](https://github.com/TiddlyWiki/TiddlyWiki5/blob/master/contributing.md))"
+ fi
+ env:
+ GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GH_REPO: ${{ github.repository }}
+ NUMBER: ${{ github.event.pull_request.number }}
+ USER: ${{ github.actor }}
diff --git a/.github/workflows/cla-signed.yml b/.github/workflows/cla-signed.yml
new file mode 100644
index 000000000..6783219d1
--- /dev/null
+++ b/.github/workflows/cla-signed.yml
@@ -0,0 +1,70 @@
+name: CLA Signed
+
+on:
+ pull_request_target:
+ types:
+ - opened
+ - closed
+ paths:
+ - 'licenses/cla-individual.md'
+
+env:
+ GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GH_REPO: ${{ github.repository }}
+ NUMBER: ${{ github.event.pull_request.number }}
+ AUTHOR: ${{ github.event.pull_request.user.login }}
+
+jobs:
+ # check if PRs updating the CLA are targetting the tiddlywiki-com branch
+ check-signature-branch:
+ if: (github.event.pull_request.merged != true) && (github.event.pull_request.user.login != github.repository_owner)
+ runs-on: ubuntu-latest
+ permissions:
+ pull-requests: write
+ steps:
+ - run: |
+ if ! $BRANCH == "tiddlywiki-com"; then
+ echo "This CLA signature targets the wrong branch"
+ gh pr comment "$NUMBER" -b "@$AUTHOR Signatures to the CLA must target the 'tiddlywiki-com' branch."
+ fi
+ env:
+ BRANCH: ${{ github.event.pull_request.base.ref }}
+
+ # leave a comment on each open PR by a given author when their signature is added to the CLA
+ cla-signed:
+ if: (github.event.pull_request.merged == true) && (github.event.pull_request.user.login != github.repository_owner)
+ runs-on: ubuntu-latest
+ permissions:
+ pull-requests: write
+ steps:
+ - name: List open PRs by user
+ id: list-prs
+ uses: actions/github-script@v6
+ with:
+ result-encoding: string
+ script: |
+ const owner = context.repo.owner,
+ repo = context.repo.repo,
+ author = context.payload.pull_request.user.login;
+
+ const { data: pullRequests } = await github.rest.pulls.list({
+ owner: owner,
+ repo: repo,
+ state: 'open',
+ sort: 'created',
+ direction: 'desc',
+ per_page: 100
+ });
+ const userPullRequests = pullRequests.filter(pr => pr.user.login === author),
+ prNumbers = userPullRequests.map(pr => pr.number).join(',');
+ console.log(`Open pull requests by ${author}:${prNumbers}`);
+ return prNumbers;
+
+ - name: Comment open PRs by the same author
+ run: |
+ prs=($(echo ${{ steps.list-prs.outputs.result }} | tr "," "\n"))
+
+ for number in "${prs[@]}"
+ do
+ gh pr comment "$number" -b "**$AUTHOR** has signed the Contributor License Agreement (see [contributing.md](https://github.com/TiddlyWiki/TiddlyWiki5/blob/master/contributing.md))"
+ done
From 3a9d375fb2fd004987ac1e83af9e8541b07a294a Mon Sep 17 00:00:00 2001
From: Saq Imtiaz
Date: Mon, 30 Sep 2024 09:46:54 +0200
Subject: [PATCH 07/34] Fix: syntax issues with checking target branch for CLA
signatures (#8648)
---
.github/workflows/cla-signed.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/cla-signed.yml b/.github/workflows/cla-signed.yml
index 6783219d1..01d57d014 100644
--- a/.github/workflows/cla-signed.yml
+++ b/.github/workflows/cla-signed.yml
@@ -23,8 +23,8 @@ jobs:
pull-requests: write
steps:
- run: |
- if ! $BRANCH == "tiddlywiki-com"; then
- echo "This CLA signature targets the wrong branch"
+ if [[ "$BRANCH" != "tiddlywiki-com" ]]; then
+ echo "This CLA signature targets the wrong branch: $BRANCH"
gh pr comment "$NUMBER" -b "@$AUTHOR Signatures to the CLA must target the 'tiddlywiki-com' branch."
fi
env:
From 1e6d7b030f080f4f3953520427d4738ead77d269 Mon Sep 17 00:00:00 2001
From: IchijikuIchigo
Date: Mon, 30 Sep 2024 16:58:04 +0900
Subject: [PATCH 08/34] Signing the CLA (#8647)
---
licenses/cla-individual.md | 2 ++
1 file changed, 2 insertions(+)
diff --git a/licenses/cla-individual.md b/licenses/cla-individual.md
index ecabb96fd..be6bf619d 100644
--- a/licenses/cla-individual.md
+++ b/licenses/cla-individual.md
@@ -589,3 +589,5 @@ Val Packett, @valpackett, 2024/07/26
@wolfsprite, 2024/08/09
@JDIGIO0213, 2024/08/29
+
+@IchijikuIchigo, 2024/09/29
From fc197e1bfa5082f315384813600f24fde36e3148 Mon Sep 17 00:00:00 2001
From: "j. redhead"
Date: Mon, 30 Sep 2024 08:28:41 -0500
Subject: [PATCH 09/34] Improve documentation of how to disable CamelCase
(#8626)
---
editions/tw5.com/tiddlers/definitions/CamelCase.tid | 10 +++++++---
.../howtos/How_to_turn_off_camel_case_linking.tid | 10 ++++++++--
editions/tw5.com/tiddlers/pragmas/Pragma_ _rules.tid | 6 +++---
3 files changed, 18 insertions(+), 8 deletions(-)
diff --git a/editions/tw5.com/tiddlers/definitions/CamelCase.tid b/editions/tw5.com/tiddlers/definitions/CamelCase.tid
index b0847ac6d..1d29548e5 100644
--- a/editions/tw5.com/tiddlers/definitions/CamelCase.tid
+++ b/editions/tw5.com/tiddlers/definitions/CamelCase.tid
@@ -1,6 +1,10 @@
-created: 201308281853
-modified: 201308281853
+created: 20130828185300000
+modified: 20240923162029767
tags: Definitions
title: CamelCase
-CamelCase is formed by taking a phrase, capitalising the initial letter of each word, and smashing the words together to form a portmanteau word. Most wikis use CamelCase to signal phrases that should automatically become links.
+CamelCase is formed by taking a phrase, capitalising the initial letter of each word, and smashing the words together to form a portmanteau word. Traditionally most wikis including ~TiddlyWiki use CamelCase to signal phrases that should automatically become links.
+
+You can also [[disable CamelCase linking in TiddlyWiki|How to turn off camel case linking]] if you want.
+
+<<.from-version 5.3.0>> ~CamelCase is disabled by default in new wikis.
diff --git a/editions/tw5.com/tiddlers/howtos/How_to_turn_off_camel_case_linking.tid b/editions/tw5.com/tiddlers/howtos/How_to_turn_off_camel_case_linking.tid
index dca2be398..35b8bb2f4 100644
--- a/editions/tw5.com/tiddlers/howtos/How_to_turn_off_camel_case_linking.tid
+++ b/editions/tw5.com/tiddlers/howtos/How_to_turn_off_camel_case_linking.tid
@@ -1,5 +1,5 @@
created: 20161209172820513
-modified: 20170204191306382
+modified: 20240923161828376
tags: [[Customise TiddlyWiki]] Learning
title: How to turn off camel case linking
type: text/vnd.tiddlywiki
@@ -8,12 +8,18 @@ CamelCase is used in most Wikis, but it can interfere with text presentation in
!! Turning off Camel Case locally
-To turn off a particular instance of a CamelCase text, simply put a tilde (~) in front of the word, like this:
+To prevent a particular CamelCase word from being linked, simply put a tilde (~) in front of the word, like this:
```
~CamelCase
```
+If you need to disable CamelCase for just an entire tiddler, you can use the [[\rules pragma|Pragma: \rules]]:
+
+```
+\rules except wikilink
+```
+
!! Turning off Camel Case globally
To turn off CamelCase in all tiddlers, navigate to the [[Control Panel|$:/ControlPanel]]. Select the `Settings` tab and then scroll or read down to the ``Camel Case Wiki Links`` section and unselect ``Enable automatic CamelCase linking``.
\ No newline at end of file
diff --git a/editions/tw5.com/tiddlers/pragmas/Pragma_ _rules.tid b/editions/tw5.com/tiddlers/pragmas/Pragma_ _rules.tid
index 56aa4d665..ef62ae994 100644
--- a/editions/tw5.com/tiddlers/pragmas/Pragma_ _rules.tid
+++ b/editions/tw5.com/tiddlers/pragmas/Pragma_ _rules.tid
@@ -1,5 +1,5 @@
created: 20220917112931273
-modified: 20230724184044642
+modified: 20240923161726957
tags: Pragmas
title: Pragma: \rules
type: text/vnd.tiddlywiki
@@ -18,8 +18,8 @@ For example, in stylesheets it is typical to only use the rules associated with
\rules only filteredtranscludeinline transcludeinline macrodef macrocallinline
```
-Some users prefer not to use CamelCase links:
+Disable CamelCase for just one tiddler:
```
-\rules except prettylink
+\rules except wikilink
```
\ No newline at end of file
From fca39c7f72a97724c18fdb6b3ddecc9bd08a97a6 Mon Sep 17 00:00:00 2001
From: Mario Pietsch
Date: Tue, 1 Oct 2024 14:16:39 +0200
Subject: [PATCH 10/34] Remove function wrapper (#8625)
* remove function wrapper
* add back anonymous function to sjcl.tid
---
plugins/tiddlywiki/aws/modules/command.js | 5 -----
plugins/tiddlywiki/aws/modules/encodings.js | 4 ----
plugins/tiddlywiki/aws/modules/init.js | 4 ----
plugins/tiddlywiki/aws/modules/utils.js | 4 ----
4 files changed, 17 deletions(-)
diff --git a/plugins/tiddlywiki/aws/modules/command.js b/plugins/tiddlywiki/aws/modules/command.js
index 880eea924..2846f24d8 100644
--- a/plugins/tiddlywiki/aws/modules/command.js
+++ b/plugins/tiddlywiki/aws/modules/command.js
@@ -6,8 +6,6 @@ module-type: command
--aws command
\*/
-(function(){
-
/*jslint node: true, browser: true */
/*global $tw: false */
"use strict";
@@ -238,6 +236,3 @@ Command.prototype.subCommands["s3-savetiddlers"] = function() {
};
exports.Command = Command;
-
-})();
-
diff --git a/plugins/tiddlywiki/aws/modules/encodings.js b/plugins/tiddlywiki/aws/modules/encodings.js
index f67fded27..cc1068ee6 100644
--- a/plugins/tiddlywiki/aws/modules/encodings.js
+++ b/plugins/tiddlywiki/aws/modules/encodings.js
@@ -6,8 +6,6 @@ module-type: filteroperator
Filter operator for applying encodeuricomponent() to each item, with the addition of converting single quotes to %27, as required by AWS
\*/
-(function(){
-
/*jslint node: true, browser: true */
/*global $tw: false */
"use strict";
@@ -23,5 +21,3 @@ exports["aws-encodeuricomponent"] = function(source,operator,options) {
});
return results;
};
-
-})();
diff --git a/plugins/tiddlywiki/aws/modules/init.js b/plugins/tiddlywiki/aws/modules/init.js
index b0b7d3c71..34db71abe 100644
--- a/plugins/tiddlywiki/aws/modules/init.js
+++ b/plugins/tiddlywiki/aws/modules/init.js
@@ -6,8 +6,6 @@ module-type: startup
AWS initialisation
\*/
-(function(){
-
/*jslint node: true, browser: true */
/*global $tw: false */
"use strict";
@@ -33,5 +31,3 @@ exports.startup = function() {
logger.alert("The plugin 'tiddlywiki/aws' requires the 'tiddlywiki/jszip' plugin to be installed");
}
};
-
-})();
diff --git a/plugins/tiddlywiki/aws/modules/utils.js b/plugins/tiddlywiki/aws/modules/utils.js
index d57546aeb..a4b2ccdfb 100644
--- a/plugins/tiddlywiki/aws/modules/utils.js
+++ b/plugins/tiddlywiki/aws/modules/utils.js
@@ -6,8 +6,6 @@ module-type: library
AWS utility functions
\*/
-(function(){
-
/*jslint node: true, browser: true */
/*global $tw: false */
"use strict";
@@ -72,5 +70,3 @@ function putFile(region,bucketName,title,text,type,callback) {
exports.putFile = putFile;
exports.getFile = getFile;
-
-})();
From 2dd8ff95b22ab9daf77d13d833770bf585d13d91 Mon Sep 17 00:00:00 2001
From: Leilei332
Date: Wed, 2 Oct 2024 19:42:49 +0800
Subject: [PATCH 11/34] Fix github fork ribbon plugin marked as deprecated &
add it back to full edition. (#8656)
---
editions/full/tiddlywiki.info | 1 +
plugins/tiddlywiki/github-fork-ribbon/plugin.info | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/editions/full/tiddlywiki.info b/editions/full/tiddlywiki.info
index ac070eb02..94f4c88bf 100644
--- a/editions/full/tiddlywiki.info
+++ b/editions/full/tiddlywiki.info
@@ -7,6 +7,7 @@
"tiddlywiki/classictools",
"tiddlywiki/codemirror",
"tiddlywiki/comments",
+ "tiddlywiki/github-fork-ribbon",
"tiddlywiki/help",
"tiddlywiki/highlight",
"tiddlywiki/innerwiki",
diff --git a/plugins/tiddlywiki/github-fork-ribbon/plugin.info b/plugins/tiddlywiki/github-fork-ribbon/plugin.info
index 8b3f4385a..7674e5fc5 100644
--- a/plugins/tiddlywiki/github-fork-ribbon/plugin.info
+++ b/plugins/tiddlywiki/github-fork-ribbon/plugin.info
@@ -4,5 +4,5 @@
"description": "GitHub-inspired corner ribbon",
"author": "Simon Whitaker",
"list": "readme usage",
- "stability": "STABILITY_0_DEPRECATED"
+ "stability": "STABILITY_2_STABLE"
}
From d981e45e15f8fecf3944bcbb48ab8d714b44bad8 Mon Sep 17 00:00:00 2001
From: Joe Bordes
Date: Wed, 2 Oct 2024 14:00:04 +0200
Subject: [PATCH 12/34] i18n(ES) update to latest code base (#8653)
---
...ning_the_Contributor_License_Agreement.tid | 2 +-
editions/es-ES/tiddlers/Tutorials.tid | 2 +-
languages/es-ES/Buttons.multids | 5 +++++
languages/es-ES/ControlPanel.multids | 20 +++++++++++++++++++
languages/es-ES/Docs/ModuleTypes.multids | 2 +-
languages/es-ES/Docs/PaletteColours.multids | 7 +++++++
languages/es-ES/EditTemplate.multids | 2 ++
languages/es-ES/Fields.multids | 2 ++
languages/es-ES/Help/commands.tid | 2 +-
languages/es-ES/Misc.multids | 4 ++--
languages/es-ES/Search.multids | 2 ++
.../es-ES/Snippets/FunctionDefinition.tid | 7 +++++++
.../es-ES/Snippets/ProcedureDefinition.tid | 7 +++++++
languages/es-ES/Types/image_svg_xml.tid | 2 +-
.../Types/text_vnd.tiddlywiki_multiple.tid | 5 +++++
languages/es-ES/plugin.info | 2 +-
16 files changed, 65 insertions(+), 8 deletions(-)
create mode 100644 languages/es-ES/Snippets/FunctionDefinition.tid
create mode 100644 languages/es-ES/Snippets/ProcedureDefinition.tid
create mode 100644 languages/es-ES/Types/text_vnd.tiddlywiki_multiple.tid
diff --git a/editions/es-ES/tiddlers/Signing_the_Contributor_License_Agreement.tid b/editions/es-ES/tiddlers/Signing_the_Contributor_License_Agreement.tid
index 2ed039471..cbe0dc065 100644
--- a/editions/es-ES/tiddlers/Signing_the_Contributor_License_Agreement.tid
+++ b/editions/es-ES/tiddlers/Signing_the_Contributor_License_Agreement.tid
@@ -13,7 +13,7 @@ Crea un //pull request// en GitHub para añadir tu nombre a `cla-individual.md`
# Según seas persona física o fiscal, ve a
#*[[licenses/CLA-individual|https://github.com/TiddlyWiki/TiddlyWiki5/tree/master/licenses/cla-individual.md]] o a
-#*[[licenses/CLA-entity|https://github.com/TiddlyWiki/TiddlyWiki5/tree/master/licenses/cla-entity.md]]
+#*[[licenses/CLA-entity|https://github.com/TiddlyWiki/TiddlyWiki5/tree/master/licenses/cla-entity.md]]
#Haz clic en el botón ''Edit'' arriba a la derecha (al hacerlo se creará un fork del repositorio para que puedas editar el archivo)
diff --git a/editions/es-ES/tiddlers/Tutorials.tid b/editions/es-ES/tiddlers/Tutorials.tid
index afa2d7696..092cf5c66 100644
--- a/editions/es-ES/tiddlers/Tutorials.tid
+++ b/editions/es-ES/tiddlers/Tutorials.tid
@@ -8,7 +8,7 @@ type: text/vnd.tiddlywiki
Páginas con tutoriales y consejos relacionados con ~TiddlyWiki.
-Envía más tutoriales que encuentres para ampliar esta lista via [[GitHub|https://github.com/TiddlyWiki/TiddlyWiki5]] o [[Twitter|https://twitter.com/tiddlywiki]], o publícalas en el [[grupo|https://groups.google.com/forum/?hl=es#!forum/tiddlywiki]]
+Envía más tutoriales que encuentres para ampliar esta lista via [[GitHub|https://github.com/TiddlyWiki/TiddlyWiki5]] o [[Twitter|https://twitter.com/tiddlywiki]], o publícalas en el [[foro|https://talk.tiddlywiki.org/]]
diff --git a/languages/es-ES/Buttons.multids b/languages/es-ES/Buttons.multids
index 5ee88ead4..b5f5cc086 100644
--- a/languages/es-ES/Buttons.multids
+++ b/languages/es-ES/Buttons.multids
@@ -28,6 +28,7 @@ Encryption/ClearPassword/Caption: Borrar contraseña
Encryption/ClearPassword/Hint: Borra la contraseña actual y guarda este wiki sin cifrar
Encryption/SetPassword/Caption: Asignar contraseña
Encryption/SetPassword/Hint: Asigna contraseña de cifrado
+EmergencyDownload/Caption: descargar tiddlers como json
ExportPage/Caption: Exportar todos
ExportPage/Hint: Exporta todos los tiddlers
ExportTiddler/Caption: Exportar tiddler
@@ -79,6 +80,7 @@ NewMarkdown/Caption: Nuevo tiddler en Markdown
NewMarkdown/Hint: Crea un nuevo tiddler en Markdown
NewTiddler/Caption: Nuevo tiddler
NewTiddler/Hint: Crea un tiddler nuevo
+OpenControlPanel/Hint: Abrir panel de control
OpenWindow/Caption: Abrir en ventana nueva
OpenWindow/Hint: Abre el tiddler en una nueva ventana
Palette/Caption: Paleta
@@ -103,6 +105,8 @@ ShowSideBar/Caption: Mostrar barra lateral
ShowSideBar/Hint: Muestra la barra lateral
TagManager/Caption: Administrador de etiquetas
TagManager/Hint: Abre el gestor de etiquetas
+TestCaseImport/Caption: importar tiddlers
+TestCaseImport/Hint: Importar tiddlers
Timestamp/Caption: Marcas de tiempo
Timestamp/Hint: Elige si las modificaciones actualizan las marcas de tiempo
Timestamp/On/Caption: las marcas de tiempo están activadas
@@ -129,6 +133,7 @@ Excise/Caption/Replace/Link: enlace
Excise/Caption/Replace/Transclusion: transclusión
Excise/Caption/Tag: Etiqueta el nuevo tiddler con el título de este
Excise/Caption/TiddlerExists: ¡Atención! El tiddler ya existe
+Excise/DefaultTitle: Nueva Escisión
Excise/Hint: Corta el texto seleccionado y lo pega en un tiddler nuevo
Heading1/Caption: Encabezamiento 1
Heading1/Hint: Aplica formato de encabezamiento 1 a la selección
diff --git a/languages/es-ES/ControlPanel.multids b/languages/es-ES/ControlPanel.multids
index 455318e87..2c9401fe7 100644
--- a/languages/es-ES/ControlPanel.multids
+++ b/languages/es-ES/ControlPanel.multids
@@ -96,6 +96,10 @@ Plugins/PluginWillRequireReload: (requiere recarga)
Plugins/Plugins/Caption: Complementos
Plugins/Plugins/Hint: Complementos y extensiones
Plugins/Reinstall/Caption: Reinstalar
+Plugins/Stability/Deprecated: OBSOLETO
+Plugins/Stability/Experimental: EXPERIMENTAL
+Plugins/Stability/Legacy: HEREDADO
+Plugins/Stability/Stable: ESTABLE
Plugins/Themes/Caption: Temas
Plugins/Themes/Hint: Extensiones de tema
Plugins/Update/Caption: actualizar
@@ -198,6 +202,12 @@ Settings/TitleLinks/Yes/Description: Mostrar como enlaces
Settings/MissingLinks/Caption: Enlaces Wiki
Settings/MissingLinks/Hint: Elige si quieres vincular a tiddlers que aún no existen
Settings/MissingLinks/Description: Habilitar enlaces a tiddlers inexistentes
+SocialCard/Caption: Tarjeta Red Social
+SocialCard/Domain/Prompt: Nombre de dominio que se mostrará para el enlace (por ejemplo, ''tiddlywiki.com'')
+SocialCard/Hint: Esta información es utilizada por los servicios de redes sociales y mensajería para mostrar una tarjeta de vista previa para los enlaces a este TiddlyWiki cuando se aloja en línea
+SocialCard/PreviewUrl/Prompt: URL completa para obtener una vista previa de la imagen de este TiddlyWiki
+SocialCard/PreviewUrl/Preview: Imagen de vista previa:
+SocialCard/Url/Prompt: URL completa de este TiddlyWiki
StoryTiddler/Caption: Tiddler de Historia
StoryTiddler/Hint: Esta cascada de reglas se usa para elegir dinámicamente la plantilla para mostrar un tiddler en el río de la historia.
StoryView/Caption: Vista
@@ -206,6 +216,12 @@ Stylesheets/Caption: Hojas de estilo
Stylesheets/Expand/Caption: Expandir todo
Stylesheets/Hint: Este es el CSS renderizado de los tiddlers CSS etiquetados con <>
Stylesheets/Restore/Caption: Restaurar
+TestCases/Caption: Casos de Prueba
+TestCases/Hint: Los casos de prueba son ejemplos independientes para probar y aprender
+TestCases/All/Caption: Todos los casos de prueba
+TestCases/All/Hint: Todos los casos de prueba
+TestCases/Failed/Caption: Casos de prueba fallidos
+TestCases/Failed/Hint: Solo casos de prueba fallidos
Theme/Caption: Tema
Theme/Prompt: Tema actual
TiddlerFields/Caption: Campos de tiddler
@@ -229,3 +245,7 @@ ViewTemplateBody/Caption: Ver el Cuerpo de la Plantilla
ViewTemplateBody/Hint: La plantilla de vista predeterminada utiliza esta cascada de reglas para elegir dinámicamente la plantilla para mostrar el cuerpo de un tiddler.
ViewTemplateTitle/Caption: Ver el Título de la Plantilla
ViewTemplateTitle/Hint: La plantilla de vista predeterminada utiliza esta cascada de reglas para elegir dinámicamente la plantilla para mostrar el título de un tiddler.
+ViewTemplateSubtitle/Caption: Ver Subtítulo de Plantilla
+ViewTemplateSubtitle/Hint: La plantilla de vista predeterminada utiliza esta regla en cascada para elegir dinámicamente la plantilla para mostrar el subtítulo de un tiddler.
+ViewTemplateTags/Caption: Ver Etiquetas de Plantilla
+ViewTemplateTags/Hint: La plantilla de vista predeterminada utiliza esta regla en cascada para elegir dinámicamente la plantilla para mostrar el área de etiquetas de un tiddler.
diff --git a/languages/es-ES/Docs/ModuleTypes.multids b/languages/es-ES/Docs/ModuleTypes.multids
index 3c165dbc9..73f7ac104 100644
--- a/languages/es-ES/Docs/ModuleTypes.multids
+++ b/languages/es-ES/Docs/ModuleTypes.multids
@@ -9,7 +9,7 @@ config: Datos para insertar en `$tw.config`
filteroperator: Operadores individuales de filtrado
global: Datos globales para insertar en `$tw`
info: Publica información del sistema a través del pseudo-complemento [[$:/temp/info-plugin]].
-isfilteroperator: Operandos para el operador ''is''
+isfilteroperator: Parámetros para el operador ''is''
library: Tipo de módulo genérico para módulos JavaScript de propósito general.
macro: Definiciones macro de JavaScript.
parser: Reglas sintácticas para diversos tipos de contenido.
diff --git a/languages/es-ES/Docs/PaletteColours.multids b/languages/es-ES/Docs/PaletteColours.multids
index 361aa1d39..7428e9a4e 100644
--- a/languages/es-ES/Docs/PaletteColours.multids
+++ b/languages/es-ES/Docs/PaletteColours.multids
@@ -65,6 +65,13 @@ sidebar-tab-foreground-selected: Divisor de pestañas de la barra lateral para l
sidebar-tab-foreground: Primario de la pestaña de la barra lateral
sidebar-tiddler-link-foreground-hover: Primario enlace tiddler en la barra lateral al pasar por encima
sidebar-tiddler-link-foreground: Primario enlace tiddler en la barra lateral
+stability-stable: Distintivo para el nivel de estabilidad "estable"
+stability-experimental: Distintivo para el nivel de estabilidad "experimental"
+stability-deprecated: Distintivo para el nivel de estabilidad "obsoleto"
+stability-legacy: Distintivo para el nivel de estabilidad "heredado"
+testcase-accent-level-1: Color de énfasis del caso de prueba sin anidación
+testcase-accent-level-2: Color de énfasis del caso de prueba con anidación de segundo nivel
+testcase-accent-level-3: Color de énfasis del caso de prueba con anidación de tercer nivel o superior
site-title-foreground: Primario título sitio
static-alert-foreground: Primario de alerta estática
tab-background-selected: Fondo de pestaña para pestañas seleccionadas
diff --git a/languages/es-ES/EditTemplate.multids b/languages/es-ES/EditTemplate.multids
index b25a98dbb..edbebcdde 100644
--- a/languages/es-ES/EditTemplate.multids
+++ b/languages/es-ES/EditTemplate.multids
@@ -26,6 +26,8 @@ Tags/ClearInput/Caption: vaciar campo
Tags/ClearInput/Hint: Vacia campo etiqueta
Tags/Dropdown/Caption: Etiquetas
Tags/Dropdown/Hint: Muestra la lista de etiquetas existentes
+Tags/EmptyMessage: No se encontraron etiquetas
+Tags/EmptyMessage/System: No se encontraron etiquetas del sistema
Title/BadCharacterWarning: Advertencia: evita usar cualquiera de los caracteres <> en los títulos de tiddler
Title/Exists/Prompt: El tiddler de destino ya existe
Title/Relink/Prompt: Actualizar ''<$text text=<>/>'' a ''<$text text=<>/>'' en los campos //tags// y //list// de otros tiddlers
diff --git a/languages/es-ES/Fields.multids b/languages/es-ES/Fields.multids
index 4ea73213e..ec139d75b 100644
--- a/languages/es-ES/Fields.multids
+++ b/languages/es-ES/Fields.multids
@@ -4,6 +4,7 @@ _canonical_uri: Dirección (URI) completa -absoluta o relativa- de un tiddler ex
author: Nombre del autor de un plugin
bag: Nombre de la bolsa de la que procede un tiddler
caption: Texto que se muestra en una pestaña o botón, con independencia del título del tiddler que lo define
+class: La clase CSS que se aplica a un tiddler al renderizarlo (consulta [[Estilos personalizados por clase de usuario]]. También se utiliza para [[Modales]]
code-body: La plantilla de vista mostrará el tiddler como código si se establece en ''yes''
color: Valor CSS del color de fondo asociado a un tiddler
component: Nombre del componente responsable de un [[tiddler de alerta|AlertMechanism]]
@@ -29,6 +30,7 @@ name: Nombre asociado con un complemento o extensión
parent-plugin: Para un plugin, especifica de qué plugin es un subplugin
plugin-priority: Valor numérico que indica la prioridad de un complemento o extensión
plugin-type: Tipo de complemento o extensión
+stability: El estado de desarrollo de un complemento: obsoleto, experimental, estable o heredado
revision: Revisión del tiddler existente en el servidor
released: Fecha de la edición de TiddlyWiki
source: Dirección de la fuente asociada a un tiddler
diff --git a/languages/es-ES/Help/commands.tid b/languages/es-ES/Help/commands.tid
index 8a1fc4589..7fc563902 100644
--- a/languages/es-ES/Help/commands.tid
+++ b/languages/es-ES/Help/commands.tid
@@ -10,7 +10,7 @@ Ejecuta secuencialmente las instrucciones devueltas por un filtro
Ejemplos
```
---commands "[enlist{$:/build-commands-as-text}]"
+--commands "[enlist:raw{$:/build-commands-as-text}]"
```
```
diff --git a/languages/es-ES/Misc.multids b/languages/es-ES/Misc.multids
index 6c0839027..949a169d4 100644
--- a/languages/es-ES/Misc.multids
+++ b/languages/es-ES/Misc.multids
@@ -30,7 +30,7 @@ Error/DeserializeOperator/UnknownDeserializer: Error de filtro: Deserializador d
Error/Filter: Error de filtro
Error/FilterSyntax: Error de sintaxis en la expresión de filtro
Error/FilterRunPrefix: Error en Filtro: Prefijo desconocido para la ejecución del filtro
-Error/IsFilterOperator: Error en Filtro: Operando desconocido para el operador de filtro 'is'
+Error/IsFilterOperator: Error en Filtro: Parámetro desconocido para el operador de filtro 'is'
Error/FormatFilterOperator: Error en Filtro: Sufijo desconocido para el operador de filtro 'format'
Error/LoadingPluginLibrary: Error al cargar la biblioteca de complementos
Error/NetworkErrorAlert: `
''Error de Red''
Parece que se perdió la conexión con el servidor. Esto puede indicar un problema con tu conexión de red. Intenta restaurar la conectividad de red antes de continuar.
''Cualquier cambio no guardado se sincronizará automáticamente cuando se restaure la conectividad''.`
@@ -70,7 +70,7 @@ No: No
OfficialPluginLibrary: Librería de complementos oficiales de ~TiddlyWiki
OfficialPluginLibrary/Hint: Librería de complementos oficiales de ~TiddlyWiki en tiddlywiki.com Plugins, temas y paquetes de idioma que mantiene el equipo de TiddlyWiki
PageTemplate/Description: la disposición por defecto de ~TiddlyWiki
-PageTemplate/Name: ~PageTemplate por defecto
+PageTemplate/Name: Disposición Estándar
PluginReloadWarning: Guarda {{$:/core/ui/Buttons/save-wiki}} y recarga {{$:/core/ui/Buttons/refresh}} para que los cambios surtan efecto.
RecentChanges/DateFormat: DD MMM YYYY
Shortcuts/Input/AdvancedSearch/Hint: Abre el panel ~AdvancedSearch desde el campo de búsqueda de la barra lateral
diff --git a/languages/es-ES/Search.multids b/languages/es-ES/Search.multids
index d1eb495d4..bc752f349 100644
--- a/languages/es-ES/Search.multids
+++ b/languages/es-ES/Search.multids
@@ -6,6 +6,8 @@ Filter/Hint: Búsqueda por medio de [[expresiones de filtrado|https://tiddlywiki
Filter/Matches: //<> coincidencias//
Matches: //<> coincidencias //
Matches/All: Cualquier coincidencia
+Matches/NoMatch: //Sin coincidencias//
+Matches/NoResult: //No hay resultados de búsqueda//
Matches/Title: En título
Search: Búsqueda
Search/TooShort: Texto de búsqueda demasiado corto
diff --git a/languages/es-ES/Snippets/FunctionDefinition.tid b/languages/es-ES/Snippets/FunctionDefinition.tid
new file mode 100644
index 000000000..022725082
--- /dev/null
+++ b/languages/es-ES/Snippets/FunctionDefinition.tid
@@ -0,0 +1,7 @@
+title: $:/language/Snippets/FunctionDefinition
+tags: $:/tags/TextEditor/Snippet
+caption: Definición Función
+
+\function f.name(param1,param2:"valor defecto") [!is[blank]else]
+
+<>
diff --git a/languages/es-ES/Snippets/ProcedureDefinition.tid b/languages/es-ES/Snippets/ProcedureDefinition.tid
new file mode 100644
index 000000000..0e7b6dc4d
--- /dev/null
+++ b/languages/es-ES/Snippets/ProcedureDefinition.tid
@@ -0,0 +1,7 @@
+title: $:/language/Snippets/ProcedureDefinition
+tags: $:/tags/TextEditor/Snippet
+caption: Definición Procedimiento
+
+\procedure procName(param1:"valor defecto",param2)
+Tu texto se pone aquí.
+\end
diff --git a/languages/es-ES/Types/image_svg_xml.tid b/languages/es-ES/Types/image_svg_xml.tid
index ce88de09d..885aa0fbb 100644
--- a/languages/es-ES/Types/image_svg_xml.tid
+++ b/languages/es-ES/Types/image_svg_xml.tid
@@ -1,5 +1,5 @@
title: $:/language/Docs/Types/image/svg+xml
-description: Imagen .SVG
+description: Imagen SVG
name: image/svg+xml
group: Imagen
group-sort: 1
diff --git a/languages/es-ES/Types/text_vnd.tiddlywiki_multiple.tid b/languages/es-ES/Types/text_vnd.tiddlywiki_multiple.tid
new file mode 100644
index 000000000..9a16c0918
--- /dev/null
+++ b/languages/es-ES/Types/text_vnd.tiddlywiki_multiple.tid
@@ -0,0 +1,5 @@
+title: $:/language/Docs/Types/text/vnd.tiddlywiki-multiple
+description: Tiddler compuesto
+name: text/vnd.tiddlywiki-multiple
+group: Developer
+group-sort: 2
diff --git a/languages/es-ES/plugin.info b/languages/es-ES/plugin.info
index 7b982c127..f1e6320cc 100644
--- a/languages/es-ES/plugin.info
+++ b/languages/es-ES/plugin.info
@@ -4,5 +4,5 @@
"plugin-type": "language",
"description": "Castellano. (España)",
"author": "Pau DeLuca,Joe Bordes",
- "core-version": ">=5.1.23"
+ "core-version": ">=5.3"
}
From c82761a60029f5b26464f6ee9c14272d19e5d4bf Mon Sep 17 00:00:00 2001
From: Leilei332
Date: Wed, 2 Oct 2024 20:06:40 +0800
Subject: [PATCH 13/34] Add tc-table-wrapper class to fix overflow (#8652)
* Add tc-table-wrapper class to fix overflow
* Apply class in tag manager body
---
core/ui/TagManager.tid | 2 +
.../tiddlers/system/systemtag-template.tid | 8 +-
.../tiddlers/wikitext/Utility Classes.tid | 1 +
plugins/tiddlywiki/tour/settings.tid | 118 +++++++++---------
themes/tiddlywiki/vanilla/base.tid | 6 +
5 files changed, 77 insertions(+), 58 deletions(-)
diff --git a/core/ui/TagManager.tid b/core/ui/TagManager.tid
index e554d66cc..75daf840f 100644
--- a/core/ui/TagManager.tid
+++ b/core/ui/TagManager.tid
@@ -62,6 +62,7 @@ color: #bbb
\end
\whitespace trim
+
@@ -116,3 +117,4 @@ color: #bbb
+
\ No newline at end of file
diff --git a/editions/tw5.com/tiddlers/system/systemtag-template.tid b/editions/tw5.com/tiddlers/system/systemtag-template.tid
index f2d3eee69..b4e2d80c3 100644
--- a/editions/tw5.com/tiddlers/system/systemtag-template.tid
+++ b/editions/tw5.com/tiddlers/system/systemtag-template.tid
@@ -11,6 +11,7 @@ title: $:/editions/tw5.com/systemtag-template
The following tiddlers are tagged with <>
+
caption
<$list filter='[all[tiddlers+shadows]tagsort[]]'>
@@ -18,4 +19,9 @@ The following tiddlers are tagged with <>
+$list>
+$let>
+$list>
diff --git a/editions/tw5.com/tiddlers/wikitext/Utility Classes.tid b/editions/tw5.com/tiddlers/wikitext/Utility Classes.tid
index b61246960..c0cd0a111 100644
--- a/editions/tw5.com/tiddlers/wikitext/Utility Classes.tid
+++ b/editions/tw5.com/tiddlers/wikitext/Utility Classes.tid
@@ -18,3 +18,4 @@ type: text/vnd.tiddlywiki
|`tc-table-no-border` |Removes the borders of a table |
|`tc-first-col-min-width` |The first column of a table will take up minimal possible width. It adapts to the content |
+|`tc-table-wrapper` |<<.from-version "5.3.6">> A class to be applied to a `div` element outside the table to prevent table from overflowing |
diff --git a/plugins/tiddlywiki/tour/settings.tid b/plugins/tiddlywiki/tour/settings.tid
index 93112f39b..720d01017 100644
--- a/plugins/tiddlywiki/tour/settings.tid
+++ b/plugins/tiddlywiki/tour/settings.tid
@@ -51,48 +51,50 @@ Select a tour:
currentTour={{{ [get[text]] :else[] }}}
currentTourTag={{{ [get[tour-tag]] }}}
>
-
-
-
-
- Tour title
-
-
- <$link to=<>><$text text=<>/>$link>
-
-
-
-
- Tour description
-
-
-
- <$transclude $tiddler=<>>
- (No description available)
- $transclude>
-
-
-
-
-
- Tour logo
-
-
-
- <$image source={{{ [get[logo]] }}}/>
-
-
-
-
-
- Tour step tag
-
-
- <$transclude $variable="tag" tag=<>/>
-
-
-
-
+
+
+
+
+
+ Tour title
+
+
+ <$link to=<>><$text text=<>/>$link>
+
+
+
+
+ Tour description
+
+
+
+ <$transclude $tiddler=<>>
+ (No description available)
+ $transclude>
+
$reveal>
diff --git a/core/ui/ViewTemplate/subtitle/modifier.tid b/core/ui/ViewTemplate/subtitle/modifier.tid
index 8437ada9b..e4062380d 100644
--- a/core/ui/ViewTemplate/subtitle/modifier.tid
+++ b/core/ui/ViewTemplate/subtitle/modifier.tid
@@ -1,4 +1,4 @@
title: $:/core/ui/ViewTemplate/subtitle/modifier
tags: $:/tags/ViewTemplate/Subtitle
-<$link to={{!!modifier}}/>
\ No newline at end of file
+<%if [{!!modifier}!is[blank]] %><$link to={{!!modifier}}/><%endif%>
\ No newline at end of file
From 0451a8aa8d433539a478b2113684e2511eaa1d63 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Yohan=20Yukiya=20Sese-Cuneta=E3=86=8D=EC=82=AC=EC=9A=94?=
=?UTF-8?q?=ED=95=9C=E3=83=BB=E8=AC=9D=E9=9B=AA=E7=9F=A2?=
Date: Tue, 8 Oct 2024 22:05:13 +0800
Subject: [PATCH 22/34] CLA-individual signed: JC John Sese Cuneta, @techmagus,
2024/10/07 (#8670)
Individually signed the CLA.
JC John Sese Cuneta, @techmagus, 2024/10/07
---
licenses/cla-individual.md | 2 ++
1 file changed, 2 insertions(+)
diff --git a/licenses/cla-individual.md b/licenses/cla-individual.md
index be6bf619d..de28728dc 100644
--- a/licenses/cla-individual.md
+++ b/licenses/cla-individual.md
@@ -591,3 +591,5 @@ Val Packett, @valpackett, 2024/07/26
@JDIGIO0213, 2024/08/29
@IchijikuIchigo, 2024/09/29
+
+JC John Sese Cuneta, @techmagus, 2024/10/07
From 41b9f625b354587473b6ac27c40d0124d4228f5b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Yohan=20Yukiya=20Sese-Cuneta=E3=86=8D=EC=82=AC=EC=9A=94?=
=?UTF-8?q?=ED=95=9C=E3=83=BB=E8=AC=9D=E9=9B=AA=E7=9F=A2?=
Date: Tue, 8 Oct 2024 22:05:49 +0800
Subject: [PATCH 23/34] Language plugin: add en-PH (English (PH)) as a new
translation (#8669)
* initial en-PH
* English (PH) [en-ph] translation v1
* fix: moved en-PH to the correct file in /editions/full/tiddlywiki.info
* deleted since changes were mainly on styles, like em or en dash instead of regular dash
* upd: 'dependents' not needed in this particular case
* deleted 'empty' files
* upd: removed modifications which were mainly related on style (like em and en dashes);
upd: CamelCase instead of separating camelCase and PascalCase (see https://github.com/TiddlyWiki/TiddlyWiki5/pull/8669#pullrequestreview-2352481385 )
* upd: Simplified Confirm* strings;
upd: natural DateFormat (instead of formal format)
* upd: 'want' instead of 'wish'
* upd: natural DateFormat (instead of ISO format)
* minor: used 'the' instead of 'a' or 'an' as reading of '.html' depends on the reader (ie. a 'dot html' extension vs an 'html' extension)
---
editions/full/tiddlywiki.info | 1 +
editions/tw5.com/tiddlywiki.info | 1 +
languages/en-PH/Buttons.multids | 13 +++++++++++++
languages/en-PH/ControlPanel.multids | 9 +++++++++
languages/en-PH/CoreReadMe.tid | 8 ++++++++
languages/en-PH/Dates.multids | 5 +++++
languages/en-PH/Docs/ModuleTypes.multids | 3 +++
languages/en-PH/Docs/PaletteColours.multids | 7 +++++++
languages/en-PH/Fields.multids | 4 ++++
languages/en-PH/Filters.multids | 3 +++
languages/en-PH/Import.multids | 3 +++
languages/en-PH/Misc.multids | 15 +++++++++++++++
languages/en-PH/Modals/Download.tid | 13 +++++++++++++
languages/en-PH/NewJournal.multids | 3 +++
languages/en-PH/icon.tid | 21 +++++++++++++++++++++
languages/en-PH/plugin.info | 8 ++++++++
16 files changed, 117 insertions(+)
create mode 100644 languages/en-PH/Buttons.multids
create mode 100644 languages/en-PH/ControlPanel.multids
create mode 100644 languages/en-PH/CoreReadMe.tid
create mode 100644 languages/en-PH/Dates.multids
create mode 100644 languages/en-PH/Docs/ModuleTypes.multids
create mode 100644 languages/en-PH/Docs/PaletteColours.multids
create mode 100644 languages/en-PH/Fields.multids
create mode 100644 languages/en-PH/Filters.multids
create mode 100644 languages/en-PH/Import.multids
create mode 100644 languages/en-PH/Misc.multids
create mode 100644 languages/en-PH/Modals/Download.tid
create mode 100644 languages/en-PH/NewJournal.multids
create mode 100644 languages/en-PH/icon.tid
create mode 100644 languages/en-PH/plugin.info
diff --git a/editions/full/tiddlywiki.info b/editions/full/tiddlywiki.info
index 94f4c88bf..76a6b71b6 100644
--- a/editions/full/tiddlywiki.info
+++ b/editions/full/tiddlywiki.info
@@ -33,6 +33,7 @@
"de-AT",
"de-DE",
"el-GR",
+ "en-PH",
"en-US",
"es-ES",
"fa-IR",
diff --git a/editions/tw5.com/tiddlywiki.info b/editions/tw5.com/tiddlywiki.info
index 2f3ddade8..7246d75c0 100644
--- a/editions/tw5.com/tiddlywiki.info
+++ b/editions/tw5.com/tiddlywiki.info
@@ -21,6 +21,7 @@
"tiddlywiki/readonly"
],
"languages": [
+ ""
],
"build": {
"index": [
diff --git a/languages/en-PH/Buttons.multids b/languages/en-PH/Buttons.multids
new file mode 100644
index 000000000..9a31c9c2c
--- /dev/null
+++ b/languages/en-PH/Buttons.multids
@@ -0,0 +1,13 @@
+title: $:/language/Buttons/
+
+Clear/Hint: Clear image to solid color
+Excise/Caption: cut out
+Excise/Caption/Excise: Cut out
+Excise/Caption/Replace: Replace cut out text with:
+Excise/Hint: Cut out the selected text into a new tiddler
+FullScreen/Hint: Enter or leave fullscreen mode
+Paint/Caption: paint color
+Paint/Hint: Set painting color
+Palette/Hint: Choose the color palette
+Stamp/Hint: Insert a pre–configured snippet of text
+StoryView/Hint: Choose the story visualization
diff --git a/languages/en-PH/ControlPanel.multids b/languages/en-PH/ControlPanel.multids
new file mode 100644
index 000000000..febd33753
--- /dev/null
+++ b/languages/en-PH/ControlPanel.multids
@@ -0,0 +1,9 @@
+title: $:/language/ControlPanel/
+
+Appearance/Hint: Ways to customize the appearance of your TiddlyWiki.
+Basics/Language/Prompt: Mabuhay! Current language:
+LoadedModules/Hint: These are the currently loaded tiddler modules linked to their source tiddlers. Any italicized modules lack a source tiddler, typically because they were setup during the boot process.
+Palette/Editor/Names/External/Show: Show color names that are not part of the current palette
+Settings/Hint: These settings let you customize the behaviour of TiddlyWiki.
+TiddlerColour/Caption: Tiddler Color
+TiddlerColour/Hint: This rules cascade is used to dynamically choose the color for a tiddler (used for the icon and the associated tag pill).
diff --git a/languages/en-PH/CoreReadMe.tid b/languages/en-PH/CoreReadMe.tid
new file mode 100644
index 000000000..a0c4d8599
--- /dev/null
+++ b/languages/en-PH/CoreReadMe.tid
@@ -0,0 +1,8 @@
+title: $:/core/readme
+
+This plugin contains TiddlyWiki's core components, comprising:
+
+* JavaScript code modules
+* Icons
+* Templates needed to create TiddlyWiki's user interface
+* Philippine English (''en-PH'') translations of the localize strings used by the core
diff --git a/languages/en-PH/Dates.multids b/languages/en-PH/Dates.multids
new file mode 100644
index 000000000..622cba75d
--- /dev/null
+++ b/languages/en-PH/Dates.multids
@@ -0,0 +1,5 @@
+title: $:/language/
+
+RelativeDate/Future/Days: <> days from today
+RelativeDate/Future/Months: <> months from today
+RelativeDate/Future/Years: <> years from today
diff --git a/languages/en-PH/Docs/ModuleTypes.multids b/languages/en-PH/Docs/ModuleTypes.multids
new file mode 100644
index 000000000..548bd5c77
--- /dev/null
+++ b/languages/en-PH/Docs/ModuleTypes.multids
@@ -0,0 +1,3 @@
+title: $:/language/Docs/ModuleTypes/
+
+storyview: Story views customize the animation and behaviour of list widgets.
diff --git a/languages/en-PH/Docs/PaletteColours.multids b/languages/en-PH/Docs/PaletteColours.multids
new file mode 100644
index 000000000..744dc9bb8
--- /dev/null
+++ b/languages/en-PH/Docs/PaletteColours.multids
@@ -0,0 +1,7 @@
+title: $:/language/Docs/PaletteColours/
+
+pre-background: Pre–formatted code background
+pre-border: Pre–formatted code border
+testcase-accent-level-1: Test case accent color with no nesting
+testcase-accent-level-2: Test case accent color with 2nd level nesting
+testcase-accent-level-3: Test case accent color with 3rd level nesting or higher
diff --git a/languages/en-PH/Fields.multids b/languages/en-PH/Fields.multids
new file mode 100644
index 000000000..ca5f65755
--- /dev/null
+++ b/languages/en-PH/Fields.multids
@@ -0,0 +1,4 @@
+title: $:/language/Docs/Fields/
+
+class: The CSS class applied to a tiddler when rendering it—see [[Custom styles by user-class]]. Also used for [[Modals]]
+color: The CSS color value associated with a tiddler
diff --git a/languages/en-PH/Filters.multids b/languages/en-PH/Filters.multids
new file mode 100644
index 000000000..2e3c1a6c0
--- /dev/null
+++ b/languages/en-PH/Filters.multids
@@ -0,0 +1,3 @@
+title: $:/language/Filters/
+
+TypedTiddlers: Non–wiki-text tiddlers
diff --git a/languages/en-PH/Import.multids b/languages/en-PH/Import.multids
new file mode 100644
index 000000000..c54e77fba
--- /dev/null
+++ b/languages/en-PH/Import.multids
@@ -0,0 +1,3 @@
+title: $:/language/Import/
+
+Listing/Cancel/Warning: Do you want to cancel the import?
diff --git a/languages/en-PH/Misc.multids b/languages/en-PH/Misc.multids
new file mode 100644
index 000000000..9907c76e3
--- /dev/null
+++ b/languages/en-PH/Misc.multids
@@ -0,0 +1,15 @@
+title: $:/language/
+
+ConfirmAction: Do you confirm you want to continue?
+ConfirmCancelTiddler: Do you want to discard the changes to the tiddler "<$text text=<>/>"?
+ConfirmDeleteTiddler: Do you want to delete the tiddler "<$text text=<>/>"?
+ConfirmDeleteTiddlers: Do you want to delete <> tiddler(s)?
+ConfirmOverwriteTiddler: Do you want to overwrite the tiddler "<$text text=<>/>"?
+Encryption/ConfirmClearPassword: Do you want to clear the password? This will remove the encryption applied when saving this wiki
+Error/NetworkErrorAlert: `
''Network Error''
It looks like the connection to the server has been lost. This may indicate a problem with your network connection. Please restore your network connectivity before continuing.
''Any unsaved changes will be automatically synchronized when connectivity is restored''.`
+Error/ZoominTextNode: Story View Error: It appears that you tried to interact with a tiddler which displays a custom container. This is most likely caused by using `$:/tags/StoryTiddlerTemplateFilter` with a template that contains text or whitespace at the beginning. Please use the pragma `\whitespace trim` and ensure the whole contents of the tiddler is wrapped in a single HTML element. The text that caused this issue:
+Manager/Item/Colour: Color
+MissingTiddler/Hint: Missing tiddler "<$text text=<>/>"—click {{||$:/core/ui/Buttons/edit}} to create
+RecentChanges/DateFormat: DDD, MMM DD, YYYY
+TagManager/Colour/Heading: Color
+Tiddler/DateFormat: DDD, MMM DD, YYYY at hh12:0mm am
diff --git a/languages/en-PH/Modals/Download.tid b/languages/en-PH/Modals/Download.tid
new file mode 100644
index 000000000..3718d5f3c
--- /dev/null
+++ b/languages/en-PH/Modals/Download.tid
@@ -0,0 +1,13 @@
+title: $:/language/Modals/Download
+type:
+subtitle: Download changes
+footer: <$button message="tm-close-tiddler">Close$button>
+help: https://tiddlywiki.com/static/DownloadingChanges.html
+
+Your browser only supports manual saving.
+
+To save your modified wiki, right click on the download link below and select "Download file" or "Save file", and then choose the folder and filename.
+
+//You can marginally speed things up by clicking the link with the control key (Windows) or the options/alt key (Mac OS X). You will not be prompted for the folder or filename, but your browser is likely to give it an unrecognizable name—you may need to rename the file to include the `.html` extension before you can do anything useful with it.//
+
+On smartphones that do not allow files to be downloaded you can instead bookmark the link, and then sync your bookmarks to a desktop computer from where the wiki can be saved normally.
diff --git a/languages/en-PH/NewJournal.multids b/languages/en-PH/NewJournal.multids
new file mode 100644
index 000000000..f0db40fd2
--- /dev/null
+++ b/languages/en-PH/NewJournal.multids
@@ -0,0 +1,3 @@
+title: $:/config/NewJournal/
+
+Title: DDD, MMM DD, YYYY
diff --git a/languages/en-PH/icon.tid b/languages/en-PH/icon.tid
new file mode 100644
index 000000000..c664ed2f0
--- /dev/null
+++ b/languages/en-PH/icon.tid
@@ -0,0 +1,21 @@
+title: $:/languages/en-PH/icon
+type: image/svg+xml
+
+
diff --git a/languages/en-PH/plugin.info b/languages/en-PH/plugin.info
new file mode 100644
index 000000000..e24a80a78
--- /dev/null
+++ b/languages/en-PH/plugin.info
@@ -0,0 +1,8 @@
+{
+ "title": "$:/languages/en-PH",
+ "name": "en-PH",
+ "plugin-type": "language",
+ "description": "English (PH)",
+ "author": "JC John Sese Cuneta",
+ "core-version": ">=5.3.5"
+}
From 47519b170385fb65057ac44a3c2caf794dddbea0 Mon Sep 17 00:00:00 2001
From: Jeremy Ruston
Date: Tue, 8 Oct 2024 17:11:30 +0100
Subject: [PATCH 24/34] Experiments: Refactoring HelloThere (#8664)
* Initial Commit
* Fix default tiddlers for prerelease
* Use parsermode: inline for tiddlers that don't semantically have paragraphs
* Tweak card styles
Cards can now grow slightly to fill the available space
* Rename "Community Links" to "TiddlyWiki on the Web", and excise the items to individual tiddlers
* Revert changes to core styles
* Introductory text for each welcome tiddler
* Colours for welcome tiddlers
* Simplify introduction of GettingStarted
* Update TiddlyFox information
* Move all the card related definitions into their own folder
Perhaps preparatory to making them into a plugin, or putting them into the core
* Add a hover effect for card icons
* Retract changes to GettingStarted and system fonts
We'll come back to that
* Revert properly
---
.../tiddlers/system/DefaultTiddlers.tid | 4 +
.../tiddlers/cards/card-procedures.tid | 86 ++++++
.../tw5.com/tiddlers/cards/card-styles.tid | 256 ++++++++++++++++
.../community/TiddlyWiki on the Web.tid | 15 +
.../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/definitions/TiddlyFox.tid | 16 +-
.../gettingstarted/GettingStarted.tid | 2 +-
.../tiddlers/hellothere/Find Out More.tid | 15 +
.../tiddlers/hellothere/HelloThere.tid | 66 +---
.../hellothere/Testimonials and Reviews.tid | 13 +
.../hellothere/quickstart/Quick Start.tid | 18 +-
.../tiddlers/images/Open Collective Logo.tid | 2 +-
.../tiddlers/saving/Saving on TiddlyHost.tid | 2 +
.../tiddlers/saving/Saving with FireFox.tid | 17 --
.../Saving with TiddlyFox on Android.tid | 26 --
.../tiddlers/system/DefaultTiddlers.tid | 4 +
.../tiddlers/system/tw5.com-card-template.tid | 6 -
.../tiddlers/system/tw5.com-styles.tid | 281 ------------------
.../tiddlers/system/wikitext-macros.tid | 45 ---
.../Testimonials - Product Hunt.tid | 2 +
28 files changed, 486 insertions(+), 453 deletions(-)
create mode 100644 editions/tw5.com/tiddlers/cards/card-procedures.tid
create mode 100644 editions/tw5.com/tiddlers/cards/card-styles.tid
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
create mode 100644 editions/tw5.com/tiddlers/hellothere/Find Out More.tid
create mode 100644 editions/tw5.com/tiddlers/hellothere/Testimonials and Reviews.tid
delete mode 100644 editions/tw5.com/tiddlers/saving/Saving with FireFox.tid
delete mode 100644 editions/tw5.com/tiddlers/saving/Saving with TiddlyFox on Android.tid
delete mode 100644 editions/tw5.com/tiddlers/system/tw5.com-card-template.tid
diff --git a/editions/prerelease/tiddlers/system/DefaultTiddlers.tid b/editions/prerelease/tiddlers/system/DefaultTiddlers.tid
index c947fd59a..66d1c9bab 100644
--- a/editions/prerelease/tiddlers/system/DefaultTiddlers.tid
+++ b/editions/prerelease/tiddlers/system/DefaultTiddlers.tid
@@ -4,5 +4,9 @@ title: $:/DefaultTiddlers
[[TiddlyWiki Pre-release]]
HelloThere
+[[Quick Start]]
+[[Find Out More]]
+[[TiddlyWiki on the Web]]
+[[Testimonials and Reviews]]
GettingStarted
Community
diff --git a/editions/tw5.com/tiddlers/cards/card-procedures.tid b/editions/tw5.com/tiddlers/cards/card-procedures.tid
new file mode 100644
index 000000000..f548d69ac
--- /dev/null
+++ b/editions/tw5.com/tiddlers/cards/card-procedures.tid
@@ -0,0 +1,86 @@
+code-body: yes
+tags: $:/tags/Macro
+title: $:/cards/procedures
+type: text/vnd.tiddlywiki
+
+\whitespace trim
+
+\procedure flex-card(class,bordercolor:"",backgroundcolor:"",textcolor:"",imageField:"image",captionField:"caption",subtitle:"",descriptionField:"description",linkField:"link")
+<$link class={{{ [addprefix[tc-card ]] }}}
+ to={{{ [getelse] }}}
+ aria-label=<>
+>
+ <$transclude
+ $variable="flex-card-body"
+ bordercolor=<>
+ backgroundcolor=<>
+ textcolor=<>
+ imageField=<>
+ captionField=<>
+ subtitle=<>
+ descriptionField=<>
+ />
+$link>
+\end
+
+\procedure flex-card-external(class,bordercolor:"",backgroundcolor:"",textcolor:"",imageField:"image",captionField:"caption",subtitle:"",descriptionField:"description",linkField:"url")
+addprefix[tc-card ]addprefix[tc-tiddlylink ]] }}}
+ href={{{ [get] }}}
+ aria-label=<>
+ rel="noopener noreferrer"
+ target="_blank"
+>
+ <$transclude
+ $variable="flex-card-body"
+ bordercolor=<>
+ backgroundcolor=<>
+ textcolor=<>
+ imageField=<>
+ captionField=<>
+ subtitle=<>
+ descriptionField=<>
+ />
+
+\end
+
+\procedure flex-card-body(bordercolor,backgroundcolor,textcolor,imageField,captionField,subtitle,descriptionField)
+
+<$list filter="[tag[TiddlyWiki on the Web]]">
+<$macrocall $name="flex-card-external" backgroundcolor={{!!background-color}} textcolor={{!!text-color}} captionField="caption"/>
+$list>
+
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/definitions/TiddlyFox.tid b/editions/tw5.com/tiddlers/definitions/TiddlyFox.tid
index 1015b83b3..431159742 100644
--- a/editions/tw5.com/tiddlers/definitions/TiddlyFox.tid
+++ b/editions/tw5.com/tiddlers/definitions/TiddlyFox.tid
@@ -1,21 +1,9 @@
created: 20130825161100000
-modified: 20230803051056946
+modified: 20241006202631647
tags: Definitions
title: TiddlyFox
type: text/vnd.tiddlywiki
-<<.deprecated-since "FireFox 57" "Saving">>
-
-TiddlyFox is an extension for older versions of Firefox that allows standalone TiddlyWiki files to save their changes directly to the file system. TiddlyFox works on both desktop and smartphone versions of Firefox. See [[Saving with TiddlyFox]] or [[Saving with TiddlyFox on Android]] for detailed instructions.
+TiddlyFox was an extension for older versions of Firefox that allowed standalone TiddlyWiki files to save their changes directly to the file system.
TiddlyFox is now obsolete due to its incompatibility with the latest versions of Firefox - see [[TiddlyFox Apocalypse]]. There are many alternatives to TiddlyFox, but none that work in precisely the same way -- see GettingStarted for details.
-
-TiddlyFox can be downloaded from the Mozilla Addons site:
-
-https://addons.mozilla.org/en-GB/firefox/addon/tiddlyfox/
-
-<<<
-You can also install the latest development version of TiddlyFox direct from GitHub:
-
-https://github.com/TiddlyWiki/TiddlyFox/raw/master/tiddlyfox.xpi
-<<<
diff --git a/editions/tw5.com/tiddlers/gettingstarted/GettingStarted.tid b/editions/tw5.com/tiddlers/gettingstarted/GettingStarted.tid
index 193c02c70..00871f3f1 100644
--- a/editions/tw5.com/tiddlers/gettingstarted/GettingStarted.tid
+++ b/editions/tw5.com/tiddlers/gettingstarted/GettingStarted.tid
@@ -12,4 +12,4 @@ The next step is to choose a method for saving changes. There's a wide variety o
<<.warning "Don't attempt to use the browser ''File''/''Save'' menu option to save changes (it doesn't work)">>
-{{Saving}}
+{{Saving}}
\ No newline at end of file
diff --git a/editions/tw5.com/tiddlers/hellothere/Find Out More.tid b/editions/tw5.com/tiddlers/hellothere/Find Out More.tid
new file mode 100644
index 000000000..c2b73703e
--- /dev/null
+++ b/editions/tw5.com/tiddlers/hellothere/Find Out More.tid
@@ -0,0 +1,15 @@
+modified: 20241001141521924
+tags: TableOfContents
+title: Find Out More
+type: text/vnd.tiddlywiki
+icon: $:/core/images/help
+color: #880
+
+Resources to help you learn more about ~TiddlyWiki and its community.
+
+
+
diff --git a/editions/tw5.com/tiddlers/hellothere/HelloThere.tid b/editions/tw5.com/tiddlers/hellothere/HelloThere.tid
index 046241812..46c9deb7d 100644
--- a/editions/tw5.com/tiddlers/hellothere/HelloThere.tid
+++ b/editions/tw5.com/tiddlers/hellothere/HelloThere.tid
@@ -1,73 +1,17 @@
created: 20130822170200000
list: [[A Gentle Guide to TiddlyWiki]] [[Discover TiddlyWiki]] [[Some of the things you can do with TiddlyWiki]] [[Ten reasons to switch to TiddlyWiki]] Examples [[What happened to the original TiddlyWiki?]]
-modified: 20240710115948992
+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''
Use it to keep your [[to-do list|TaskManagementExample]], to plan an [[essay or novel|"TiddlyWiki for Scholars" by Alberto Molina]], or to organise your wedding. Record every thought that crosses your brain, or build a flexible and responsive website.
-~TiddlyWiki lets you choose where to keep your data, guaranteeing that in the decades to come you will [[still be able to use|Future Proof]] the notes you take today.
+* ~TiddlyWiki lets you choose where to keep your data, guaranteeing that in the decades to come you will [[still be able to use|Future Proof]] the notes you take today.
-!! ''Quick Start''
+* ~TiddlyWiki is infinitely customisable and extensible with many plugins that add new features
-
+* ~TiddlyWiki is the product of a collective of developers, part of an extensive community of users
diff --git a/editions/tw5.com/tiddlers/hellothere/Testimonials and Reviews.tid b/editions/tw5.com/tiddlers/hellothere/Testimonials and Reviews.tid
new file mode 100644
index 000000000..d33f8fa5d
--- /dev/null
+++ b/editions/tw5.com/tiddlers/hellothere/Testimonials and Reviews.tid
@@ -0,0 +1,13 @@
+modified: 20241001141521924
+tags: TableOfContents
+title: Testimonials and Reviews
+type: text/vnd.tiddlywiki
+icon: $:/core/images/star-filled
+color: #088
+
+\parsermode inline
+
-$link>
-\end
diff --git a/editions/tw5.com/tiddlers/testimonials/Testimonials - Product Hunt.tid b/editions/tw5.com/tiddlers/testimonials/Testimonials - Product Hunt.tid
index 388b1daa6..60b0e47d1 100644
--- a/editions/tw5.com/tiddlers/testimonials/Testimonials - Product Hunt.tid
+++ b/editions/tw5.com/tiddlers/testimonials/Testimonials - Product Hunt.tid
@@ -3,4 +3,6 @@ tags: Testimonial
caption: Product Hunt
extlink: https://www.producthunt.com/posts/tiddlywiki-2?utm_source=badge-top-post-badge&utm_medium=badge&utm_souce=badge-tiddlywiki-2
+TiddlyWiki was featured on Product Hunt on April 17th 2020, rising to become the #2 product of the day.
+
{{Product Hunt Link}}
From a4c2454773e3a6a0ea67bed85c13068ac737f54e Mon Sep 17 00:00:00 2001
From: Mateusz Wilczek <36714554+mateuszwilczek@users.noreply.github.com>
Date: Wed, 9 Oct 2024 13:05:41 +0200
Subject: [PATCH 25/34] Update font stacks (#8628)
* Update font stacks in vanilla theme
* Fix punctuation in font stacks
---
themes/tiddlywiki/vanilla/settings.multids | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/themes/tiddlywiki/vanilla/settings.multids b/themes/tiddlywiki/vanilla/settings.multids
index e63a4db2d..475e8d1d4 100644
--- a/themes/tiddlywiki/vanilla/settings.multids
+++ b/themes/tiddlywiki/vanilla/settings.multids
@@ -1,6 +1,6 @@
title: $:/themes/tiddlywiki/vanilla/settings/
-fontfamily: -apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji
-codefontfamily: "SFMono-Regular",Consolas,"Liberation Mono",Menlo,Courier,monospace
+fontfamily: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"
+codefontfamily: ui-monospace, "SFMono-Regular", "SF Mono", Menlo, Consolas, "Liberation Mono", monospace
backgroundimageattachment: fixed
backgroundimagesize: auto
From ddb6c206cb3dd0cc0536f9623ee2f07822e1473a Mon Sep 17 00:00:00 2001
From: Mateusz Wilczek <36714554+mateuszwilczek@users.noreply.github.com>
Date: Wed, 9 Oct 2024 13:11:44 +0200
Subject: [PATCH 26/34] Update docs for makeqr macro (#8654)
---
plugins/tiddlywiki/qrcode/docs/makeqr.tid | 22 +++++++++++++---------
1 file changed, 13 insertions(+), 9 deletions(-)
diff --git a/plugins/tiddlywiki/qrcode/docs/makeqr.tid b/plugins/tiddlywiki/qrcode/docs/makeqr.tid
index 7f5329d3e..fe3d0de25 100644
--- a/plugins/tiddlywiki/qrcode/docs/makeqr.tid
+++ b/plugins/tiddlywiki/qrcode/docs/makeqr.tid
@@ -11,7 +11,7 @@ The ''makeqr'' [[macro|Macros]] converts text data into an image of the correspo
;size
: The size of the image in pixels (defaults to 500)
;errorCorrectLevel
-: Determines the amount of error correction applied to the image; see below (defaults to "M").
+: Determines the amount of error correction applied to the image (see below, defaults to "M")
;fallback
: The fallback image to be returned in case of an error (see below)
@@ -19,26 +19,30 @@ The conversion will fail if the text is too long and/or complex and the macro wi
The error correction level is a [[QR code feature|http://www.qrcode.com/en/about/error_correction.html]]:
-<<<
-QR Code has error correction capability to restore data if the code is dirty or damaged. ... Level Q or H may be selected for factory environment where QR Code get dirty, whereas Level L may be selected for clean environment with the large amount of data. Typically, Level M (15%) is most frequently selected.
-<<<
+|errorCorrectLevel |Redundancy |Use cases |h
+|L | 7%|Clean environment, large amount of data |
+|M | 15%|Default value, most common choice |
+|Q | 25%|Dirty environment, small amount of data |
+|H | 30%|~|
!! Examples
-Making a QR code for a simple string of text:
+Making a QR code data URI for a simple string of text:
```
<>
```
-Making a QR code for the URL field of the current tiddler:
+Displaying a QR code for a simple string of text:
```
-<$macrocall $name="makeqr" text={{!!url}}/>
+> />
```
-Making a QR code for the URL of the current wiki:
+Displaying a QR code for a transcluded value (URL of the current wiki):
```
-<$macrocall $name="makeqr" text={{$:/info/url/full}}/>
+\define qr(content) > />
+
+<$transclude $variable="qr" content={{$:/info/url/full}} />
```
From d02c220ddfaea15780100346d613d4342592bd6b Mon Sep 17 00:00:00 2001
From: Jeremy Ruston
Date: Wed, 9 Oct 2024 14:54:58 +0100
Subject: [PATCH 27/34] Restore $:/_tw5.com-card-template
Fixes error in #8664
---
editions/tw5.com/tiddlers/system/tw5.com-card-template.tid | 6 ++++++
1 file changed, 6 insertions(+)
create mode 100644 editions/tw5.com/tiddlers/system/tw5.com-card-template.tid
diff --git a/editions/tw5.com/tiddlers/system/tw5.com-card-template.tid b/editions/tw5.com/tiddlers/system/tw5.com-card-template.tid
new file mode 100644
index 000000000..a2400a739
--- /dev/null
+++ b/editions/tw5.com/tiddlers/system/tw5.com-card-template.tid
@@ -0,0 +1,6 @@
+created: 20200507002521489
+modified: 20220719134613555
+title: $:/_tw5.com-card-template
+type: text/vnd.tiddlywiki
+
+<$macrocall $name="flex-card" bordercolor={{!!color}} captionField="caption" subtitle={{{ [{!!community-author}!is[blank]addprefix[by ]] }}}/>
From 5dd72d8223804f689a389dd5bfe5e6a9cc0d596a Mon Sep 17 00:00:00 2001
From: Jeremy Ruston
Date: Wed, 9 Oct 2024 15:29:19 +0100
Subject: [PATCH 28/34] GettingStarted styling fixes
From @ericshulman see https://talk.tiddlywiki.org/t/gettingstarted-tiddler-on-tiddlywiki-com-not-showing-any-results/10864/7
---
editions/tw5.com/tiddlers/system/tw5.com-styles.tid | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/editions/tw5.com/tiddlers/system/tw5.com-styles.tid b/editions/tw5.com/tiddlers/system/tw5.com-styles.tid
index f3618afc9..8a8484d35 100644
--- a/editions/tw5.com/tiddlers/system/tw5.com-styles.tid
+++ b/editions/tw5.com/tiddlers/system/tw5.com-styles.tid
@@ -121,4 +121,8 @@ type: text/vnd.tiddlywiki
.multi-columns {
column-count: 2;
}
-}
\ No newline at end of file
+}
+
+.tc-saving-sidebar-category { margin-bottom:10px; }
+.tc-saving-sidebar-category-title { margin-bottom:5px; font-weight:bold; }
+.tc-saving-sidebar-category-item { margin-left:10px; white-space:nowrap; }
From 78f120967207d915bc5077673fb61d1ae98adcee Mon Sep 17 00:00:00 2001
From: Jeremy Ruston
Date: Wed, 9 Oct 2024 15:45:28 +0100
Subject: [PATCH 29/34] Improve tagging of HelloThere tiddlers
Suggested by @ericshulman
---
editions/tw5.com/tiddlers/community/TiddlyWiki on the Web.tid | 2 +-
editions/tw5.com/tiddlers/gettingstarted/GettingStarted.tid | 2 +-
editions/tw5.com/tiddlers/hellothere/Find Out More.tid | 2 +-
.../tw5.com/tiddlers/hellothere/Testimonials and Reviews.tid | 2 +-
editions/tw5.com/tiddlers/hellothere/quickstart/Quick Start.tid | 1 +
editions/tw5.com/tiddlers/system/TableOfContents.tid | 2 +-
editions/tw5.com/tiddlers/videos/Getting Started Video.tid | 2 +-
7 files changed, 7 insertions(+), 6 deletions(-)
diff --git a/editions/tw5.com/tiddlers/community/TiddlyWiki on the Web.tid b/editions/tw5.com/tiddlers/community/TiddlyWiki on the Web.tid
index 0af1b78a8..9e0dfd812 100644
--- a/editions/tw5.com/tiddlers/community/TiddlyWiki on the Web.tid
+++ b/editions/tw5.com/tiddlers/community/TiddlyWiki on the Web.tid
@@ -1,5 +1,5 @@
modified: 20241001141521924
-tags: TableOfContents
+tags: [[Quick Start]]
title: TiddlyWiki on the Web
type: text/vnd.tiddlywiki
icon: $:/core/images/link
diff --git a/editions/tw5.com/tiddlers/gettingstarted/GettingStarted.tid b/editions/tw5.com/tiddlers/gettingstarted/GettingStarted.tid
index 00871f3f1..6a22c8a37 100644
--- a/editions/tw5.com/tiddlers/gettingstarted/GettingStarted.tid
+++ b/editions/tw5.com/tiddlers/gettingstarted/GettingStarted.tid
@@ -1,6 +1,6 @@
created: 20131129090249275
modified: 20220819041016415
-tags: [[Working with TiddlyWiki]]
+tags: [[Quick Start]]
title: GettingStarted
type: text/vnd.tiddlywiki
diff --git a/editions/tw5.com/tiddlers/hellothere/Find Out More.tid b/editions/tw5.com/tiddlers/hellothere/Find Out More.tid
index c2b73703e..bc6c9b4e0 100644
--- a/editions/tw5.com/tiddlers/hellothere/Find Out More.tid
+++ b/editions/tw5.com/tiddlers/hellothere/Find Out More.tid
@@ -1,5 +1,5 @@
modified: 20241001141521924
-tags: TableOfContents
+tags: [[Quick Start]]
title: Find Out More
type: text/vnd.tiddlywiki
icon: $:/core/images/help
diff --git a/editions/tw5.com/tiddlers/hellothere/Testimonials and Reviews.tid b/editions/tw5.com/tiddlers/hellothere/Testimonials and Reviews.tid
index d33f8fa5d..c295a7a25 100644
--- a/editions/tw5.com/tiddlers/hellothere/Testimonials and Reviews.tid
+++ b/editions/tw5.com/tiddlers/hellothere/Testimonials and Reviews.tid
@@ -1,5 +1,5 @@
modified: 20241001141521924
-tags: TableOfContents
+tags: [[Quick Start]]
title: Testimonials and Reviews
type: text/vnd.tiddlywiki
icon: $:/core/images/star-filled
diff --git a/editions/tw5.com/tiddlers/hellothere/quickstart/Quick Start.tid b/editions/tw5.com/tiddlers/hellothere/quickstart/Quick Start.tid
index d57c3f5ab..fee905aa6 100644
--- a/editions/tw5.com/tiddlers/hellothere/quickstart/Quick Start.tid
+++ b/editions/tw5.com/tiddlers/hellothere/quickstart/Quick Start.tid
@@ -3,6 +3,7 @@ modified: 20241001141521924
list: [[Quick Start: Tiddlyhost]] [[Quick Start: Desktop]] [[Quick Start: DIY]] [[Quick Start: Xememex]]
icon: $:/core/images/tip
color: #cc9
+tag: TableOfContents
Choose how to get started quickly with ~TiddlyWiki.
diff --git a/editions/tw5.com/tiddlers/system/TableOfContents.tid b/editions/tw5.com/tiddlers/system/TableOfContents.tid
index d22420a9f..948690880 100644
--- a/editions/tw5.com/tiddlers/system/TableOfContents.tid
+++ b/editions/tw5.com/tiddlers/system/TableOfContents.tid
@@ -1,6 +1,6 @@
caption: {{$:/language/SideBar/Contents/Caption}}
created: 20140809114010378
-list: HelloThere Learning [[Working with TiddlyWiki]] [[Customise TiddlyWiki]] Features Filters Languages Editions Plugins Platforms Reference Community About
+list: HelloThere [[Quick Start]] Learning [[Working with TiddlyWiki]] [[Customise TiddlyWiki]] Features Filters Languages Editions Plugins Platforms Reference Community About
list-after: $:/core/ui/SideBar/Open
modified: 20230322150307580
tags: $:/tags/SideBar
diff --git a/editions/tw5.com/tiddlers/videos/Getting Started Video.tid b/editions/tw5.com/tiddlers/videos/Getting Started Video.tid
index bb7282161..adb2dde49 100644
--- a/editions/tw5.com/tiddlers/videos/Getting Started Video.tid
+++ b/editions/tw5.com/tiddlers/videos/Getting Started Video.tid
@@ -1,6 +1,6 @@
created: 20140104134911101
modified: 20140919161039197
-tags: Videos [[Working with TiddlyWiki]]
+tags: Videos [[Working with TiddlyWiki]] [[Quick Start]]
title: Getting Started Video
type: text/vnd.tiddlywiki
From b2c3e2b01da17aab854763eddab6094aa75cc0ab Mon Sep 17 00:00:00 2001
From: Jeremy Ruston
Date: Wed, 9 Oct 2024 16:23:15 +0100
Subject: [PATCH 30/34] Fix QuickStart cards
---
.../tw5.com/tiddlers/hellothere/quickstart/Quick Start.tid | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/editions/tw5.com/tiddlers/hellothere/quickstart/Quick Start.tid b/editions/tw5.com/tiddlers/hellothere/quickstart/Quick Start.tid
index fee905aa6..993ad3c69 100644
--- a/editions/tw5.com/tiddlers/hellothere/quickstart/Quick Start.tid
+++ b/editions/tw5.com/tiddlers/hellothere/quickstart/Quick Start.tid
@@ -1,14 +1,13 @@
title: Quick Start
modified: 20241001141521924
-list: [[Quick Start: Tiddlyhost]] [[Quick Start: Desktop]] [[Quick Start: DIY]] [[Quick Start: Xememex]]
icon: $:/core/images/tip
color: #cc9
-tag: TableOfContents
+tags: TableOfContents
Choose how to get started quickly with ~TiddlyWiki.
From 04185b49afaae9d027abf524adf033ab6426c6ae Mon Sep 17 00:00:00 2001
From: Jeremy Ruston
Date: Wed, 9 Oct 2024 16:44:04 +0100
Subject: [PATCH 31/34] Further Quick Start tweaks
---
editions/tw5.com/tiddlers/hellothere/quickstart/Quick Start.tid | 1 +
editions/tw5.com/tiddlers/hellothere/quickstart/desktop.tid | 2 +-
editions/tw5.com/tiddlers/hellothere/quickstart/diy.tid | 2 +-
editions/tw5.com/tiddlers/hellothere/quickstart/tiddlyhost.tid | 2 +-
editions/tw5.com/tiddlers/hellothere/quickstart/xememex.tid | 2 +-
5 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/editions/tw5.com/tiddlers/hellothere/quickstart/Quick Start.tid b/editions/tw5.com/tiddlers/hellothere/quickstart/Quick Start.tid
index 993ad3c69..d31b55f3e 100644
--- a/editions/tw5.com/tiddlers/hellothere/quickstart/Quick Start.tid
+++ b/editions/tw5.com/tiddlers/hellothere/quickstart/Quick Start.tid
@@ -3,6 +3,7 @@ modified: 20241001141521924
icon: $:/core/images/tip
color: #cc9
tags: TableOfContents
+list: GettingStarted [[Getting Started Video]] [[Find Out More]] [[TiddlyWiki on the Web]] [[Testimonials and Reviews]]
Choose how to get started quickly with ~TiddlyWiki.
diff --git a/editions/tw5.com/tiddlers/hellothere/quickstart/desktop.tid b/editions/tw5.com/tiddlers/hellothere/quickstart/desktop.tid
index c20fa52de..b3e9accc0 100644
--- a/editions/tw5.com/tiddlers/hellothere/quickstart/desktop.tid
+++ b/editions/tw5.com/tiddlers/hellothere/quickstart/desktop.tid
@@ -1,5 +1,5 @@
title: Quick Start: Desktop
-tags: [[Quick Start]]
+tags: [[Getting Started]]
caption: Desktop
icon: $:/core/images/storyview-zoomin
button-color: #37753e
diff --git a/editions/tw5.com/tiddlers/hellothere/quickstart/diy.tid b/editions/tw5.com/tiddlers/hellothere/quickstart/diy.tid
index c71bfca27..38e475735 100644
--- a/editions/tw5.com/tiddlers/hellothere/quickstart/diy.tid
+++ b/editions/tw5.com/tiddlers/hellothere/quickstart/diy.tid
@@ -1,5 +1,5 @@
title: Quick Start: DIY
-tags: [[Quick Start]]
+tags: [[Getting Started]]
caption: DIY
icon: $:/core/images/theme-button
button-color: #ff4522
diff --git a/editions/tw5.com/tiddlers/hellothere/quickstart/tiddlyhost.tid b/editions/tw5.com/tiddlers/hellothere/quickstart/tiddlyhost.tid
index 75f4184fa..295a9310e 100644
--- a/editions/tw5.com/tiddlers/hellothere/quickstart/tiddlyhost.tid
+++ b/editions/tw5.com/tiddlers/hellothere/quickstart/tiddlyhost.tid
@@ -1,5 +1,5 @@
title: Quick Start: Tiddlyhost
-tags: [[Quick Start]]
+tags: [[Getting Started]]
caption: Tiddlyhost
icon: $:/core/images/globe
button-color: #00009a
diff --git a/editions/tw5.com/tiddlers/hellothere/quickstart/xememex.tid b/editions/tw5.com/tiddlers/hellothere/quickstart/xememex.tid
index 3600418ff..9dc085b5b 100644
--- a/editions/tw5.com/tiddlers/hellothere/quickstart/xememex.tid
+++ b/editions/tw5.com/tiddlers/hellothere/quickstart/xememex.tid
@@ -1,5 +1,5 @@
title: Quick Start: Xememex
-tags: [[Quick Start]]
+tags: [[Getting Started]]
caption: Xememex
icon: $:/core/images/star-filled
button-color: #bf5fb6
From 4c64ae5afa56f1547500ce11cefa8c42c10f1935 Mon Sep 17 00:00:00 2001
From: Jeremy Ruston
Date: Wed, 9 Oct 2024 18:09:31 +0100
Subject: [PATCH 32/34] Notes about the newsletter
---
.../community/TiddlyWiki Newsletter Team.tid | 59 +++++++++++++++++++
.../community/TiddlyWiki Newsletter.tid | 4 ++
2 files changed, 63 insertions(+)
create mode 100644 editions/tw5.com/tiddlers/community/TiddlyWiki Newsletter Team.tid
diff --git a/editions/tw5.com/tiddlers/community/TiddlyWiki Newsletter Team.tid b/editions/tw5.com/tiddlers/community/TiddlyWiki Newsletter Team.tid
new file mode 100644
index 000000000..b7f16bc0f
--- /dev/null
+++ b/editions/tw5.com/tiddlers/community/TiddlyWiki Newsletter Team.tid
@@ -0,0 +1,59 @@
+title: TiddlyWiki Newsletter Team
+modified: 20241009171916728
+tags: Community
+
+The ~TiddlyWiki Newsletter is produced by a small team of volunteers. We would love to have your help if you want to get involved.
+
+! Team
+
+The newsletter team currently consists of:
+
+* [[@jeremyruston|https://talk.tiddlywiki.org/u/jeremyruston]]
+* [[@CodaCoder|https://talk.tiddlywiki.org/u/codacoder]]
+* [[@Springer|https://talk.tiddlywiki.org/u/springer]]
+
+! Audience
+
+The newsletter is intended for TiddlyWiki end users who do not track all the discussions on https://talk.tiddlywiki.org/.
+
+Coverage of developer topics such as JavaScript and intricate wikitext should be handled thoughtfully to avoid alienating the core audience of end users.
+
+Subscribing to the newsletter should give people confidence that they will not miss any important developments.
+
+! Process
+
+The process is:
+
+# Determine which discussion forum threads should be included
+# Decide whether to link to the thread itself or to link to the subject of the thread
+# Write a 30-70 word introduction
+# Optionally, choose or make an image/screenshot to illustrate the story
+
+These steps are described in more detail below.
+
+!! Criteria for Inclusion
+
+The criteria for inclusion are necessarily loose. Editorial judgement is required to decide whether an item is sufficiently interesting to a broad enough audience.
+
+Important categories of threads that should be considered:
+
+* All announcements of new releases of TiddlyWiki and TiddlyDesktop
+* Community news and developments
+* New plugins
+* Updates to widely used plugins
+* Showcases of interesting TiddlyWiki's in the wild
+
+!! Linking
+
+In most cases, news items should link to the opening post in the corresponding thread. There might be situations where it makes more sense to link to the item concerned which will be listed here.
+
+!! Writing News Items
+
+Items would be a 30-70 word introduction with a link, and optionally an image (the newsletter looks much more inviting with some images included).
+
+!! Images
+
+Well chosen images can be informative and add visual interest to the newsletter as a whole. Some points to consider when choosing an image:
+
+* Images that work best of all are those that trigger an emotional response by including a human face. It is fairly unlikely that a ~TiddlyWiki news story would have a reason to be illustrated by a picture of a smiling baby, but we should strive to do so if we can
+* If using a screenshot, remember that the image will be displayed fairly small in the newsletter so it is better to crop screenshots to show a smaller area of interest rather than the entire browser window
diff --git a/editions/tw5.com/tiddlers/community/TiddlyWiki Newsletter.tid b/editions/tw5.com/tiddlers/community/TiddlyWiki Newsletter.tid
index 135a34617..987d7d571 100644
--- a/editions/tw5.com/tiddlers/community/TiddlyWiki Newsletter.tid
+++ b/editions/tw5.com/tiddlers/community/TiddlyWiki Newsletter.tid
@@ -1,6 +1,10 @@
title: TiddlyWiki Newsletter
+modified: 20241009171916728
+
+The ~TiddlyWiki Newsletter is a fortnightly overview of news, announcements and discussions within the ~TiddlyWiki community. It has been on hiatus for the last few months, but we are hoping to revive it soon.
Subscribe to the ~TiddlyWiki Newsletter here:
+The newsletter is produced by a small team of volunteers. We would welcome your help. See [[TiddlyWiki Newsletter Team]].
\ No newline at end of file
From 8712979deba932dc07343ef148d7a180bd416d21 Mon Sep 17 00:00:00 2001
From: Jeremy Ruston
Date: Wed, 9 Oct 2024 21:18:52 +0100
Subject: [PATCH 33/34] Add note about AI images
---
.../tw5.com/tiddlers/community/TiddlyWiki Newsletter Team.tid | 1 +
1 file changed, 1 insertion(+)
diff --git a/editions/tw5.com/tiddlers/community/TiddlyWiki Newsletter Team.tid b/editions/tw5.com/tiddlers/community/TiddlyWiki Newsletter Team.tid
index b7f16bc0f..1f0ae49ed 100644
--- a/editions/tw5.com/tiddlers/community/TiddlyWiki Newsletter Team.tid
+++ b/editions/tw5.com/tiddlers/community/TiddlyWiki Newsletter Team.tid
@@ -57,3 +57,4 @@ Well chosen images can be informative and add visual interest to the newsletter
* Images that work best of all are those that trigger an emotional response by including a human face. It is fairly unlikely that a ~TiddlyWiki news story would have a reason to be illustrated by a picture of a smiling baby, but we should strive to do so if we can
* If using a screenshot, remember that the image will be displayed fairly small in the newsletter so it is better to crop screenshots to show a smaller area of interest rather than the entire browser window
+* Avoid using AI generated images
From 0a8fcfd3baf0f59dd6cc164c3cbe845bcb0b0de4 Mon Sep 17 00:00:00 2001
From: Jeremy Ruston
Date: Wed, 9 Oct 2024 21:31:21 +0100
Subject: [PATCH 34/34] HelloThere tweaks suggested by @CrossEye
---
editions/tw5.com/tiddlers/community/Community.tid | 2 +-
.../tiddlers/community/TiddlyWiki on the Web.tid | 11 ++++++-----
.../tiddlers/gettingstarted/GettingStarted.tid | 2 +-
.../tw5.com/tiddlers/hellothere/Find Out More.tid | 9 +++++----
editions/tw5.com/tiddlers/hellothere/HelloThere.tid | 6 +++---
.../tiddlers/hellothere/Testimonials and Reviews.tid | 6 +++---
editions/tw5.com/tiddlers/hellothere/Welcome.tid | 7 +++++++
.../tiddlers/hellothere/quickstart/Quick Start.tid | 10 ++++++----
.../tiddlers/system/$__config_DefaultSidebarTab.tid | 7 +++++++
.../tiddlers/system/$__startup_open-welcome.tid | 4 ++++
editions/tw5.com/tiddlers/system/TableOfContents.tid | 2 +-
11 files changed, 44 insertions(+), 22 deletions(-)
create mode 100644 editions/tw5.com/tiddlers/hellothere/Welcome.tid
create mode 100644 editions/tw5.com/tiddlers/system/$__config_DefaultSidebarTab.tid
create mode 100644 editions/tw5.com/tiddlers/system/$__startup_open-welcome.tid
diff --git a/editions/tw5.com/tiddlers/community/Community.tid b/editions/tw5.com/tiddlers/community/Community.tid
index 75e8e623c..2b3b7abfb 100644
--- a/editions/tw5.com/tiddlers/community/Community.tid
+++ b/editions/tw5.com/tiddlers/community/Community.tid
@@ -1,6 +1,6 @@
created: 20130909151600000
modified: 20210322152237662
-tags: TableOfContents
+tags: TableOfContents Welcome
title: Community
type: text/vnd.tiddlywiki
diff --git a/editions/tw5.com/tiddlers/community/TiddlyWiki on the Web.tid b/editions/tw5.com/tiddlers/community/TiddlyWiki on the Web.tid
index 9e0dfd812..9b7a1af30 100644
--- a/editions/tw5.com/tiddlers/community/TiddlyWiki on the Web.tid
+++ b/editions/tw5.com/tiddlers/community/TiddlyWiki on the Web.tid
@@ -1,10 +1,11 @@
-modified: 20241001141521924
-tags: [[Quick Start]]
+color: #808
+created: 20241009150445080
+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]]
+modified: 20241009150453139
+tags: Welcome
title: TiddlyWiki on the Web
type: text/vnd.tiddlywiki
-icon: $:/core/images/link
-color: #808
-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]]
Links to the ~TiddlyWiki community elsewhere on the web.
diff --git a/editions/tw5.com/tiddlers/gettingstarted/GettingStarted.tid b/editions/tw5.com/tiddlers/gettingstarted/GettingStarted.tid
index 6a22c8a37..b055dd4c6 100644
--- a/editions/tw5.com/tiddlers/gettingstarted/GettingStarted.tid
+++ b/editions/tw5.com/tiddlers/gettingstarted/GettingStarted.tid
@@ -1,6 +1,6 @@
created: 20131129090249275
modified: 20220819041016415
-tags: [[Quick Start]]
+tags: [[Working with TiddlyWiki]] Welcome
title: GettingStarted
type: text/vnd.tiddlywiki
diff --git a/editions/tw5.com/tiddlers/hellothere/Find Out More.tid b/editions/tw5.com/tiddlers/hellothere/Find Out More.tid
index bc6c9b4e0..1450243ee 100644
--- a/editions/tw5.com/tiddlers/hellothere/Find Out More.tid
+++ b/editions/tw5.com/tiddlers/hellothere/Find Out More.tid
@@ -1,9 +1,10 @@
-modified: 20241001141521924
-tags: [[Quick Start]]
+color: #880
+created: 20241009150347613
+icon: $:/core/images/help
+modified: 20241009150430229
+tags: Welcome
title: Find Out More
type: text/vnd.tiddlywiki
-icon: $:/core/images/help
-color: #880
Resources to help you learn more about ~TiddlyWiki and its community.
diff --git a/editions/tw5.com/tiddlers/hellothere/HelloThere.tid b/editions/tw5.com/tiddlers/hellothere/HelloThere.tid
index 46c9deb7d..6d1cb4be6 100644
--- a/editions/tw5.com/tiddlers/hellothere/HelloThere.tid
+++ b/editions/tw5.com/tiddlers/hellothere/HelloThere.tid
@@ -1,10 +1,10 @@
created: 20130822170200000
+icon: $:/core/icon
list: [[A Gentle Guide to TiddlyWiki]] [[Discover TiddlyWiki]] [[Some of the things you can do with TiddlyWiki]] [[Ten reasons to switch to TiddlyWiki]] Examples [[What happened to the original TiddlyWiki?]]
-modified: 20241001141521924
-tags: TableOfContents
+modified: 20241009150333146
+tags: Welcome
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 c295a7a25..4ce3435e2 100644
--- a/editions/tw5.com/tiddlers/hellothere/Testimonials and Reviews.tid
+++ b/editions/tw5.com/tiddlers/hellothere/Testimonials and Reviews.tid
@@ -1,9 +1,9 @@
+color: #088
+icon: $:/core/images/star-filled
modified: 20241001141521924
-tags: [[Quick Start]]
+tags: Welcome
title: Testimonials and Reviews
type: text/vnd.tiddlywiki
-icon: $:/core/images/star-filled
-color: #088
\parsermode inline
diff --git a/editions/tw5.com/tiddlers/hellothere/Welcome.tid b/editions/tw5.com/tiddlers/hellothere/Welcome.tid
new file mode 100644
index 000000000..c23d1edcb
--- /dev/null
+++ b/editions/tw5.com/tiddlers/hellothere/Welcome.tid
@@ -0,0 +1,7 @@
+list: HelloThere [[Quick Start]] [[Find Out More]] [[TiddlyWiki on the Web]] [[Testimonials and Reviews]] GettingStarted Community
+tags: TableOfContents
+list-before:
+title: Welcome
+type: text/vnd.tiddlywiki
+
+<]" >>
\ No newline at end of file
diff --git a/editions/tw5.com/tiddlers/hellothere/quickstart/Quick Start.tid b/editions/tw5.com/tiddlers/hellothere/quickstart/Quick Start.tid
index d31b55f3e..36f6ca64a 100644
--- a/editions/tw5.com/tiddlers/hellothere/quickstart/Quick Start.tid
+++ b/editions/tw5.com/tiddlers/hellothere/quickstart/Quick Start.tid
@@ -1,9 +1,11 @@
-title: Quick Start
-modified: 20241001141521924
-icon: $:/core/images/tip
color: #cc9
-tags: TableOfContents
+created: 20241009163451663
+icon: $:/core/images/tip
list: GettingStarted [[Getting Started Video]] [[Find Out More]] [[TiddlyWiki on the Web]] [[Testimonials and Reviews]]
+modified: 20241009163521037
+tags: Welcome
+title: Quick Start
+type: text/vnd.tiddlywiki
Choose how to get started quickly with ~TiddlyWiki.
diff --git a/editions/tw5.com/tiddlers/system/$__config_DefaultSidebarTab.tid b/editions/tw5.com/tiddlers/system/$__config_DefaultSidebarTab.tid
new file mode 100644
index 000000000..0d13bc38b
--- /dev/null
+++ b/editions/tw5.com/tiddlers/system/$__config_DefaultSidebarTab.tid
@@ -0,0 +1,7 @@
+created: 20241009155913899
+modified: 20241009155953494
+tags:
+title: $:/config/DefaultSidebarTab
+type: text/vnd.tiddlywiki
+
+TableOfContents
\ No newline at end of file
diff --git a/editions/tw5.com/tiddlers/system/$__startup_open-welcome.tid b/editions/tw5.com/tiddlers/system/$__startup_open-welcome.tid
new file mode 100644
index 000000000..ae25abfec
--- /dev/null
+++ b/editions/tw5.com/tiddlers/system/$__startup_open-welcome.tid
@@ -0,0 +1,4 @@
+title: $:/state/toc/TableOfContents-Welcome--232442599
+type: text/vnd.tiddlywiki
+
+open
\ No newline at end of file
diff --git a/editions/tw5.com/tiddlers/system/TableOfContents.tid b/editions/tw5.com/tiddlers/system/TableOfContents.tid
index 948690880..b90e0c593 100644
--- a/editions/tw5.com/tiddlers/system/TableOfContents.tid
+++ b/editions/tw5.com/tiddlers/system/TableOfContents.tid
@@ -1,7 +1,7 @@
caption: {{$:/language/SideBar/Contents/Caption}}
created: 20140809114010378
list: HelloThere [[Quick Start]] Learning [[Working with TiddlyWiki]] [[Customise TiddlyWiki]] Features Filters Languages Editions Plugins Platforms Reference Community About
-list-after: $:/core/ui/SideBar/Open
+list-before:
modified: 20230322150307580
tags: $:/tags/SideBar
title: TableOfContents