From 5ff4e02a6136563482d3a9b430f32e4b88df3994 Mon Sep 17 00:00:00 2001 From: Scott Sauyet Date: Thu, 2 Oct 2025 06:22:37 -0400 Subject: [PATCH 1/3] Update TableOfContents.tid (#9312) Move Welcome back to the top of the TOC. Third attempt. Someday I'll get this right. --- editions/tw5.com/tiddlers/system/TableOfContents.tid | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editions/tw5.com/tiddlers/system/TableOfContents.tid b/editions/tw5.com/tiddlers/system/TableOfContents.tid index b90e0c5935..69b4cb8cbd 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 [[Quick Start]] Learning [[Working with TiddlyWiki]] [[Customise TiddlyWiki]] Features Filters Languages Editions Plugins Platforms Reference Community About +list: Welcome HelloThere [[Quick Start]] Learning [[Working with TiddlyWiki]] [[Customise TiddlyWiki]] Features Filters Languages Editions Plugins Platforms Reference Community About list-before: modified: 20230322150307580 tags: $:/tags/SideBar From a2e5c2cca282b7b1cb0d0e6dd960dace3cf4b110 Mon Sep 17 00:00:00 2001 From: Mario Pietsch Date: Thu, 2 Oct 2025 12:49:59 +0200 Subject: [PATCH 2/3] Add documentation for Encrypted Import Problems (#9100) --- .../saving/Encrypted Wiki Import Problems.tid | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 editions/tw5.com/tiddlers/saving/Encrypted Wiki Import Problems.tid diff --git a/editions/tw5.com/tiddlers/saving/Encrypted Wiki Import Problems.tid b/editions/tw5.com/tiddlers/saving/Encrypted Wiki Import Problems.tid new file mode 100644 index 0000000000..894336f9ef --- /dev/null +++ b/editions/tw5.com/tiddlers/saving/Encrypted Wiki Import Problems.tid @@ -0,0 +1,22 @@ +created: 20250617180651017 +modified: 20250617183155928 +tags: Encryption +title: Encrypted Wiki Import Problems +type: text/vnd.tiddlywiki + +There have been some problems with ''importing encrypted'' TWs ''into'' version v5.2.0 and v5.2.1. + +While encrypting and decrypting single file wikis with v5.2.0 and v5.2.1 works as intended. There are some problems if encrypted wikis are ''imported'', if those wikis have been ''encrypted with any other version''. + +So if you import a wiki that was been encrypted with eg: TW v5.1.23 into v5.2.0 or v5.2.1 the v5.1.23 wiki could not be decrypted by v5.2.0 or v5.2.1. + +!! Upgrading + +* ''Importing'' encrypted wikis from any v5.1.x, v5.2.x and v5.3.x ''into the latest'' TW versions ''works as expected'' +* The ''only target'' TW versions that can cause ''importing problems'' are ''v5.2.0'' and ''v5.2.1'' + +!! Downgrading + +* Importing an encrypted v5.''3''.x into v5.''2''.x and v5.''3''.x ''works'' as expected +** ''Except'' v5.2.0 and v5.2.1 +* Importing an encrypted v5.''3''.x to v5.''1''.x ''does not work'' From 7c020d0eb614f5c5ba093b50a294f578bae7e9bf Mon Sep 17 00:00:00 2001 From: Mario Pietsch Date: Mon, 6 Oct 2025 17:22:31 +0200 Subject: [PATCH 3/3] Add a CSV Table as Example to Typed Blocks in Wikitext (#9318) --- .../wikitext/Typed Blocks in WikiText.tid | 73 ++++++++----------- 1 file changed, 31 insertions(+), 42 deletions(-) diff --git a/editions/tw5.com/tiddlers/wikitext/Typed Blocks in WikiText.tid b/editions/tw5.com/tiddlers/wikitext/Typed Blocks in WikiText.tid index f136f5d836..8bb5502445 100644 --- a/editions/tw5.com/tiddlers/wikitext/Typed Blocks in WikiText.tid +++ b/editions/tw5.com/tiddlers/wikitext/Typed Blocks in WikiText.tid @@ -1,78 +1,67 @@ +caption: Typed Blocks created: 20131205161051792 -modified: 20140120171407764 +modified: 20251006150732150 tags: WikiText title: Typed Blocks in WikiText type: text/vnd.tiddlywiki -caption: Typed Blocks WikiText can include blocks of text that are rendered with an explicit ContentType like this: -``` -$$$image/svg+xml - - - -$$$ -``` +!! Image SVG -This renders as: - -$$$image/svg+xml +< $$$ +""">> It is also possible to abbreviate the ContentType to a file extension. For example: -``` -$$$.svg +< $$$ -``` +""" +>> -This renders as: +!! Unknown Type -$$$.svg - - - -$$$ +Unknown types render as plain text -Unknown types render as plain text: - -``` -$$$text/unknown +<> -Which renders as: - -$$$text/unknown -Some plain text, which will not be //formatted//. -$$$ +!! Specific Type WikiText A render type can also be specified, causing a particular text rendering to be displayed. For example: -``` -$$$text/vnd.tiddlywiki>text/html +<text/html This is ''some'' wikitext $$$ +""">> -$$$text/vnd.tiddlywiki>text/plain +<text/plain This is ''some'' wikitext $$$ -``` +""">> -Renders as: +!! CSV Table -$$$text/vnd.tiddlywiki>text/html -This is ''some'' wikitext -$$$ - -$$$text/vnd.tiddlywiki>text/plain -This is ''some'' wikitext +<>