Skip to content

v1.1.1 — .doc fixes, cleaner Markdown

Latest

Choose a tag to compare

@jfluhler jfluhler released this 24 Jul 01:58

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 bar
  • md2docx.html — drop a .md on it to get a .docx with native, editable equations
  • README.txt — quick start
  • LICENSE — 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.