mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-02 16:16:18 +00:00
23 lines
369 B
Plaintext
23 lines
369 B
Plaintext
|
{
|
||
|
"description": "Innerwiki Plugin Demo",
|
||
|
"plugins": [
|
||
|
"tiddlywiki/innerwiki"
|
||
|
],
|
||
|
"themes": [
|
||
|
"tiddlywiki/vanilla",
|
||
|
"tiddlywiki/snowwhite"
|
||
|
],
|
||
|
"build": {
|
||
|
"index": [
|
||
|
"--rendertiddler",
|
||
|
"$:/core/save/all",
|
||
|
"index.html",
|
||
|
"text/plain"
|
||
|
],
|
||
|
"save-screenshots": [
|
||
|
"--screenshot",
|
||
|
"[[$:/plugins/tiddlywiki/innerwiki/examples]]",
|
||
|
"4"
|
||
|
]
|
||
|
}
|
||
|
}
|