atom-julia-client icon indicating copy to clipboard operation
atom-julia-client copied to clipboard

Katex

Open aminya opened this issue 5 years ago • 0 comments

  • This moves the Katex code from ink to julia-client. b
  • This improves the loading performance of ink, and by potential lazy loading, of julia-client. Used dynamic import simulation which only loads the package if needed. This helps a lot because Katex is really big.

Related to https://github.com/JunoLab/atom-ink/pull/277 and https://github.com/JunoLab/atom-ink/issues/278

After Ink rollup and Katex movement

After Ink rollup without Katex movement

Without Ink rollup

aminya avatar May 30 '20 08:05 aminya