gercyc teaches Mike's document viewer to read Markdown and HTML

The fork pushes past Word and PDF, letting more document types open natively in the viewer - and lets the AI generate formatted HTML documents on demand.

draftingworkflow

Until now, Mike's viewer was built around the usual suspects: Word files and PDFs. gercyc broadens that, adding first-class support for two lighter-weight formats - Markdown (a plain-text format that's easy to write and version) and HTML (the format web pages are built from). Both now render cleanly inside the document panel rather than forcing a download or a clumsy conversion.

The more interesting half is a new chat-side tool that lets the AI produce HTML documents itself, so generated output arrives already formatted instead of as raw text. A follow-up change wires Markdown files into the side-by-side tabular review flow, so they can serve as review inputs alongside everything else.

So what Worth a look for teams that live in Markdown or want AI output that's presentable the moment it lands, not after a cleanup pass.

View this fork on GitHub →

Spotted something wrong? Or know the PR text has fresher detail than the writeup above?

Commits in this thread

2 commits from gercyc/mike, oldest first. Source extracted verbatim from the harvested git log.

SHA Subject Author Date
10f78839 Add html generation tool, fix doc viewer. Gercy Campos 2026-05-24 ↗ GitHub
102ed1f5 Fix tabular-review with md files. Gercy Campos 2026-05-24 ↗ GitHub

Capture this thread into my fork

Download a single Markdown prompt that tells Claude how to port every commit above into your working tree — adapting paths and structure to match your repo. Run it via claude -p < capture-thread-605.md from inside the repo you want the changes in.

⬇ Download capture-thread-605.md