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"/> -! 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/]] <$reveal state=<> text="show" type="match" default="hide" animate="yes"> - - - <> - <> - <> - <> - <> - <> - <> - <> - <> - <> - <> - -
+
+ + + <> + <> + <> + <> + <> + <> + <> + <> + <> + <> + <> + +
+
<$transclude $tiddler=<> $mode="block"/>
diff --git a/themes/tiddlywiki/vanilla/base.tid b/themes/tiddlywiki/vanilla/base.tid index 112233016..c13b69f9b 100644 --- a/themes/tiddlywiki/vanilla/base.tid +++ b/themes/tiddlywiki/vanilla/base.tid @@ -2807,6 +2807,12 @@ a.tc-tiddlylink.tc-plugin-info:hover > .tc-plugin-info-chunk .tc-plugin-info-sta width: 100%; } +/* A wrapper to fix table overflow */ + +.tc-table-wrapper { + overflow-x: auto; +} + /* ** Chooser */ From e591dfd5903a426bad68aa35959a73387b36bf9b Mon Sep 17 00:00:00 2001 From: Saq Imtiaz Date: Wed, 2 Oct 2024 14:15:53 +0200 Subject: [PATCH 14/34] Update the editor file import UI to support markdown tiddlers (#8486) * chore: update editor file import to use procedures and substitute operator * feat: refactor editor file-import UI to reuse filter from $:/config/Editor/EnableImportFilter * feat: support for markdown in editor file import UI * feat: improve markdown type detection and enable markdown image imports by default * fix: uri encode tiddler titles for markdown * escape characters instead of URI encoding * fix: tweak regexp to simplify code and document escaping rules --- core/ui/EditorToolbar/file-import.tid | 34 ++++++++++++------- core/wiki/config/EditorEnableImportFilter.tid | 2 +- 2 files changed, 23 insertions(+), 13 deletions(-) diff --git a/core/ui/EditorToolbar/file-import.tid b/core/ui/EditorToolbar/file-import.tid index 20cff547d..0fd5e08a5 100644 --- a/core/ui/EditorToolbar/file-import.tid +++ b/core/ui/EditorToolbar/file-import.tid @@ -1,20 +1,30 @@ title: $:/core/ui/EditorToolbar/file-import tags: $:/tags/EditorTools -condition: [!has[type]] [type[text/vnd.tiddlywiki]] +condition: [filter{$:/config/Editor/EnableImportFilter}] -\define lingo-base() $:/language/Import/ +\procedure lingo-base() $:/language/Import/ -\define closePopupActions() +\procedure closePopupActions() <$action-deletetiddler $filter="[title] [title]"/> -\end +\end closePopupActions -\define replacement-text-image() [img[$title$]] +\procedure tw5-ImageTemplate() [img[$(currentTiddler)$]] +\procedure tw5-FileTemplate() [[$(currentTiddler)$]] -\define replacement-text-file() [[$title$]] + +\function escape.title() [search-replace:g:regexp[\(|\)|<|>|\\],[\$&]] +\procedure markdown-ImageTemplate() ![](<#${ [escape.title[]] }$>) +\procedure markdown-FileTemplate() [](<#${ [escape.title[]] }$>) -\define postImportActions() +\function is.markdown.tiddler() [all[]type[text/x-markdown]] [all[]type[text/markdown]] +\function is.image() [get[type]prefix[image]] +\function get.markdown.link() [is.image[]thenelse] +\function get.tw5.link() [is.image[]thenelse] +\function get.link.template() [is.markdown.tiddler[]thenelse] + +\procedure postImportActions() \whitespace trim -<$list filter="[links[]] :reduce[get[type]prefix[image]thenelsesearch-replace[$title$],addprefix]" variable="imageTitle"> +<$list filter="[links[]] :reduce[get.link.template[]substitute[]addprefix]" variable="imageTitle"> <$action-sendmessage $message="tm-edit-text-operation" $param="insert-text" @@ -22,14 +32,14 @@ condition: [!has[type]] [type[text/vnd.tiddlywiki] /> <> -\end +\end postImportActions -\define buttons() +\procedure buttons() \whitespace trim <$button class="tc-btn-invisible" actions=<> ><> <$button class="tc-btn-invisible" message="tm-perform-import" param=<> actions=<> ><> -\end +\end buttons \whitespace trim <$reveal type="popup" state=<> tag="div" class="tc-editor-importpopup"> @@ -42,4 +52,4 @@ condition: [!has[type]] [type[text/vnd.tiddlywiki] - + \ No newline at end of file diff --git a/core/wiki/config/EditorEnableImportFilter.tid b/core/wiki/config/EditorEnableImportFilter.tid index 55d068e12..805ad72f0 100644 --- a/core/wiki/config/EditorEnableImportFilter.tid +++ b/core/wiki/config/EditorEnableImportFilter.tid @@ -1,4 +1,4 @@ title: $:/config/Editor/EnableImportFilter type: text/vnd.tiddlywiki -[all[current]type[text/vnd.tiddlywiki]] [all[current]!has[type]] \ No newline at end of file +[all[current]type[text/vnd.tiddlywiki]] [all[current]!has[type]] [all[current]type[text/markdown]] [all[current]type[text/x-markdown]] \ No newline at end of file From f4f1ae6b9bc2391a769172e23749e5b79661bb3d Mon Sep 17 00:00:00 2001 From: Mario Pietsch Date: Thu, 3 Oct 2024 13:34:39 +0200 Subject: [PATCH 15/34] Fix alignment in tiddler subtitle (#8659) --- core/ui/ViewTemplate/subtitle/default.tid | 2 +- core/ui/ViewTemplate/subtitle/modifier.tid | 2 +- .../tiddler-subtitle/subtitle-modified.tid | 23 ++++++++++++++++++ .../subtitle-modifier-modified.tid | 24 +++++++++++++++++++ 4 files changed, 49 insertions(+), 2 deletions(-) create mode 100644 editions/test/tiddlers/tests/data/tiddler-subtitle/subtitle-modified.tid create mode 100644 editions/test/tiddlers/tests/data/tiddler-subtitle/subtitle-modifier-modified.tid diff --git a/core/ui/ViewTemplate/subtitle/default.tid b/core/ui/ViewTemplate/subtitle/default.tid index 99042c95e..5c55712fa 100644 --- a/core/ui/ViewTemplate/subtitle/default.tid +++ b/core/ui/ViewTemplate/subtitle/default.tid @@ -4,7 +4,7 @@ title: $:/core/ui/ViewTemplate/subtitle/default <$reveal type="nomatch" stateTitle=<> text="hide" tag="div" retain="yes" animate="yes">
<$list filter="[all[shadows+tiddlers]tag[$:/tags/ViewTemplate/Subtitle]!has[draft.of]]" variable="subtitleTiddler"> -<$transclude tiddler=<> mode="inline"/><$list-join>  +<$transclude tiddler=<> mode="inline"/>
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 diff --git a/editions/test/tiddlers/tests/data/tiddler-subtitle/subtitle-modified.tid b/editions/test/tiddlers/tests/data/tiddler-subtitle/subtitle-modified.tid new file mode 100644 index 000000000..0191aaccf --- /dev/null +++ b/editions/test/tiddlers/tests/data/tiddler-subtitle/subtitle-modified.tid @@ -0,0 +1,23 @@ +title: Subtitle/modified +description: Tiddler ViewTemplate Subtitle modified only +type: text/vnd.tiddlywiki-multiple +import: [all[shadows+tiddlers]tag[$:/tags/ViewTemplate/Subtitle]!has[draft.of]] $:/core/ui/ViewTemplate/subtitle/default +tags: $:/tags/wiki-test-spec + +title: $:/language/Tiddler/DateFormat + +[UTC]DDth MMM YYYY at hh12:0mmam ++ +title: Output + +\whitespace trim +{{test||$:/core/ui/ViewTemplate/subtitle/default}} ++ +title: test +modified: 20241003111606000 + +text ++ +title: ExpectedResult + +

3rd October 2024 at 11:16am

\ No newline at end of file diff --git a/editions/test/tiddlers/tests/data/tiddler-subtitle/subtitle-modifier-modified.tid b/editions/test/tiddlers/tests/data/tiddler-subtitle/subtitle-modifier-modified.tid new file mode 100644 index 000000000..c060faeae --- /dev/null +++ b/editions/test/tiddlers/tests/data/tiddler-subtitle/subtitle-modifier-modified.tid @@ -0,0 +1,24 @@ +title: Subtitle/modifier-modified +description: Tiddler ViewTemplate Subtitle. Show modifier and modified in UTC format +type: text/vnd.tiddlywiki-multiple +import: [all[shadows+tiddlers]tag[$:/tags/ViewTemplate/Subtitle]!has[draft.of]] $:/core/ui/ViewTemplate/subtitle/default +tags: $:/tags/wiki-test-spec + +title: $:/language/Tiddler/DateFormat + +[UTC]DDth MMM YYYY at hh12:0mmam ++ +title: Output + +\whitespace trim +{{test||$:/core/ui/ViewTemplate/subtitle/default}} ++ +title: test +modifier: test-user +modified: 20241003111606000 + +text ++ +title: ExpectedResult + +

test-user3rd October 2024 at 11:16am

\ No newline at end of file From 2327dd043f982f3df31c9ddb30ffabe0af8e6112 Mon Sep 17 00:00:00 2001 From: Jeremy Ruston Date: Thu, 3 Oct 2024 13:19:23 +0100 Subject: [PATCH 16/34] Revert "Fix alignment in tiddler subtitle (#8659)" This reverts commit f4f1ae6b9bc2391a769172e23749e5b79661bb3d. --- core/ui/ViewTemplate/subtitle/default.tid | 2 +- core/ui/ViewTemplate/subtitle/modifier.tid | 2 +- .../tiddler-subtitle/subtitle-modified.tid | 23 ------------------ .../subtitle-modifier-modified.tid | 24 ------------------- 4 files changed, 2 insertions(+), 49 deletions(-) delete mode 100644 editions/test/tiddlers/tests/data/tiddler-subtitle/subtitle-modified.tid delete mode 100644 editions/test/tiddlers/tests/data/tiddler-subtitle/subtitle-modifier-modified.tid diff --git a/core/ui/ViewTemplate/subtitle/default.tid b/core/ui/ViewTemplate/subtitle/default.tid index 5c55712fa..99042c95e 100644 --- a/core/ui/ViewTemplate/subtitle/default.tid +++ b/core/ui/ViewTemplate/subtitle/default.tid @@ -4,7 +4,7 @@ title: $:/core/ui/ViewTemplate/subtitle/default <$reveal type="nomatch" stateTitle=<> text="hide" tag="div" retain="yes" animate="yes">
<$list filter="[all[shadows+tiddlers]tag[$:/tags/ViewTemplate/Subtitle]!has[draft.of]]" variable="subtitleTiddler"> -<$transclude tiddler=<> mode="inline"/> +<$transclude tiddler=<> mode="inline"/><$list-join> 
diff --git a/core/ui/ViewTemplate/subtitle/modifier.tid b/core/ui/ViewTemplate/subtitle/modifier.tid index e4062380d..8437ada9b 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 -<%if [{!!modifier}!is[blank]] %><$link to={{!!modifier}}/><%endif%> \ No newline at end of file +<$link to={{!!modifier}}/> \ No newline at end of file diff --git a/editions/test/tiddlers/tests/data/tiddler-subtitle/subtitle-modified.tid b/editions/test/tiddlers/tests/data/tiddler-subtitle/subtitle-modified.tid deleted file mode 100644 index 0191aaccf..000000000 --- a/editions/test/tiddlers/tests/data/tiddler-subtitle/subtitle-modified.tid +++ /dev/null @@ -1,23 +0,0 @@ -title: Subtitle/modified -description: Tiddler ViewTemplate Subtitle modified only -type: text/vnd.tiddlywiki-multiple -import: [all[shadows+tiddlers]tag[$:/tags/ViewTemplate/Subtitle]!has[draft.of]] $:/core/ui/ViewTemplate/subtitle/default -tags: $:/tags/wiki-test-spec - -title: $:/language/Tiddler/DateFormat - -[UTC]DDth MMM YYYY at hh12:0mmam -+ -title: Output - -\whitespace trim -{{test||$:/core/ui/ViewTemplate/subtitle/default}} -+ -title: test -modified: 20241003111606000 - -text -+ -title: ExpectedResult - -

3rd October 2024 at 11:16am

\ No newline at end of file diff --git a/editions/test/tiddlers/tests/data/tiddler-subtitle/subtitle-modifier-modified.tid b/editions/test/tiddlers/tests/data/tiddler-subtitle/subtitle-modifier-modified.tid deleted file mode 100644 index c060faeae..000000000 --- a/editions/test/tiddlers/tests/data/tiddler-subtitle/subtitle-modifier-modified.tid +++ /dev/null @@ -1,24 +0,0 @@ -title: Subtitle/modifier-modified -description: Tiddler ViewTemplate Subtitle. Show modifier and modified in UTC format -type: text/vnd.tiddlywiki-multiple -import: [all[shadows+tiddlers]tag[$:/tags/ViewTemplate/Subtitle]!has[draft.of]] $:/core/ui/ViewTemplate/subtitle/default -tags: $:/tags/wiki-test-spec - -title: $:/language/Tiddler/DateFormat - -[UTC]DDth MMM YYYY at hh12:0mmam -+ -title: Output - -\whitespace trim -{{test||$:/core/ui/ViewTemplate/subtitle/default}} -+ -title: test -modifier: test-user -modified: 20241003111606000 - -text -+ -title: ExpectedResult - -

test-user3rd October 2024 at 11:16am

\ No newline at end of file From ac8fa2cf00e87c5218af615562c93b782572b3d7 Mon Sep 17 00:00:00 2001 From: Jeremy Ruston Date: Thu, 3 Oct 2024 16:41:19 +0100 Subject: [PATCH 17/34] Remove obsolete mobiledragdrop plugin --- editions/tw5.com-server/tiddlywiki.info | 1 - 1 file changed, 1 deletion(-) diff --git a/editions/tw5.com-server/tiddlywiki.info b/editions/tw5.com-server/tiddlywiki.info index 7f0ebb215..cc460be7e 100644 --- a/editions/tw5.com-server/tiddlywiki.info +++ b/editions/tw5.com-server/tiddlywiki.info @@ -4,7 +4,6 @@ "tiddlywiki/tiddlyweb", "tiddlywiki/filesystem", "tiddlywiki/highlight", - "tiddlywiki/mobiledragdrop", "tiddlywiki/internals" ], "themes": [ From 20611cc875363f4ed3051fb0b295c2a214b82567 Mon Sep 17 00:00:00 2001 From: Jeremy Ruston Date: Thu, 3 Oct 2024 21:16:15 +0100 Subject: [PATCH 18/34] Force a build --- editions/tw5.com/tiddlers/hellothere/HelloThere.tid | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editions/tw5.com/tiddlers/hellothere/HelloThere.tid b/editions/tw5.com/tiddlers/hellothere/HelloThere.tid index 8ceacfe24..046241812 100644 --- a/editions/tw5.com/tiddlers/hellothere/HelloThere.tid +++ b/editions/tw5.com/tiddlers/hellothere/HelloThere.tid @@ -70,4 +70,4 @@ Use it to keep your [[to-do list|TaskManagementExample]], to plan an [[essay or <$list filter="[tag[Testimonial]]"> <$macrocall $name="flex-card" class="tc-card-quote" captionField="caption" descriptionField="text"/> - \ No newline at end of file + From c0415d9c9336021393857cd720f3f2288e1fcae6 Mon Sep 17 00:00:00 2001 From: Mohammad Rahmani <830394+kookma@users.noreply.github.com> Date: Sun, 6 Oct 2024 20:13:18 +0330 Subject: [PATCH 19/34] Make All Hex Color Code Consistent (#8665) --- core/palettes/Vanilla.tid | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/core/palettes/Vanilla.tid b/core/palettes/Vanilla.tid index 76307acee..d981a485e 100644 --- a/core/palettes/Vanilla.tid +++ b/core/palettes/Vanilla.tid @@ -32,7 +32,7 @@ dragger-background: <> dragger-foreground: <> dropdown-background: <> dropdown-border: <> -dropdown-tab-background-selected: #fff +dropdown-tab-background-selected: #ffffff dropdown-tab-background: #ececec dropzone-background: rgba(0,200,0,0.7) external-link-background-hover: inherit @@ -54,7 +54,7 @@ modal-border: #999999 modal-footer-background: #f5f5f5 modal-footer-border: #dddddd modal-header-border: #eeeeee -muted-foreground: #bbb +muted-foreground: #bbbbbb network-activity-foreground: #448844 notification-background: #ffffdd notification-border: #999999 @@ -98,7 +98,7 @@ tab-foreground: #666666 table-border: #dddddd table-footer-background: #a8a8a8 table-header-background: #f0f0f0 -tag-background: #ec6 +tag-background: #eecc66 tag-foreground: #ffffff testcase-accent-level-1: #c1eaff testcase-accent-level-2: #E3B740 @@ -132,11 +132,11 @@ toolbar-done-button: untagged-background: #999999 very-muted-foreground: #888888 wikilist-background: #e5e5e5 -wikilist-item: #fff -wikilist-info: #000 -wikilist-title: #666 +wikilist-item: #ffffff +wikilist-info: #000000 +wikilist-title: #666666 wikilist-title-svg: <> -wikilist-url: #aaa +wikilist-url: #aaaaaa wikilist-button-open: #4fb82b wikilist-button-open-hover: green wikilist-button-reveal: #5778d8 @@ -144,7 +144,7 @@ wikilist-button-reveal-hover: blue wikilist-button-remove: #d85778 wikilist-button-remove-hover: red wikilist-toolbar-background: #d3d3d3 -wikilist-toolbar-foreground: #888 +wikilist-toolbar-foreground: #888888 wikilist-droplink-dragover: rgba(255,192,192,0.5) wikilist-button-background: #acacac -wikilist-button-foreground: #000 +wikilist-button-foreground: #000000 From 8a47eb2d03f10f0a990a76e3b459e832c19895c7 Mon Sep 17 00:00:00 2001 From: Leilei332 Date: Mon, 7 Oct 2024 18:22:06 +0800 Subject: [PATCH 20/34] [DOCS] Update commands in "Generating Static Sites with TiddlyWiki" to use render command (#8666) * Update commands in "Generating Static Sites with TiddlyWiki" to use render command & add deprecated tag to some command * Remove timestamp in deprecated commands --- .../tiddlers/commands/RenderTiddlerCommand.tid | 5 +++-- .../tiddlers/commands/RenderTiddlersCommand.tid | 5 +++-- .../tiddlers/commands/SaveTiddlerCommand.tid | 8 ++++---- .../tiddlers/commands/SaveTiddlersCommand.tid | 8 ++++---- .../Generating Static Sites with TiddlyWiki.tid | 14 +++++++------- 5 files changed, 21 insertions(+), 19 deletions(-) diff --git a/editions/tw5.com/tiddlers/commands/RenderTiddlerCommand.tid b/editions/tw5.com/tiddlers/commands/RenderTiddlerCommand.tid index ede970536..404a80b6a 100644 --- a/editions/tw5.com/tiddlers/commands/RenderTiddlerCommand.tid +++ b/editions/tw5.com/tiddlers/commands/RenderTiddlerCommand.tid @@ -1,6 +1,7 @@ -title: RenderTiddlerCommand -tags: Commands caption: rendertiddler +tags: Commands $:/deprecated +title: RenderTiddlerCommand +type: text/vnd.tiddlywiki <<.deprecated-since "5.1.15" "RenderCommand">>. diff --git a/editions/tw5.com/tiddlers/commands/RenderTiddlersCommand.tid b/editions/tw5.com/tiddlers/commands/RenderTiddlersCommand.tid index 6d4282fb2..88ad91eca 100644 --- a/editions/tw5.com/tiddlers/commands/RenderTiddlersCommand.tid +++ b/editions/tw5.com/tiddlers/commands/RenderTiddlersCommand.tid @@ -1,6 +1,7 @@ -title: RenderTiddlersCommand -tags: Commands caption: rendertiddlers +tags: Commands $:/deprecated +title: RenderTiddlersCommand +type: text/vnd.tiddlywiki <<.deprecated-since "5.1.15" "RenderCommand">>. diff --git a/editions/tw5.com/tiddlers/commands/SaveTiddlerCommand.tid b/editions/tw5.com/tiddlers/commands/SaveTiddlerCommand.tid index f51799163..1b9bacddb 100644 --- a/editions/tw5.com/tiddlers/commands/SaveTiddlerCommand.tid +++ b/editions/tw5.com/tiddlers/commands/SaveTiddlerCommand.tid @@ -1,8 +1,8 @@ -title: SaveTiddlerCommand -tags: Commands -created: 20131218121606089 -modified: 20131218121606089 caption: savetiddler +created: 20131218121606089 +tags: Commands $:/deprecated +title: SaveTiddlerCommand +type: text/vnd.tiddlywiki <<.deprecated-since "5.1.15" "SaveCommand">>. diff --git a/editions/tw5.com/tiddlers/commands/SaveTiddlersCommand.tid b/editions/tw5.com/tiddlers/commands/SaveTiddlersCommand.tid index c167cd4a3..4b41dee52 100644 --- a/editions/tw5.com/tiddlers/commands/SaveTiddlersCommand.tid +++ b/editions/tw5.com/tiddlers/commands/SaveTiddlersCommand.tid @@ -1,8 +1,8 @@ -title: SaveTiddlersCommand -tags: Commands -created: 20140609121606089 -modified: 20140609121606089 caption: savetiddlers +created: 20140609121606089 +tags: Commands $:/deprecated +title: SaveTiddlersCommand +type: text/vnd.tiddlywiki <<.deprecated-since "5.1.15" "SaveCommand">>. diff --git a/editions/tw5.com/tiddlers/howtos/Generating Static Sites with TiddlyWiki.tid b/editions/tw5.com/tiddlers/howtos/Generating Static Sites with TiddlyWiki.tid index ce1061431..104fa7e49 100644 --- a/editions/tw5.com/tiddlers/howtos/Generating Static Sites with TiddlyWiki.tid +++ b/editions/tw5.com/tiddlers/howtos/Generating Static Sites with TiddlyWiki.tid @@ -1,5 +1,5 @@ created: 20130828190200000 -modified: 20200421003440463 +modified: 20241007003103647 tags: [[TiddlyWiki on Node.js]] title: Generating Static Sites with TiddlyWiki type: text/vnd.tiddlywiki @@ -16,13 +16,13 @@ You can explore a static representation of the main TiddlyWiki site at https://t The following commands are used to generate the sample static version of the TiddlyWiki5 site: -``` -tiddlywiki wikipath --rendertiddlers '[!is[system]]' $:/core/templates/static.tiddler.html static text/plain -tiddlywiki wikipath --rendertiddler $:/core/templates/static.template.html static.html text/plain -tiddlywiki wikipath --rendertiddler $:/core/templates/static.template.css static/static.css text/plain +```sh +tiddlywiki wikipath --render '[!is[system]]' '[encodeuricomponent[]addprefix[static/]]' text/plain $:/core/templates/static.tiddler.html +tiddlywiki wikipath --render $:/core/templates/static.template.html static.html text/plain +tiddlywiki wikipath --render $:/core/templates/static.template.css static/static.css text/plain ``` -The first RenderTiddlersCommand generates the HTML representations of individual tiddlers, the second RenderTiddlerCommand saves the static version of the DefaultTiddlers, and the final RenderTiddlerCommand saves the stylesheet. (All the files are placed in the `output` folder of the wiki folder). +The first RenderCommand generates the HTML representations of individual tiddlers, `[encodeuricomponent[]addprefix[static/]]` applies URI encoding to each title, and then adds the prefix `static/`. The second RenderCommand saves the static version of the DefaultTiddlers, and the final RenderCommand saves the stylesheet. (All the files are placed in the `output` folder of the wiki folder). ! Wiki Snapshot with Internal Links @@ -33,5 +33,5 @@ For example: https://tiddlywiki.com/alltiddlers.html The example is built by the following commands: ``` ---rendertiddler $:/core/templates/alltiddlers.template.html alltiddlers.html text/plain +--render $:/core/templates/alltiddlers.template.html alltiddlers.html text/plain ``` From 1736d9dd4d0eaa5dab3edbda1de78316ce231499 Mon Sep 17 00:00:00 2001 From: Mario Pietsch Date: Tue, 8 Oct 2024 12:48:46 +0200 Subject: [PATCH 21/34] Fix misaligned subtitle (#8672) --- core/ui/ViewTemplate/subtitle/default.tid | 2 +- core/ui/ViewTemplate/subtitle/modifier.tid | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/core/ui/ViewTemplate/subtitle/default.tid b/core/ui/ViewTemplate/subtitle/default.tid index 99042c95e..5c55712fa 100644 --- a/core/ui/ViewTemplate/subtitle/default.tid +++ b/core/ui/ViewTemplate/subtitle/default.tid @@ -4,7 +4,7 @@ title: $:/core/ui/ViewTemplate/subtitle/default <$reveal type="nomatch" stateTitle=<> text="hide" tag="div" retain="yes" animate="yes">
<$list filter="[all[shadows+tiddlers]tag[$:/tags/ViewTemplate/Subtitle]!has[draft.of]]" variable="subtitleTiddler"> -<$transclude tiddler=<> mode="inline"/><$list-join>  +<$transclude tiddler=<> mode="inline"/>
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=<<title>>/>"? +ConfirmDeleteTiddlers: Do you want to delete <<resultCount>> tiddler(s)? +ConfirmOverwriteTiddler: Do you want to overwrite the tiddler "<$text text=<<title>>/>"? +Encryption/ConfirmClearPassword: Do you want to clear the password? This will remove the encryption applied when saving this wiki +Error/NetworkErrorAlert: `<h2>''Network Error''</h2>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.<br><br>''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=<<currentTiddler>>/>"—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 + +<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="1200" height="600" viewBox="-28 -45 180 90" fill="#fcd116"> + <title>Flag of the Philippines + + + + + + + + + + + + + + + + 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=<> + /> + +\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) +
!is[blank]addprefix[5px solid ]] }}} style.background={{!!background}} style.backgroundColor=<> style.color=<> style.fill=<>> + <$list filter="[has[ribbon-text]]" variable="ignore"> + + + <$list filter="[has]" variable="ignore"> +
+ <$image source={{{ [get] }}} + alt={{{ [getget[alt-text]else[Image.]] }}} + /> +
+ +
<$transclude field=<>><$view field="title"/>
+ <$list filter="[!is[blank]]" variable="ignore"> +
+ <$text text=<>/> +
+ +
<$transclude tiddler={{!!icon}}/>
+ <%if [all[current]getelse[]!match[]] %> +
+
+ <$transclude field=<> mode="block"/> +
+
+
+
+ <%endif%> + <%if [all[current]has[button-text]] %> +
+ <$text text={{!!button-text}}/> {{$:/core/images/chevron-right}} +
+ <%endif%> +
+\end diff --git a/editions/tw5.com/tiddlers/cards/card-styles.tid b/editions/tw5.com/tiddlers/cards/card-styles.tid new file mode 100644 index 000000000..7b95b699a --- /dev/null +++ b/editions/tw5.com/tiddlers/cards/card-styles.tid @@ -0,0 +1,256 @@ +tags: $:/tags/Stylesheet +title: $:/cards/styles +type: text/vnd.tiddlywiki + +\rules only filteredtranscludeinline transcludeinline macrodef macrocallinline macrocallblock + +.tc-cards { + display: flex; + flex-wrap: wrap; + justify-content: space-evenly; + width: 100%; + padding: 0.5em; + background: <>; + border-color: rgba(34,36,38,.15); + box-shadow: 0 2px 25px 0 rgb(34 36 38 / 5%) inset; + gap: 1em; +} + +.tc-cards.tc-small { + text-align: center; + font-size: 0.7em; +} + +.tc-cards.tc-action-card { + text-align: center; + background: none; +} + +.tc-cards.tc-cards-vertical { +} + +.tc-cards.tc-action-card .tc-card-button { + border: 1px solid <>; + background: <>; + margin: 0.5em; + border-radius: 6px; + padding: 0.5em; + color: <>; + fill: <>; +} + +.tc-cards.tc-action-card .tc-card-button svg { + width: 0.65em; + height: 0.65em; + vertical-align: middle; +} + +.tc-tiddlylink.tc-card { + font-weight: normal; + flex-grow: 1; + max-width: 250px; + position: relative; + background: <>; + color: <>; + width: 200px; + min-height: 0; + border: none; + border-radius: 8px; + box-shadow: 0 1px 3px 0 #d4d4d5, 0 0 0 1px #d4d4d5; + transition: box-shadow 0.3s ease,transform .3s ease; +} + +.tc-cards.tc-cards-vertical .tc-tiddlylink.tc-card { + width: 100%; +} + +@media (max-width: 500px) { + + .tc-cards { + padding: 0; + } + + .tc-tiddlylink.tc-card { + margin: 0.25em; + width: 45%; + } + +} + +.tc-tiddlylink.tc-card.tc-card-quote { + width: 320px; + box-shadow: none; + background-color: #effdff; +} + +.tc-card-accent { + height: 100%; + display: flex; + align-items: stretch; + flex-direction: column; + justify-content: stretch; + border-radius: 8px; +} + +.tc-cards.tc-cards-vertical .tc-card-accent { + flex-direction: row; + justify-content: start; + padding: 5px 7px; + align-items: center; +} + +.tc-cards.tc-cards-vertical .tc-card-icon { + line-height: 0; + order: 1; +} + +.tc-tiddlylink.tc-card:hover { + color: <>; + background: <>; + text-decoration: none; + cursor: pointer; + box-shadow: 0 1px 5px 0 #bcbdbd, 0 0 0 1px #d4d4d5; + transform: translateY(-3px); +} + +.tc-card-ribbon-wrapper { + line-height: 0; + width: 75px; + height: 75px; + position: absolute; + right: 0; + overflow: hidden; + top: 0; + z-index: 849; + pointer-events: none; +} + +.tc-card-ribbon { + transition: top 0.3s ease-in-out; + top: 15px; + right: -77px; + position: absolute; + transform: rotate(45deg); + background-color: red; + box-shadow: 0px 0px 2px 0px rgb(0 0 0 / 50%); +} + +.tc-tiddlylink.tc-card:hover .tc-card-ribbon { + top: -77px; +} + +.tc-card-ribbon-inner { + font-size: 10px; + line-height: 13px; + font-weight: 700; + color: white; + text-decoration: none; + text-shadow: 0 -1px rgb(0 0 0 / 50%); + width: 200px; + display: inline-block; + padding: 2px 0; + text-align: center; +} + +.tc-card-image { + border-top-left-radius: 8px; + border-top-right-radius: 8px; + line-height: 0; + overflow: hidden; +} + +.tc-card-image img { + border-top-left-radius: 8px; + border-top-right-radius: 8px; + width: 100%; + transition: transform 0.3s ease-in-out; +} + +.tc-tiddlylink.tc-card:hover .tc-card-image img { + transform: scale(1.05); +} + +.tc-card .tc-card-icon svg { + transition: transform 0.3s ease-in-out; +} + +.tc-card:hover .tc-card-icon svg { + transform: scale(1.1); +} + +.tc-card-title { + font-size: 1.2em; + line-height: 1.2; + font-weight: 600; + transition: color 0.3s ease-in-out; + padding: 0 10px; + margin: 0.5em 0 0.25em 0; +} + +.tc-cards.tc-cards-vertical .tc-card-title { + font-size: 1.1em; + min-width: 10em; + order: 2; +} + +.tc-cards.tc-cards-vertical .tc-card-title svg { + width: 1em; + height: 1em; + vertical-align: text-bottom; +} + +.tc-card-subtitle, +.tc-card-author { + font-size: 0.8em; + line-height: 1.2; + color: <>; + padding: 0 10px; + margin: 0.5em 0; + font-style: italic; +} + +.tc-card-body { + font-size: 0.9em; + line-height: 1.2; + padding: 0.25em 10px; + margin: 0; +} + +.tc-cards.tc-cards-vertical .tc-card-body { + font-size: 1em; +} + +.tc-card-body-wrapper { + position: relative; + flex-grow: 1; +} + +.tc-tiddlylink.tc-card.tc-card-quote .tc-card-body:before { + font-family: Georgia, serif; + color: <>; + content: open-quote; + font-size: 5em; + line-height: 1; + float: left; +} + +.tc-tiddlylink.tc-card.tc-card-quote .tc-card-body:after { + font-family: Georgia, serif; + color: <>; + content: close-quote; + font-size: 5em; + line-height: 1; + float: right; +} + +.tc-tiddlylink.tc-card .tc-card-body-clear { + clear: both; +} + +.tc-card-body > p { + margin: 0.25em 0; +} + +.tc-card a:active, .tc-card a:focus, .tc-btn-download:active, .tc-btn-download:focus{ + outline: none; +} \ No newline at end of file diff --git a/editions/tw5.com/tiddlers/community/TiddlyWiki on the Web.tid b/editions/tw5.com/tiddlers/community/TiddlyWiki on the Web.tid new file mode 100644 index 000000000..0af1b78a8 --- /dev/null +++ b/editions/tw5.com/tiddlers/community/TiddlyWiki on the Web.tid @@ -0,0 +1,15 @@ +modified: 20241001141521924 +tags: TableOfContents +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. + +
+<$list filter="[tag[TiddlyWiki on the Web]]"> +<$macrocall $name="flex-card-external" backgroundcolor={{!!background-color}} textcolor={{!!text-color}} captionField="caption"/> + +
diff --git a/editions/tw5.com/tiddlers/community/links/TalkTiddlyWiki.tid b/editions/tw5.com/tiddlers/community/links/TalkTiddlyWiki.tid new file mode 100644 index 000000000..413edd1cd --- /dev/null +++ b/editions/tw5.com/tiddlers/community/links/TalkTiddlyWiki.tid @@ -0,0 +1,7 @@ +title: TalkTiddlyWiki +caption: ~TalkTiddlyWiki +tags: [[TiddlyWiki on the Web]] +url: https://talk.tiddlywiki.org/ +icon: $:/core/images/help +background-color: #FF8C19 +text-color: #fff diff --git a/editions/tw5.com/tiddlers/community/links/TiddlyWiki on Discord.tid b/editions/tw5.com/tiddlers/community/links/TiddlyWiki on Discord.tid new file mode 100644 index 000000000..f9450927d --- /dev/null +++ b/editions/tw5.com/tiddlers/community/links/TiddlyWiki on Discord.tid @@ -0,0 +1,7 @@ +title: TiddlyWiki on Discord +caption: Discord +tags: [[TiddlyWiki on the Web]] +url: https://discord.gg/HFFZVQ8 +icon: $:/core/images/globe +background-color: #5462EB +text-color: #fff diff --git a/editions/tw5.com/tiddlers/community/links/TiddlyWiki on GitHub.tid b/editions/tw5.com/tiddlers/community/links/TiddlyWiki on GitHub.tid new file mode 100644 index 000000000..64e49fbf8 --- /dev/null +++ b/editions/tw5.com/tiddlers/community/links/TiddlyWiki on GitHub.tid @@ -0,0 +1,7 @@ +title: TiddlyWiki on GitHub +caption: ~GitHub +tags: [[TiddlyWiki on the Web]] +url: https://github.com/TiddlyWiki/TiddlyWiki5 +icon: $:/core/images/github +background-color: #444 +text-color: #fff diff --git a/editions/tw5.com/tiddlers/community/links/TiddlyWiki on Gitter.tid b/editions/tw5.com/tiddlers/community/links/TiddlyWiki on Gitter.tid new file mode 100644 index 000000000..07474b4e3 --- /dev/null +++ b/editions/tw5.com/tiddlers/community/links/TiddlyWiki on Gitter.tid @@ -0,0 +1,7 @@ +title: TiddlyWiki on Gitter +caption: Gitter +tags: [[TiddlyWiki on the Web]] +url: https://gitter.im/TiddlyWiki/public +icon: $:/core/images/gitter +background-color: #753a88 +text-color: #fff diff --git a/editions/tw5.com/tiddlers/community/links/TiddlyWiki on Mastodon.tid b/editions/tw5.com/tiddlers/community/links/TiddlyWiki on Mastodon.tid new file mode 100644 index 000000000..c9ebe006f --- /dev/null +++ b/editions/tw5.com/tiddlers/community/links/TiddlyWiki on Mastodon.tid @@ -0,0 +1,7 @@ +title: TiddlyWiki on Mastodon +caption: Mastodon +tags: [[TiddlyWiki on the Web]] +url: https://fosstodon.org/@TiddlyWiki +icon: $:/core/images/mastodon +background-color: #2b90d9 +text-color: #fff diff --git a/editions/tw5.com/tiddlers/community/links/TiddlyWiki on Open Collective.tid b/editions/tw5.com/tiddlers/community/links/TiddlyWiki on Open Collective.tid new file mode 100644 index 000000000..e5fa69124 --- /dev/null +++ b/editions/tw5.com/tiddlers/community/links/TiddlyWiki on Open Collective.tid @@ -0,0 +1,7 @@ +title: TiddlyWiki on Open Collective +caption: Open Collective +tags: [[TiddlyWiki on the Web]] +url: https://opencollective.com/tiddlywiki +icon: Open Collective Logo +background-color: #0c2c66 +text-color: #fff diff --git a/editions/tw5.com/tiddlers/community/links/TiddlyWiki on Reddit.tid b/editions/tw5.com/tiddlers/community/links/TiddlyWiki on Reddit.tid new file mode 100644 index 000000000..20f292de8 --- /dev/null +++ b/editions/tw5.com/tiddlers/community/links/TiddlyWiki on Reddit.tid @@ -0,0 +1,7 @@ +title: TiddlyWiki on Reddit +caption: Reddit +tags: [[TiddlyWiki on the Web]] +url: https://www.reddit.com/r/TiddlyWiki5/ +icon: Reddit Logo +background-color: #FF4500 +text-color: #fff diff --git a/editions/tw5.com/tiddlers/community/links/TiddlyWiki on Twitter.tid b/editions/tw5.com/tiddlers/community/links/TiddlyWiki on Twitter.tid new file mode 100644 index 000000000..643610e61 --- /dev/null +++ b/editions/tw5.com/tiddlers/community/links/TiddlyWiki on Twitter.tid @@ -0,0 +1,7 @@ +title: TiddlyWiki on Twitter +caption: Twitter +tags: [[TiddlyWiki on the Web]] +url: https://twitter.com/TiddlyWiki +icon: $:/core/images/twitter +background-color: #1DA1F2 +text-color: #fff diff --git a/editions/tw5.com/tiddlers/community/links/TiddlyWiki on YouTube.tid b/editions/tw5.com/tiddlers/community/links/TiddlyWiki on YouTube.tid new file mode 100644 index 000000000..bf5523c92 --- /dev/null +++ b/editions/tw5.com/tiddlers/community/links/TiddlyWiki on YouTube.tid @@ -0,0 +1,7 @@ +title: TiddlyWiki on YouTube +caption: ~YouTube +tags: [[TiddlyWiki on the Web]] +url: https://www.youtube.com/c/JeremyRuston +icon: $:/core/images/video +background-color: #e52d27 +text-color: #fff diff --git a/editions/tw5.com/tiddlers/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. + +
+<$list filter="[tag[HelloThumbnail]]"> +<$macrocall $name="flex-card" captionField="caption" descriptionField="text"/> + +
+ 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 -
-<$list filter="[tag[Quick Start]]"> -<$macrocall $name="flex-card" bordercolor={{!!color}} textcolor={{!!text-color}} backgroundcolor={{!!background-color}} captionField="caption" descriptionField="text"/> - -
-
-<$link to="中文社区 - Chinese Community" class="tc-btn-big-green tc-card" aria-label="Chinese Community"> -中文社区
Chinese Community - -
- -!! ''Find Out More'' - -
-<$list filter="[tag[HelloThumbnail]]"> -<$macrocall $name="flex-card" captionField="caption" descriptionField="text"/> - -
- -!! ''Community'' - - - -!! ''Testimonials & Reviews'' - -
-<$list filter="[tag[Testimonial]]"> -<$macrocall $name="flex-card" class="tc-card-quote" captionField="caption" descriptionField="text"/> - -
+* ~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 +
+<$list filter="[tag[Testimonial]]"> +<$macrocall $name="flex-card" class="tc-card-quote" captionField="caption" descriptionField="text"/> + +
\ 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 ff7bec946..d57c3f5ab 100644 --- a/editions/tw5.com/tiddlers/hellothere/quickstart/Quick Start.tid +++ b/editions/tw5.com/tiddlers/hellothere/quickstart/Quick Start.tid @@ -1,2 +1,18 @@ title: Quick Start -list: [[Quick Start: Tiddlyhost]] [[Quick Start: Desktop]] [[Quick Start: DIY]] [[Quick Start: Xememex]] \ No newline at end of file +modified: 20241001141521924 +list: [[Quick Start: Tiddlyhost]] [[Quick Start: Desktop]] [[Quick Start: DIY]] [[Quick Start: Xememex]] +icon: $:/core/images/tip +color: #cc9 + +Choose how to get started quickly with ~TiddlyWiki. + +
+<$list filter="[tag[Quick Start]]"> +<$macrocall $name="flex-card" bordercolor={{!!color}} textcolor={{!!text-color}} backgroundcolor={{!!background-color}} captionField="caption" descriptionField="text"/> + +
+
+<$link to="中文社区 - Chinese Community" class="tc-btn-big-green tc-card" aria-label="Chinese Community"> +中文社区
Chinese Community + +
diff --git a/editions/tw5.com/tiddlers/images/Open Collective Logo.tid b/editions/tw5.com/tiddlers/images/Open Collective Logo.tid index dbafad946..b7399033e 100644 --- a/editions/tw5.com/tiddlers/images/Open Collective Logo.tid +++ b/editions/tw5.com/tiddlers/images/Open Collective Logo.tid @@ -4,4 +4,4 @@ tags: picture title: Open Collective Logo alt-text: Open Collective Logo - \ No newline at end of file + \ No newline at end of file diff --git a/editions/tw5.com/tiddlers/saving/Saving on TiddlyHost.tid b/editions/tw5.com/tiddlers/saving/Saving on TiddlyHost.tid index 8931c71be..d69eea3b1 100644 --- a/editions/tw5.com/tiddlers/saving/Saving on TiddlyHost.tid +++ b/editions/tw5.com/tiddlers/saving/Saving on TiddlyHost.tid @@ -15,3 +15,5 @@ type: text/vnd.tiddlywiki [[TiddlyHost.com|https://tiddlyhost.com/]] is a hosting service for TiddlyWiki created by Simon Baird. Once you sign up and confirm your email you can create "sites", (i.e. ~TiddlyWikis), with support for online saving. Sites can be private or public, and you can optionally list them on the taggable and searchable [[TiddlyHost Hub|https://tiddlyhost.com/hub]] where they'll be discoverable by others. Unlike [[TiddlySpot|Saving on TiddlySpot]], [[TiddlyHost|https://tiddlyhost.com]] is secure, open source, and has proper support for TiddlyWiki5. It also allows uploading existing ~TiddlyWiki files, supports TiddlyWikiClassic, and lets you claim ownership of your ~TiddlySpot sites. For more information see the [[FAQ|https://github.com/simonbaird/tiddlyhost/wiki/FAQ]] and the [[About|https://tiddlyhost.com/about]] page. + +If you find Tiddlyhost useful, please consider [[donation or sponsorship|https://tiddlyhost.com/donate]]. diff --git a/editions/tw5.com/tiddlers/saving/Saving with FireFox.tid b/editions/tw5.com/tiddlers/saving/Saving with FireFox.tid deleted file mode 100644 index 2a3b3bd19..000000000 --- a/editions/tw5.com/tiddlers/saving/Saving with FireFox.tid +++ /dev/null @@ -1,17 +0,0 @@ -caption: Saving with ~FireFox -created: 20230803205140949 -modified: 20230803213246739 -tags: Saving Firefox -title: Saving with FireFox - -# Restart [[Firefox]] -# [[Download]] an empty TiddlyWiki by clicking this button: -#> {{$:/editions/tw5.com/snippets/download-empty-button}} -# Locate the file you just downloaded -#* You may rename it, but be sure to keep the `.html` or `.htm` extension -# Open the file in [[Firefox]] - -# Try creating a new tiddler using the ''new tiddler'' <<.icon $:/core/images/new-button>> button in the sidebar. Type some content for the tiddler, and click the <<.icon $:/core/images/done-button>> ''ok'' button -# Save your changes by clicking the <<.icon $:/core/images/save-button-dynamic>> ''save changes'' button in the sidebar -#* Look for the yellow notification ''Saved wiki'' at the top right of the window -# Refresh the browser window to verify that your changes have been saved correctly diff --git a/editions/tw5.com/tiddlers/saving/Saving with TiddlyFox on Android.tid b/editions/tw5.com/tiddlers/saving/Saving with TiddlyFox on Android.tid deleted file mode 100644 index 049129a0d..000000000 --- a/editions/tw5.com/tiddlers/saving/Saving with TiddlyFox on Android.tid +++ /dev/null @@ -1,26 +0,0 @@ -created: 20140103134551508 -modified: 20230803051340676 -tags: [[Saving with TiddlyFox]] -title: Saving with TiddlyFox on Android -type: text/vnd.tiddlywiki - -<<.deprecated-since "FireFox 57" "Saving">> - -(Alternatively, see the [[video tutorial|TiddlyWiki on Firefox for Android Video]]) - -# Ensure you have the latest version of [[Firefox for Android|http://getfirefox.com]] -#* http://getfirefox.com -# Install the latest release of the TiddlyFox extension from: -#* https://addons.mozilla.org/en-GB/firefox/addon/tiddlyfox/ -# Install this extension to be able to save the TiddlyWiki file locally: -#* https://addons.mozilla.org/en-GB/android/addon/save-link-menus/ -# [[Download]] an empty TiddlyWiki by saving this link: -#* https://tiddlywiki.com/empty.html -#> (to save the link, ensure you've installed the "save-link-menus" extension and then long-press on the link and choose "Save link") -# When the file has downloaded, click on it within the notification tray or the download manager application -# Choose to open the file in Firefox (rather than the default Android viewer) -# Click ''OK'' in response to the prompt from TiddlyFox that asks whether to enable saving for this file -# Try creating a new tiddler using the ''new tiddler'' <<.icon $:/core/images/new-button>> button in the sidebar. Type some content for the tiddler, and click the <<.icon $:/core/images/done-button>> ''ok'' button -# Save your changes by clicking the <<.icon $:/core/images/save-button-dynamic>> ''save changes'' button in the sidebar -#* Look for the yellow notification ''Saved wiki'' at the top right of the window -# Refresh the browser window to verify that your changes have been saved correctly diff --git a/editions/tw5.com/tiddlers/system/DefaultTiddlers.tid b/editions/tw5.com/tiddlers/system/DefaultTiddlers.tid index e10c566b9..7b9e94cbc 100644 --- a/editions/tw5.com/tiddlers/system/DefaultTiddlers.tid +++ b/editions/tw5.com/tiddlers/system/DefaultTiddlers.tid @@ -4,5 +4,9 @@ title: $:/DefaultTiddlers type: text/vnd.tiddlywiki HelloThere +[[Quick Start]] +[[Find Out More]] +[[TiddlyWiki on the Web]] +[[Testimonials and Reviews]] GettingStarted Community diff --git a/editions/tw5.com/tiddlers/system/tw5.com-card-template.tid b/editions/tw5.com/tiddlers/system/tw5.com-card-template.tid deleted file mode 100644 index a2400a739..000000000 --- a/editions/tw5.com/tiddlers/system/tw5.com-card-template.tid +++ /dev/null @@ -1,6 +0,0 @@ -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 ]] }}}/> diff --git a/editions/tw5.com/tiddlers/system/tw5.com-styles.tid b/editions/tw5.com/tiddlers/system/tw5.com-styles.tid index dd60694f4..f3618afc9 100644 --- a/editions/tw5.com/tiddlers/system/tw5.com-styles.tid +++ b/editions/tw5.com/tiddlers/system/tw5.com-styles.tid @@ -82,291 +82,10 @@ type: text/vnd.tiddlywiki height: 1em; } - - .tc-wrapper-flex { display: flex; } -.tc-saving-sidebar { - margin: 0; - padding: 0; - min-width: 200px; - overflow: auto; -} - -.tc-saving-sidebar a { - display: block; -} - -@media (max-width: {{$:/themes/tiddlywiki/vanilla/metrics/sidebarbreakpoint}}) { - .tc-wrapper-flex { - flex-direction: column; - } - .tc-saving-sidebar { - width: 100%; - height: auto; - } - .tc-saving-sidebar a { - float: left; - } -} - -.tc-saving-sidebar-category { - margin-bottom: 10px; -} - -.tc-saving-sidebar-category-title { - font-weight: bold; - margin-bottom: 5px; - font-size: 16px; -} - -.tc-saving-sidebar-category-item { - margin-left: 10px; -} - -.tc-saving-introduction { - display: flex; - justify-content: center; - text-align: center; - align-items: center; - padding: 4em; - font-style: italic; -} - -.tc-cards { - display: flex; - flex-wrap: wrap; - justify-content: space-evenly; - width: 100%; - padding: 0.5em; - background: <>; - border-color: rgba(34,36,38,.15); - box-shadow: 0 2px 25px 0 rgb(34 36 38 / 5%) inset; - gap: 1em; -} - -.tc-cards.tc-small { - text-align: center; - font-size: 0.7em; -} - -.tc-cards.tc-action-card { - text-align: center; - background: none; -} - -.tc-cards.tc-action-card .tc-card-button { - border: 1px solid <>; - background: <>; - margin: 0.5em; - border-radius: 6px; - padding: 0.5em; - color: <>; - fill: <>; -} - -.tc-cards.tc-action-card .tc-card-button svg { - width: 0.65em; - height: 0.65em; - vertical-align: middle; -} - -.tc-tiddlylink.tc-card { - font-weight: normal; - max-width: 100%; - position: relative; - background: <>; - color: <>; - width: 200px; - min-height: 0; - border: none; - border-radius: 8px; - box-shadow: 0 1px 3px 0 #d4d4d5, 0 0 0 1px #d4d4d5; - transition: box-shadow 0.3s ease,transform .3s ease; -} - -.tc-cards.tc-cards-vertical .tc-tiddlylink.tc-card { - width: 100%; -} - -@media (max-width: 500px) { - - .tc-cards { - padding: 0; - } - - .tc-tiddlylink.tc-card { - margin: 0.25em; - width: 45%; - } - -} - -.tc-tiddlylink.tc-card.tc-card-quote { - width: 320px; - box-shadow: none; - background-color: #effdff; -} - -.tc-card-accent { - height: 100%; - display: flex; - align-items: stretch; - flex-direction: column; - justify-content: stretch; - border-radius: 8px; -} - -.tc-cards.tc-cards-vertical .tc-card-accent { - flex-direction: row; - align-items: center; -} - -.tc-tiddlylink.tc-card:hover { - color: <>; - background: <>; - text-decoration: none; - cursor: pointer; - box-shadow: 0 1px 5px 0 #bcbdbd, 0 0 0 1px #d4d4d5; - transform: translateY(-3px); -} - -.tc-card-ribbon-wrapper { - line-height: 0; - width: 75px; - height: 75px; - position: absolute; - right: 0; - overflow: hidden; - top: 0; - z-index: 849; - pointer-events: none; -} - -.tc-card-ribbon { - transition: top 0.3s ease-in-out; - top: 15px; - right: -77px; - position: absolute; - transform: rotate(45deg); - background-color: red; - box-shadow: 0px 0px 2px 0px rgb(0 0 0 / 50%); -} - -.tc-tiddlylink.tc-card:hover .tc-card-ribbon { - top: -77px; -} - -.tc-card-ribbon-inner { - font-size: 10px; - line-height: 13px; - font-weight: 700; - color: white; - text-decoration: none; - text-shadow: 0 -1px rgb(0 0 0 / 50%); - width: 200px; - display: inline-block; - padding: 2px 0; - text-align: center; -} - -.tc-card-image { - border-top-left-radius: 8px; - border-top-right-radius: 8px; - line-height: 0; - overflow: hidden; -} - -.tc-card-image img { - border-top-left-radius: 8px; - border-top-right-radius: 8px; - width: 100%; - transition: transform 0.3s ease-in-out; -} - -.tc-tiddlylink.tc-card:hover .tc-card-image img { - transform: scale(1.05); -} - -.tc-card-title { - font-size: 1.2em; - line-height: 1.2; - font-weight: 600; - transition: color 0.3s ease-in-out; - padding: 0 10px; - margin: 0.5em 0 0.25em 0; -} - -.tc-cards.tc-cards-vertical .tc-card-title { - font-size: 1em; - min-width: 10em; - text-align: right; -} - -.tc-cards.tc-cards-vertical .tc-card-title svg { - width: 1em; - height: 1em; - vertical-align: text-bottom; -} - -.tc-card-subtitle, -.tc-card-author { - font-size: 0.8em; - line-height: 1.2; - color: <>; - padding: 0 10px; - margin: 0.5em 0; - font-style: italic; -} - -.tc-card-body { - font-size: 0.9em; - line-height: 1.2; - padding: 0.25em 10px; - margin: 0; -} - -.tc-cards.tc-cards-vertical .tc-card-body { - font-size: 1em; -} - -.tc-card-body-wrapper { - position: relative; - flex-grow: 1; -} - -.tc-tiddlylink.tc-card.tc-card-quote .tc-card-body:before { - font-family: Georgia, serif; - color: <>; - content: open-quote; - font-size: 5em; - line-height: 1; - float: left; -} - -.tc-tiddlylink.tc-card.tc-card-quote .tc-card-body:after { - font-family: Georgia, serif; - color: <>; - content: close-quote; - font-size: 5em; - line-height: 1; - float: right; -} - -.tc-tiddlylink.tc-card .tc-card-body-clear { - clear: both; -} - -.tc-card-body > p { - margin: 0.25em 0; -} - -.tc-card a:active, .tc-card a:focus, .tc-btn-download:active, .tc-btn-download:focus{ - outline: none; -} - .tc-btn-download { padding: 10px 30px; border-radius: 5px; diff --git a/editions/tw5.com/tiddlers/system/wikitext-macros.tid b/editions/tw5.com/tiddlers/system/wikitext-macros.tid index 796f949a7..f598cf240 100644 --- a/editions/tw5.com/tiddlers/system/wikitext-macros.tid +++ b/editions/tw5.com/tiddlers/system/wikitext-macros.tid @@ -87,48 +87,3 @@ type: text/vnd.tiddlywiki <$link to=<>/>: <$transclude $variable=tw-code tiddler=<> /> \end - -\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=<> -> -
!is[blank]addprefix[5px solid ]] }}} style.background={{!!background}} style.backgroundColor=<> style.color=<> style.fill=<>> - <$list filter="[has[ribbon-text]]" variable="ignore"> - - - <$list filter="[has]" variable="ignore"> -
- <$image source={{{ [get] }}} - alt={{{ [getget[alt-text]else[Image.]] }}} - /> -
- -
<$transclude field=<>><$view field="title"/>
- <$list filter="[!is[blank]]" variable="ignore"> -
- <$text text=<>/> -
- -
<$transclude tiddler={{!!icon}}/>
-
-
- <$transclude field=<> mode="block"/> -
-
-
-
- <$list filter="[all[current]has[button-text]]" variable="ignore"> -
- <$text text={{!!button-text}}/> {{$:/core/images/chevron-right}} -
- -
- -\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.
-<$list filter="[tag[Quick Start]]"> +<$list filter="[[Quick Start: Tiddlyhost]] [[Quick Start: Desktop]] [[Quick Start: DIY]] [[Quick Start: Xememex]]"> <$macrocall $name="flex-card" bordercolor={{!!color}} textcolor={{!!text-color}} backgroundcolor={{!!background-color}} captionField="caption" descriptionField="text"/>
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