mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-10-31 23:26:18 +00:00
f6ff0a7f71
A warning message appears at the top of the story river if any `$:/tags/stylesheet` tags are found. Fixing the first half of #824
23 lines
474 B
Plaintext
23 lines
474 B
Plaintext
{
|
|
"tiddlers": [
|
|
{
|
|
"file": "highlight.pack.js",
|
|
"fields": {
|
|
"type": "application/javascript",
|
|
"title": "$:/plugins/tiddlywiki/highlight/highlight.js",
|
|
"module-type": "library"
|
|
},
|
|
"prefix": "var hljs;if($tw.browser){\n",
|
|
"suffix": "}\nexports.hljs = hljs;\n"
|
|
},
|
|
{
|
|
"file": "default.css",
|
|
"fields": {
|
|
"type": "text/css",
|
|
"title": "$:/plugins/tiddlywiki/highlight/highlight.css",
|
|
"tags": "[[$:/tags/Stylesheet]]"
|
|
}
|
|
}
|
|
]
|
|
}
|