2019-01-27 10:57:56 +00:00
|
|
|
title: HelloThere
|
|
|
|
|
|
|
|
This is a demo of TiddlyWiki 5's ''innerwiki'' plugin.
|
|
|
|
|
|
|
|
To try these examples under Node.js:
|
|
|
|
|
|
|
|
# Install Puppeteer, as described in the [[readme|$:/plugins/tiddlywiki/innerwiki/readme]]
|
|
|
|
# Execute the following command in the root of the TiddlyWiki 5 repo:
|
|
|
|
|
|
|
|
```
|
2019-01-28 18:21:24 +00:00
|
|
|
./tiddlywiki.js editions/innerwikidemo --screenshot '[[$:/plugins/tiddlywiki/innerwiki/examples]]' 4 --render '[[$:/plugins/tiddlywiki/innerwiki/examples]]' "examples.html"
|
2019-01-27 10:57:56 +00:00
|
|
|
```
|
2019-01-28 18:21:24 +00:00
|
|
|
|
|
|
|
Open `examples.html` to see the generated static HTML rendering.
|