mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-28 12:29:56 +00:00
0956ae10a0
We were re-using the `tw-save-wiki` message both for saving the current wiki and downloading a new wiki. Now we’ll use the separate `tw-download-file` message for downloading. Fixes #236
27 lines
919 B
Plaintext
27 lines
919 B
Plaintext
created: 201311191945
|
|
creator: JeremyRuston
|
|
modified: 201311191945
|
|
modifier: JeremyRuston
|
|
tags: introduction
|
|
title: Download
|
|
|
|
! Download Single File Editions
|
|
|
|
|<$button message="tw-download-file" param="$:/editions/tw5.com/save-empty" class="btn-big-green">Download Empty {{$:/core/images/save-button}}</$button>|Get started with an empty wiki |
|
|
|<$button message="tw-download-file" param="$:/core/save/all" class="btn-big-green">Download Full {{$:/core/images/save-button}}</$button>|Download a full copy of this site, including all the documentation |
|
|
|
|
! 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
|
|
|