1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-12-25 01:20:30 +00:00

Updated docs

This commit is contained in:
Jermolene 2014-01-11 10:22:17 +00:00
parent bd40977c85
commit 83811bc2a9

View File

@ -1,5 +1,5 @@
created: 20131124220600000 created: 20131124220600000
modified: 20140111095008013 modified: 20140111102136779
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 type: text/vnd.tiddlywiki
@ -8,7 +8,8 @@ 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`)
## Create a file called `tiddlywiki.info` containing just a pair of braces: `{}` ## Create a file called `tiddlywiki.info` containing the following text:
##* `{"themes": ["tiddlywiki/vanilla","tiddlywiki/snowwhite"]}`
## Create a subfolder called `tiddlers` ## Create a subfolder called `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