mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-01 07:36:18 +00:00
d5d73e02e9
The problem was that the innerwiki template included the tiddler $:/plugins/tiddlywiki/railroad, which was omitted from the wiki. Unexpectedly, missing tiddlers were rendered by the jsontiddler widget as an empty object {}. The fix is to always include the title when the tiddler is missing. Also cleaned up the template to remove unneeded tiddlers
24 lines
394 B
Plaintext
24 lines
394 B
Plaintext
{
|
|
"description": "Innerwiki Plugin Demo",
|
|
"plugins": [
|
|
"tiddlywiki/innerwiki",
|
|
"tiddlywiki/railroad"
|
|
],
|
|
"themes": [
|
|
"tiddlywiki/vanilla",
|
|
"tiddlywiki/snowwhite"
|
|
],
|
|
"build": {
|
|
"index": [
|
|
"--rendertiddler",
|
|
"$:/core/save/all",
|
|
"index.html",
|
|
"text/plain"
|
|
],
|
|
"save-screenshots": [
|
|
"--screenshot",
|
|
"[[$:/plugins/tiddlywiki/innerwiki/examples]]",
|
|
"4"
|
|
]
|
|
}
|
|
} |