1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-04-02 08:46:56 +00:00

Fix docs error

This commit is contained in:
Jermolene 2014-01-11 09:50:34 +00:00
parent e87097c22e
commit bd40977c85

View File

@ -1,7 +1,10 @@
created: 201311242206
modified: 201308251607
created: 20131124220600000
modified: 20140111095008013
tags: howto
title: How to build a TiddlyWiki5 from individual tiddlers
type: text/vnd.tiddlywiki
First install TiddlyWiki as described in [[Installing TiddlyWiki on Node.js]].
# Create an empty [[TiddlyWikiFolder|TiddlyWikiFolders]]
## Create a new folder in a convenient place (for example `~/MyWiki`)
@ -10,4 +13,4 @@ title: How to build a TiddlyWiki5 from individual tiddlers
##* Alternatively, just copy the `editions/empty` folder from the TiddlyWiki5 repo
# Create individual TiddlerFiles in the `~/MyWiki/tiddlers` directory
# Execute the following command from the TiddlyWiki5 root directory to build a TiddlyWiki5 file from the tiddlers:
## `node ./tiddlywiki.js ~/MyWiki --rendertiddler $:/core/save/all index.html text/plain`
## `tiddlywiki ~/MyWiki --rendertiddler $:/core/save/all index.html text/plain`