mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-09-13 08:16:05 +00:00
Fix docs error
This commit is contained in:
@@ -1,7 +1,10 @@
|
|||||||
created: 201311242206
|
created: 20131124220600000
|
||||||
modified: 201308251607
|
modified: 20140111095008013
|
||||||
tags: howto
|
tags: howto
|
||||||
title: How to build a TiddlyWiki5 from individual tiddlers
|
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 an empty [[TiddlyWikiFolder|TiddlyWikiFolders]]
|
||||||
## Create a new folder in a convenient place (for example `~/MyWiki`)
|
## 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
|
##* Alternatively, just copy the `editions/empty` folder from the TiddlyWiki5 repo
|
||||||
# Create individual TiddlerFiles in the `~/MyWiki/tiddlers` directory
|
# 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:
|
# 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`
|
||||||
|
Reference in New Issue
Block a user