1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-12-03 06:49:58 +00:00

Example should match the documentation

This commit is contained in:
Jeremy Ruston 2024-10-19 16:16:01 +01:00
parent 5233d72642
commit 2d89228d25

View File

@ -23,22 +23,23 @@
"languages": [ "languages": [
], ],
"build": { "build": {
"dynamic": [ "dynamic-example": [
"--echo","testing", "--echo","testing",
"the following argument is wikified",
{ {
"type": "wikify", "type": "wikify",
"text": "<<version>>-prod.html" "text": "<<version>>-prod.html"
}, },
"thingy", "the following argument is a filter result",
{ {
"type": "filter", "type": "filter",
"text": "[<version>!match[5.3.6-prerelease]then[text/html]else[text/plain]]" "text": "[<version>!match[5.3.6-prerelease]then[text/html]else[text/plain]]"
}, },
"dinghy", "the following argument was provided by the user",
{ {
"type": "prompt", "type": "prompt",
"prompt": "Please enter the name of your new wiki", "prompt": "Please enter some text and type enter",
"default": "untitled" "default": "Nothing"
} }
], ],
"index": [ "index": [