Hi,
static html export of tiddlers with latex-code does not work properly when using the katex-plugin:
Scenario:
1.) activate KaTeX-plugin (via Official TiddlyWiki Plugin Library)
2.) create new tiddler, with latex/katex-content, e.g. $$a^2+b^2=c^2 $$
3.) use "export tiddler"->"static HTML" to save this tiddler as static html
Result when opening the exported static html-file:
At each place of a katex-formula $$ ....$$, we get an error message displayed in red: "TypeError: setting a property that has only a getter"
Error-Tracking reveals an entry in the static html-file as follows:
<div class="tc-tiddler-body"><p><span class="tc-error">TypeError: setting a property that has only a getter</span></p></div>
which seems a rendering error during export.
Unfortunately I don't have much experience with CSS/html, can anyone help me finding out a solution for proper static html export with katex-plugin?