TiddlyWiki5/editions/tw5.com/tiddlers/howtos/How_to_build_a_TiddlyWiki5_...

12 wiersze
692 B
Plaintext
Czysty Zwykły widok Historia

2013-04-01 19:25:49 +00:00
title: How to build a TiddlyWiki5 from individual tiddlers
tags: docs howto
# Create an empty TiddlyWikiDirectory
## Create a new folder in a convenient place (for example `~/MyWiki`)
## Create a file called `tiddlywiki.info` containing just a pair of braces: `{}`
## Create a subfolder called `tiddlers`
##* Alternatively, just copy the `editions/empty` folder from the TiddlyWiki5 repo
2013-04-02 14:56:43 +00:00
# Create individual tiddler files 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:
## `node ./tiddlywiki.js ~/MyWiki --rendertiddler $:/core/templates/tiddlywiki5.template.html index.html text/plain`