Skip to content

Releases: jfluhler/gemini-export

v1.1.1 — .doc fixes, cleaner Markdown

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.

v1.1.0 — one-click .docx export

Choose a tag to compare

@jfluhler jfluhler released this 24 Jul 01:35

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.

v1.0.0

Choose a tag to compare

@jfluhler jfluhler released this 23 Jul 22:58

Export Google Gemini conversations (with equations) to Markdown and Word.

Download gemini-export-tool.zip below — it contains 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

Both HTML files are fully self-contained and run locally in your browser.