This is a static render of the Sixohthree Wiki

tiddlywiki.info

28th February 2025 at 3:51pm
{
    "description": "Basic client-server edition",
    "plugins": [
        "tiddlywiki/tiddlyweb",
        "tiddlywiki/filesystem",
        "tiddlywiki/highlight"
    ],
    "themes": [
        "tiddlywiki/vanilla",
        "tiddlywiki/snowwhite"
    ],
    "build": {
        "static": [
			"--save", "[is[system]tag[Static]]", "[removeprefix[$:/]]",
            "--render", "[!is[system]!is[draft]]", "[slugify[]addsuffix[.html]]", "text/plain", "$:/core/templates/static.tiddler.html",
            "--render", "$:/core/templates/static.template.css", "static.5.3.6.css", "text/plain"
        ]
    }
}