1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-08-06 11:10:37 +00:00
TiddlyWiki5/plugins/tiddlywiki/katex/plugin.info
Jieao Song 62610f0666
Add custom macro editor for KaTeX plugin (#5933)
* Add custom macro editor for KaTeX plugin

* Use list

* Better escape

* Tweaks

* Remove const

* Catch bad macros

* Capitalize tags

* Name KaTeX-macro tiddlers properly

* UI tweaks

* Move input string to temp

* Improve UI; import macros using LaTeX cmd directly
2021-09-10 21:28:13 +01:00

8 lines
186 B
Plaintext

{
"title": "$:/plugins/tiddlywiki/katex",
"name": "KaTeX",
"description": "KaTeX library for mathematical typography",
"list": "readme usage config",
"library-version": "v0.12.0"
}