[DOCS] Add link to "TiddlyWiki Archive" tiddler to the TiddlyWiki Releases info

This commit is contained in:
Mario Pietsch 2025-12-09 16:16:08 +01:00
parent 4bb0bc5527
commit e9653bc95e

View file

@ -1,17 +1,19 @@
caption: ~TiddlyWiki
created: 20131109105400007
modified: 20171113161419656
modified: 20251209151406450
tags: Releases
title: TiddlyWiki Releases
type: text/vnd.tiddlywiki
Here are the details of recent releases of TiddlyWiki5. See [[TiddlyWiki5 Versioning]] for details of how releases are named.
If you are using node.js, you can also install prior versions like this:
* An overview about all TW versions can be found at the [[TiddlyWiki Archive]].
> npm install -g tiddlywiki@5.1.13
* If you are using Node.js, you can also install ''prior'' versions like this:
(BetaReleases and AlphaReleases are listed separately).
*> npm install -g tiddlywiki@5.3.0
* BetaReleases and AlphaReleases are listed separately
<$list filter="[tag[ReleaseNotes]!sort[created]limit[1]]">
<$macrocall $name="tabs" tabsList="[tag[ReleaseNotes]!sort[created]]" default={{!!title}} class="tc-vertical" template="ReleaseTemplate" />