Proposal: Lightweight, fast formula rendering in Logseq using native MathML #12778
Unanswered
x-at-01
asked this question in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Logseq is an excellent privacy-first, local-first outliner that supports LaTeX formulas. Currently, it relies on KaTeX to render equations, which can cause performance overhead when dealing with large pages of mathematical equations.
Switching to Browser Native MathML
Since Chromium, WebKit, and Gecko support MathML Core natively, Logseq (both Electron desktop app and Web app) can leverage native browser C++ layout engines instead of heavy client-side layout calculators.
We built @webc.site/math, an ultra-lightweight compiler:
We propose introducing a native MathML compiler mode or plugin for Logseq to provide lightweight, efficient equation typesetting!
Beta Was this translation helpful? Give feedback.
All reactions