print-window-tiddler
Jermolene 2014-01-11 09:50:34 +00:00
rodzic e87097c22e
commit bd40977c85
1 zmienionych plików z 6 dodań i 3 usunięć

Wyświetl plik

@ -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`