2014-01-11 09:50:34 +00:00
|
|
|
created: 20131124220600000
|
2014-09-12 15:05:37 +00:00
|
|
|
modified: 20140912141637389
|
|
|
|
tags: [[TiddlyWiki on Node.js]]
|
2013-08-25 20:22:11 +00:00
|
|
|
title: How to build a TiddlyWiki5 from individual tiddlers
|
2014-01-11 09:50:34 +00:00
|
|
|
type: text/vnd.tiddlywiki
|
|
|
|
|
|
|
|
First install TiddlyWiki as described in [[Installing TiddlyWiki on Node.js]].
|
2013-04-01 19:25:49 +00:00
|
|
|
|
2013-08-25 20:22:11 +00:00
|
|
|
# Create an empty [[TiddlyWikiFolder|TiddlyWikiFolders]]
|
2013-04-01 19:25:49 +00:00
|
|
|
## Create a new folder in a convenient place (for example `~/MyWiki`)
|
2014-01-11 10:22:17 +00:00
|
|
|
## Create a file called `tiddlywiki.info` containing the following text:
|
|
|
|
##* `{"themes": ["tiddlywiki/vanilla","tiddlywiki/snowwhite"]}`
|
2013-04-01 19:25:49 +00:00
|
|
|
## Create a subfolder called `tiddlers`
|
|
|
|
##* Alternatively, just copy the `editions/empty` folder from the TiddlyWiki5 repo
|
2013-08-25 20:22:11 +00:00
|
|
|
# Create individual TiddlerFiles in the `~/MyWiki/tiddlers` directory
|
2013-04-01 19:25:49 +00:00
|
|
|
# Execute the following command from the TiddlyWiki5 root directory to build a TiddlyWiki5 file from the tiddlers:
|
2014-01-11 09:50:34 +00:00
|
|
|
## `tiddlywiki ~/MyWiki --rendertiddler $:/core/save/all index.html text/plain`
|