2014-01-05 09:58:01 +00:00
|
|
|
{
|
2014-10-27 21:50:25 +00:00
|
|
|
"description": "Demo of the highlight plugin",
|
2014-01-05 09:58:01 +00:00
|
|
|
"plugins": [
|
|
|
|
"tiddlywiki/highlight"
|
|
|
|
],
|
|
|
|
"themes": [
|
|
|
|
"tiddlywiki/vanilla",
|
|
|
|
"tiddlywiki/snowwhite"
|
|
|
|
],
|
|
|
|
"includeWikis": [
|
2014-04-26 16:11:56 +00:00
|
|
|
],
|
|
|
|
"build": {
|
|
|
|
"index": [
|
2015-09-11 21:36:30 +00:00
|
|
|
"--rendertiddler","$:/core/save/all","highlightdemo.html","text/plain"],
|
|
|
|
"static": [
|
|
|
|
"--rendertiddler","$:/core/templates/static.template.html","static.html","text/plain",
|
|
|
|
"--rendertiddler","$:/core/templates/alltiddlers.template.html","alltiddlers.html","text/plain",
|
|
|
|
"--rendertiddlers","[!is[system]]","$:/core/templates/static.tiddler.html","static","text/plain",
|
|
|
|
"--rendertiddler","$:/core/templates/static.template.css","static/static.css","text/plain"]
|
2014-04-26 16:11:56 +00:00
|
|
|
}
|
2014-01-05 09:58:01 +00:00
|
|
|
}
|