ai-genie / chatgpt-vscode

Your best AI pair programmer in VS Code
https://marketplace.visualstudio.com/items?itemName=genieai.chatgpt-vscode
ISC License
1.2k stars 73 forks source link

Add MathML display functionality #49

Open Whytehorse2022 opened 1 year ago

Whytehorse2022 commented 1 year ago

Describe the feature

I don't know how hard this would be but if someone with knowledge can get this plugin to display math in math markup language that would be awesome.

Currently chatGPT gives answers like J/c = kg m^2/s^3c so I think that translates directly into MathML style conversions and it's just a matter of displaying the right stuff. It's a W3C standard. Someone else worked on this before so maybe they would know and maybe there's a simple way to just shove it over to his plugin here? https://marketplace.visualstudio.com/items?itemName=goessner.mdmath . Or maybe W3C would come in and do it or Washington University?

I know, it's just a feature request. Something that would be cool but not a bug or major problem.

Whytehorse2022 commented 1 year ago

Or here's a github project that allows you to hover over math and get mathML rendering. Pretty slick. https://github.com/yousefvand/mathover