Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

会支持公式和mermaid绘图吗? #126

Open
muhanstudio opened this issue Oct 22, 2024 · 2 comments
Open

会支持公式和mermaid绘图吗? #126

muhanstudio opened this issue Oct 22, 2024 · 2 comments

Comments

@muhanstudio
Copy link

希望可以添加公式渲染支持和mermaid文本绘图

1729612975487

@mylxsw
Copy link
Owner

mylxsw commented Oct 24, 2024

公式渲染之前是有的,因为一些 bug 给搞没了,近期会解决这个问题。mermaid 不一定,我会调研下有没有好的方案,flutter 没有可用的库来处理这个。

@muhanstudio
Copy link
Author

公式渲染之前是有的,因为一些 bug 给搞没了,近期会解决这个问题。mermaid 不一定,我会调研下有没有好的方案,flutter 没有可用的库来处理这个。

辛苦了,我想提供一些建议

可以通过一些共用渲染平台渲染图片

网址:https://kroki.io
API 调用示例:

curl -X POST "https://kroki.io/mermaid/png" -d "graph TD; A-->B; A-->C; B-->D; C-->D;"

网址:https://mermaid.ink
API 调用示例:

https://mermaid.ink/img/eyJjb2RlIjoiZ3JhcGggVERcbiBBLS0-fEI6IEhlbGxvIFdvcmxkXG4gQi0tPnxDOiBIZWxsbyBGdXR1cmUgVXNlcnMiLCJtZXJtYWlkIjp7InRoZW1lIjoiZGVmYXVsdCJ9fQ

当然,我还更建议直接在聊天气泡中引入webview组件一把梭,例如webview_flutter,公式渲染和各种图表就可以一下子都解决了

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants