mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-09 19:39:57 +00:00
6e674fe9db
* add chemParse (mchem extension) * add mchem.min.js * Update tiddlywiki.files * add chemical reference link * Rename mchem.min.js to mhchem.min.js * Update tiddlywiki.files * renaming mchem to mhchem * Update readme.tid * add chemical examples * Update usage.tid
39 lines
903 B
Plaintext
39 lines
903 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.browser ? $tw.fakeDocument : window.document)\n"
|
|
},{
|
|
"file": "mhchem.min.js",
|
|
"fields": {
|
|
"type": "application/javascript",
|
|
"title": "$:/plugins/tiddlywiki/katex/mhchem.min.js",
|
|
"module-type": "library"
|
|
}
|
|
}
|
|
]
|
|
}
|