mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 03:18:23 -05:00
[GH-ISSUE #7653] [Feat] Support for Rendering LaTeX Chemfig Syntax #53495
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @TedLin1993 on GitHub (Dec 6, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/7653
Feature Request
Enable frontend rendering of Chemfig syntax for chemical structure editing and preview.
This would benefit chemists and educators by allowing direct visualization and editing within Open WebUI.
Example:
$$\chemfig{C(-[2]H)(-[6]H)-C(=[1]O)-H}$$I suggest using MathJax for frontend rendering.
This would allow users to edit and preview chemical structures seamlessly.