mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-02 08:06:17 +00:00
15 lines
522 B
Plaintext
15 lines
522 B
Plaintext
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:
|
|
|
|
```
|
|
./tiddlywiki.js editions/innerwikidemo --screenshot '[[$:/plugins/tiddlywiki/innerwiki/examples]]' 4 --render '[[$:/plugins/tiddlywiki/innerwiki/examples]]' "examples.html"
|
|
```
|
|
|
|
Open `examples.html` to see the generated static HTML rendering.
|