mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-10-31 15:16:18 +00:00
ca7b62a5f6
From the readme: This plugin enables TiddlyWiki to embed a modified copy of itself (an "innerwiki"). The primary motivation is to be able to produce screenshot illustrations that are automatically up-to-date with the appearance of TiddlyWiki as it changes over time, or to produce the same screenshot in different languages
13 lines
384 B
Plaintext
13 lines
384 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
|
|
```
|