Skip to content

v1.1.0 — one-click .docx export

Choose a tag to compare

@jfluhler jfluhler released this 24 Jul 01:35
· 2 commits to main since this release

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

New: one-click .docx

The panel now has Download Word (.docx) — a real .docx with native, editable Word
equations, straight from the conversation. No more exporting Markdown and dragging it onto
md2docx.html as a second step. (That app is still included, for Markdown from anywhere
else and as a fallback.)

Gemini renders its equations without any machine-readable math in the page, so the
bookmarklet reads the original LaTeX that Gemini stores alongside each equation and
converts it in your browser: LaTeX → MathML → Word's own equation format → .docx.
Nothing is uploaded and no extra code is fetched.

Also in this release

  • Fixed: the .doc export never actually embedded MathML — it silently fell back to a
    visual render. Both Word exports now share one fixed code path.
  • Equations that fail to convert are reported in the panel instead of quietly appearing as
    raw LaTeX text in the document.
  • The panel shows its version, so you can tell at a glance whether your bookmark is current.

Upgrading from v1.0.0

You must re-drag the bookmarklet. Bookmarklets are copied into the bookmark, not linked,
so an existing v1.0.0 bookmark will not gain the .docx button. Open the new install.html,
drag the button again, and delete the old bookmark. The panel should read v1.1.0.