mirror of
https://github.com/TiddlyWiki/TiddlyWiki5.git
synced 2026-02-01 23:57:37 +00:00
27 lines
524 B
Plaintext
27 lines
524 B
Plaintext
{
|
|
"description": "Demo of the geospatial plugin for TiddlyWiki",
|
|
"plugins": [
|
|
"tiddlywiki/geospatial",
|
|
"tiddlywiki/jszip",
|
|
"tiddlywiki/xlsx-utils",
|
|
"tiddlywiki/codemirror"
|
|
],
|
|
"themes": [
|
|
"tiddlywiki/vanilla",
|
|
"tiddlywiki/snowwhite"
|
|
],
|
|
"includeWikis": [
|
|
],
|
|
"build": {
|
|
"index": [
|
|
"--render","$:/core/save/all","index.html","text/plain"],
|
|
"external": [
|
|
"--render","$:/core/save/all-external-js","index.html","text/plain"
|
|
],
|
|
"favicon": [],
|
|
"static": [],
|
|
"empty": [],
|
|
"encrypted": []
|
|
}
|
|
}
|