mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-23 18:17:20 +00:00
Remove backslashes from example commands
This commit is contained in:
parent
6ec87efb5a
commit
2d25c40227
@ -15,9 +15,9 @@ You can explore a static representation of this TiddlyWiki at <a href="static.ht
|
|||||||
The following commands are used to generate the sample static version of the TiddlyWiki5 site:
|
The following commands are used to generate the sample static version of the TiddlyWiki5 site:
|
||||||
|
|
||||||
```
|
```
|
||||||
--rendertiddler $:/core/templates/static.template.html static.html text/plain \
|
--rendertiddler $:/core/templates/static.template.html static.html text/plain
|
||||||
--rendertiddler $:/core/templates/static.template.css static/static.css text/plain \
|
--rendertiddler $:/core/templates/static.template.css static/static.css text/plain
|
||||||
--rendertiddlers [!is[system]] $:/core/templates/static.tiddler.html static text/plain \
|
--rendertiddlers [!is[system]] $:/core/templates/static.tiddler.html static text/plain
|
||||||
```
|
```
|
||||||
|
|
||||||
The first RenderTiddlerCommand saves the static version of the DefaultTiddlers, the second saves the stylesheet, and the final RenderTiddlersCommand generates the HTML representations of individual tiddlers. (All the files are placed in the `output` folder of the wiki folder).
|
The first RenderTiddlerCommand saves the static version of the DefaultTiddlers, the second saves the stylesheet, and the final RenderTiddlersCommand generates the HTML representations of individual tiddlers. (All the files are placed in the `output` folder of the wiki folder).
|
||||||
@ -31,5 +31,5 @@ For example: <a href="alltiddlers.html">alltiddlers.html</a>
|
|||||||
The example is built by the following line in `bin/bld.sh`:
|
The example is built by the following line in `bin/bld.sh`:
|
||||||
|
|
||||||
```
|
```
|
||||||
--rendertiddler $:/core/templates/alltiddlers.template.html alltiddlers.html text/plain \
|
--rendertiddler $:/core/templates/alltiddlers.template.html alltiddlers.html text/plain
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user