diff --git a/editions/tw5.com/tiddlers/about/Archive.tid b/editions/tw5.com/tiddlers/about/Archive.tid new file mode 100644 index 000000000..0ad86f303 --- /dev/null +++ b/editions/tw5.com/tiddlers/about/Archive.tid @@ -0,0 +1,44 @@ +title: TiddlyWiki Archive +created: 20231005205623086 +modified: 20231005210538879 +tags: About + +\procedure versions() +5.1.0 5.1.1 5.1.2 5.1.3 5.1.4 5.1.5 5.1.6 5.1.7 5.1.8 5.1.9 +5.1.10 5.1.11 5.1.12 5.1.13 5.1.14 5.1.15 5.1.16 5.1.17 5.1.18 5.1.19 +5.1.20 5.1.21 5.1.22 5.1.23 +5.2.0 5.2.1 5.2.2 5.2.3 5.2.4 5.2.5 5.2.6 5.2.7 +5.3.0 5.3.1 +\end + +Older versions of TiddlyWiki are available in the [[archive|https://github.com/Jermolene/jermolene.github.io/tree/master/archive]]: + + + + <$list filter=<> variable="version"> + <$let + filename=`TiddlyWiki-$(version)$` + emptyFilename=`Empty-$(filename)$` + > + + + + + + + + + +
+ <$text text=`v$(version)$`/> + + <$view tiddler={{{ [addprefix[Release ]] }}} field="released" format="date" template="DDth mmm YYYY"/> + + addprefix[https://tiddlywiki.com/archive/full/]]}}} rel="noopener noreferrer" target="_blank"> + <$text text=`$(filename)$.html`/> + + + addprefix[https://tiddlywiki.com/archive/empty/]]}}} rel="noopener noreferrer" target="_blank"> + <$text text=`$(emptyFilename)$.html`/> + +
diff --git a/editions/tw5.com/tiddlers/filters/syntax/Filter Expression.tid b/editions/tw5.com/tiddlers/filters/syntax/Filter Expression.tid index f923a03a6..8521859ac 100644 --- a/editions/tw5.com/tiddlers/filters/syntax/Filter Expression.tid +++ b/editions/tw5.com/tiddlers/filters/syntax/Filter Expression.tid @@ -50,7 +50,7 @@ In technical / logical terms: |`~run` |`:else[run]` |else |... ELSE run | ||`:intersection`|intersection of sets|| -For the difference between `+` and `:intersection`, see [[Filter Run Prefix (Examples)]]. +For the difference between `+` and `:intersection`, see [[Intersection Filter Run Prefix (Examples)]]. The input of a run is normally a list of all the non-[[shadow|ShadowTiddlers]] tiddler titles in the wiki (in no particular order). But the `+` prefix can change this: diff --git a/editions/tw5.com/tiddlers/releasenotes/Releases.tid b/editions/tw5.com/tiddlers/releasenotes/Releases.tid index e738520a7..57e5d3fd4 100644 --- a/editions/tw5.com/tiddlers/releasenotes/Releases.tid +++ b/editions/tw5.com/tiddlers/releasenotes/Releases.tid @@ -1,9 +1,11 @@ created: 20150419144523070 -modified: 20220802100223019 +modified: 20231005205612322 tags: About title: Releases type: text/vnd.tiddlywiki New releases of TiddlyWiki and TiddlyDesktop are announced via the [[official discussion groups|Forums]] and [[Twitter|https://twitter.com/TiddlyWiki]] +See the [[TiddlyWiki Archive]] to download older versions. + <> diff --git a/licenses/cla-individual.md b/licenses/cla-individual.md index 9c4173e01..b5926fc44 100644 --- a/licenses/cla-individual.md +++ b/licenses/cla-individual.md @@ -549,3 +549,5 @@ Eric Haberstroh, @pille1842, 2023/07/23 @cmo-pomerium, 2023/08/03 BuckarooBanzay, @BuckarooBanzay, 2023/09/01 + +Timur, @T1mL3arn, 2023/10/04