Upgrade tui.editor from version 2.5 to version 3.x (#137)#141
Conversation
Feature Request: Upgrade tui.editor from version 2.5 to version 3.x
ryanmcalister
left a comment
There was a problem hiding this comment.
Looks great, thanks for the update!
Some issues I've come across are with the Katex support. The codeblock with the katex language doesn't seem to work anymore in the preview window:

I like the inline katex support. It seems to have an issue too that I'm not sure how to fix...
If I start with this:
$$katex
\begin{aligned}
\int_0^12\frac{x^3(1-x)^3}{10+x^2}\,dx &=\frac{22}{17}-\pi\\ \\
\int_{-\infty}^\infty e^{-x^2}\,dx &=\sqrt{\pi}
\end{aligned}
$$
It renders ok at first, but when the page reloads, some escape (\_) characters are added:
$$katex
\begin{aligned}
\int\_0^12\frac{x^3(1-x)^3}{10+x^2},dx &=\frac{22}{17}-\pi\ \\
\int\_{-\infty}^\infty e^{-x^2},dx &=\sqrt{\pi}
\end{aligned}
$$
…nline code blocks.
|
@ryanmcalister
|
hmm, I'm still seeing the escaping of _ when I reload the note or switch between markdown. |
|
Thanks for the PR. I really appreciate the work done here! |

Migrated to tui.editor 3.2.1 or higher.
This fixed some bugs caused by older version of tui.editor.
Target Unotes version:
1.4.4
Description
Issue fixed by upgrading Tui.editor
auto scrollfunction on/off. #138This is a critical issue that prevents usability, so I fixed it.
Migration
I Follow the migration guide below.
https://github.com/nhn/tui.editor/blob/master/docs/v3.0-migration-guide.md
Tested
Notice
tui.editor 3.2.0 has a fatal bug.
nhn/tui.editor#2729
This issue has been fixed in tui.editor 3.2.1, so we need to use 3.2.1 or higher.