Export Google Gemini conversations — including equations — to Word and Markdown.
Download gemini-export-tool.zip below — everything needed to run the tool, no install:
install.html— drag the bookmarklet to your bookmarks barmd2docx.html— drop a.mdon it to get a.docxwith native, editable equationsREADME.txt— quick startLICENSE— MIT
Fixes for the Word .doc export
Two problems introduced in v1.1.0:
- Equations appeared twice
- Sentences between two equations were dropped
The .doc now keeps Gemini's visual equation rendering, as it did before v1.1.0 —
equations appear as pictures rather than editable objects. Both problems came from
handing Microsoft Word raw MathML, which its HTML importer mishandles.
For real, editable Word equations use Download Word (.docx). It builds Word's own
equation format directly instead of relying on Word to interpret HTML, and is unaffected
by any of this.
Cleaner Markdown
The .md no longer picks up page furniture — copy buttons and Gemini's follow-up
suggestion chips, which previously ran together into the text like
...next?Derive the matched filter output for an LFM chirpCompare....
Upgrading
Re-drag the bookmarklet from the new install.html and delete the old bookmark —
bookmarklets are copied, not linked. The panel should read v1.1.1.