kopia lustrzana https://github.com/miklobit/TiddlyWiki5
Docs update
rodzic
c287d9d6d0
commit
9062d3ae12
|
@ -0,0 +1,11 @@
|
|||
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
|
||||
# Create individual tiddler files 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 --savetiddler $:/core/templates/tiddlywiki5.template.html index.html text/plain`
|
Ładowanie…
Reference in New Issue