1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-13 15:34:22 +00:00
TiddlyWiki5/editions/tw5.com/tiddlers/Download.tid
Adrian Sampaleanu 03a81bd8b1 Style changes in user visible text node -> Node
Went through all user visible text and changed lowercase node to Node as per Node.js site.
2013-11-20 17:35:36 -05:00

29 lines
689 B
Plaintext

created: 201311191945
creator: JeremyRuston
modified: 201311191945
modifier: JeremyRuston
tags: introduction
title: Download
! Download Single File Editions
Right click and download these links to single file editions of TiddlyWiki5:
* [[empty|http://five.tiddlywiki.com/empty]]
* [[tw5.com|http://five.tiddlywiki.com/]]
! Download Node.js Edition
For working on the command line with the Node.js edition of TiddlyWiki5, you can install TiddlyWiki via [[npm|http://npmjs.org]]:
```
npm -g install tiddlywiki
```
The `-g` flag causes TiddlyWiki to be installed globally.
You can also download or fork the TiddlyWiki5 GitHub repo directly:
https://github.com/Jermolene/TiddlyWiki5