mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-13 13:29:56 +00:00
30 lines
1.6 KiB
Plaintext
30 lines
1.6 KiB
Plaintext
{
|
|
"description": "Multiple wiki client-server edition",
|
|
"plugins": [
|
|
"tiddlywiki/tiddlyweb",
|
|
"tiddlywiki/filesystem",
|
|
"tiddlywiki/multiwikiclient",
|
|
"tiddlywiki/multiwikiserver"
|
|
],
|
|
"themes": [
|
|
"tiddlywiki/vanilla",
|
|
"tiddlywiki/snowwhite"
|
|
],
|
|
"build": {
|
|
"load-mws-demo-data": [
|
|
"--mws-load-wiki-folder","./editions/tw5.com","docs", "TiddlyWiki Documentation from https://tiddlywiki.com","docs","TiddlyWiki Documentation from https://tiddlywiki.com",
|
|
"--mws-load-wiki-folder","./editions/dev","dev","TiddlyWiki Developer Documentation from https://tiddlywiki.com/dev","dev-docs", "TiddlyWiki Developer Documentation from https://tiddlywiki.com/dev",
|
|
"--mws-load-wiki-folder","./editions/tour","tour","TiddlyWiki Interactive Tour from https://tiddlywiki.com","tour", "TiddlyWiki Interactive Tour from https://tiddlywiki.com",
|
|
"--mws-create-bag","bag-alpha","A test bag",
|
|
"--mws-create-bag","bag-beta","Another test bag",
|
|
"--mws-create-bag","bag-gamma","A further test bag",
|
|
"--mws-create-recipe","recipe-rho","bag-alpha bag-beta","First wiki",
|
|
"--mws-create-recipe","recipe-sigma","bag-alpha bag-gamma","Second Wiki", "--mws-create-recipe","recipe-tau","bag-alpha","Third Wiki",
|
|
"--mws-create-recipe","recipe-upsilon","bag-alpha bag-gamma bag-beta","Fourth Wiki",
|
|
"--mws-save-tiddler-text","bag-alpha","$:/SiteTitle","bag-alpha",
|
|
"--mws-save-tiddler-text","bag-alpha","😀😃😄😁😆🥹😅😂","bag-alpha",
|
|
"--mws-save-tiddler-text","bag-beta","$:/SiteTitle","bag-beta",
|
|
"--mws-save-tiddler-text","bag-gamma","$:/SiteTitle","bag-gamma"
|
|
]
|
|
}
|
|
} |