Newer
Older
labs / tiddlywiki.info
{
	"description": "Coursework for COMP101",
	"plugins": [
		"tiddlywiki/tiddlyweb",
		"tiddlywiki/filesystem",
		"tiddlywiki/highlight",
		"tiddlywiki/markdown",
		"tiddlywiki/katex",
		"tiddlywiki/codemirror",
		"plantuml"
	],
	"themes": [
		"tiddlywiki/vanilla",
		"tiddlywiki/snowwhite"
	],
	"build": {
		"labs": [
				"--rendertiddler",
				"$:/plugins/tiddlywiki/tiddlyweb/save/offline",
				"comp101.html",
				"text/plain"
		]
	},
	"config": {
		"default-tiddler-location": "./tiddlers/content"
	}
}