mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-10-31 23:26:18 +00:00
62610f0666
* 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
18 lines
253 B
Plaintext
18 lines
253 B
Plaintext
title: $:/plugins/tiddlywiki/katex/config
|
|
|
|
<div class="tc-control-panel">
|
|
|
|
<$list filter="[all[shadows+tiddlers]tag[$:/tags/KaTeX/Config]!has[draft.of]]">
|
|
|
|
<div>
|
|
|
|
!! <$link><$transclude field="caption"/></$link>
|
|
|
|
<$transclude>
|
|
|
|
</div>
|
|
|
|
</$list>
|
|
|
|
</div>
|