tiddlypwa/tiddlywiki.info
2024-07-26 04:32:39 -03:00

20 lines
766 B
Text

{
"description": "TiddlyPWA",
"plugins": [
"notebook-mobile"
],
"themes": [
"tiddlywiki/vanilla",
"tiddlywiki/snowwhite",
"notebook"
],
"build": {
"index": [
"--render", "$:/core/save/all", "index.html", "text/plain", "",
"--render", "$:/bootstrap.json", "bootstrap.json", "text/plain", "", "bootState", "docs",
"--render", "$:/core/save/all", "app/app.html", "text/plain", "", "publishFilter", "-[tag:[TiddlyPWA Docs]] -[[$:/DefaultTiddlers]]",
"--render", "$:/plugins/valpackett/tiddlypwa/sw.js", "app/sw.js", "text/plain",
"--render", "$:/bootstrap.json", "app/bootstrap.json", "text/plain", "", "bootState", "localonly"
]
}
}