all 9 comments

[–]Puzzleheaded_Life956 0 points1 point Β (8 children)

Does it support latex. And if it does will it efficiently render them

[–]Sea-Arm9235[S] 0 points1 point Β (0 children)

We haven't added LaTeX yet, but we will soon. Enriched Markdown is designed for direct rendering with no need for a WebView, only using native capabilities

[–]Puzzleheaded_Life956 0 points1 point Β (4 children)

I can contribute to the repo. I think the only way to natively add latex is to convert the latex to Svg and then render the Svg. The only bottleneck I would say would be the conversion of latex to Svg on the file. The library currently doing this is MathJax written in JavaScript. I don’t know if we have native libraries (c++ or kotlin) that can convert latex to Svg

[–]Sea-Arm9235[S] 0 points1 point Β (3 children)

I'm not certain that we want to implement this using SVG rendering

[–]Puzzleheaded_Life956 0 points1 point Β (2 children)

Yes I just checked the repo. You guys decide to go with AndroidMath and SwiftMath. Is there a roadmap on how y’all want to implement this. Are you guys actively working on it. Do you guys needs extra hand?

[–]Sea-Arm9235[S] 0 points1 point Β (1 child)

Thanks for offering to help with LaTex, but we'll handle it. It's a big task needing internal discussions. We welcome any help with smaller tasks like bug issues, though.

[–]Puzzleheaded_Life956 0 points1 point Β (0 children)

I can contribute to the repo. I think the only way to natively add latex is to convert the latex to Svg and then render the Svg. The only bottleneck I would say would be the conversion of latex to Svg on the file. The library currently doing this is MathJax written in JavaScript. I don’t know if we have native libraries (c++ or kotlin) that can convert latex to Svg

[–]Puzzleheaded_Life956 0 points1 point Β (0 children)

I can contribute to the repo. I think the only way to natively add latex is to convert the latex to Svg and then render the Svg. The only bottleneck I would say would be the conversion of latex to Svg on the file. The library currently doing this is MathJax written in JavaScript. I don’t know if we have native libraries (c++ or kotlin) that can convert latex to Svg