mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-14 13:54:50 +00:00
1b41b44684
Fixes #2610
32 lines
720 B
Plaintext
32 lines
720 B
Plaintext
{
|
|
"directories": [
|
|
{
|
|
"path": "./fonts/",
|
|
"filesRegExp": "^.*\\.woff$",
|
|
"isTiddlerFile": false,
|
|
"fields": {
|
|
"title": {"source": "filename", "prefix": "$:/plugins/tiddlywiki/katex/fonts/"},
|
|
"type": "application/font-woff"
|
|
}
|
|
}
|
|
],
|
|
"tiddlers": [
|
|
{
|
|
"file": "katex.without-font-face.min.css",
|
|
"fields": {
|
|
"type": "text/plain",
|
|
"title": "$:/plugins/tiddlywiki/katex/katex.min.css"
|
|
}
|
|
},{
|
|
"file": "katex.min.js",
|
|
"fields": {
|
|
"type": "application/javascript",
|
|
"title": "$:/plugins/tiddlywiki/katex/katex.min.js",
|
|
"module-type": "library"
|
|
},
|
|
"prefix": "(function(document) {\n",
|
|
"suffix": "\n})($tw.node ? $tw.fakeDocument : window.document)\n"
|
|
}
|
|
]
|
|
}
|