How to copy formulas from ChatGPT into Typst?

Does anyone know of an extension that will allow me to copy math typeset in ChatGPT as typst commands? I currently use the “ChatGPT Latex Copy Tool” to copy the raw latex, but wondering if someone knows of an extension that would do this for Typst.

My googling didn’t result in anything so I don’t think there is. In that case, could we piggy back on some Latex → Typst converter and use an existing extension for latex?

Not a browser extension but

yes, there is e.g. tex2typst Web App - Conversion between LaTeX math code and Typst which you can use to handle this. Maybe someone is motivated to build an extension with this as a backend, but for now this exists.

Another option is to use pandoc (locally or on the web):

Pandoc Try