AI 助手正在实时编写 Markdown 报告

Ohai Markdown Reader

A native macOS markdown viewer for live AI workflows, source-aware documentation, rich scientific content, and polished export to HTML, PDF, DOCX, or processed Markdown.

实时嵌入

Embed files, sections, code symbols, and data paths with ![[file.md]] syntax. Nested markdown recurses up to 3 levels deep with circular reference protection.

即时刷新

保存即见变化——无论是您还是 AI 编程助手保存的文件。混合文件监控兼容任何编辑器,包括 Vim 的原子保存。

AI 结对编程

在 Ohai 中打开进度文件,看 Claude 实时工作。任务列表逐项完成、表格逐渐填充、代码块即时呈现——一切实时可见。

大文档性能

500KB 以上文件依然滚动流畅。自动虚拟化仅渲染可见内容——无卡顿、无延迟。

代码智能嵌入

Transcluded source files get syntax highlighting for 185+ languages and symbol extraction across 40+ code and data formats.

Chemistry & Biology Rendering

Text fences and inline syntax become molecules, reactions, SAR tables, sequence maps, phylogenetic trees, chromosomes, charts, and 3D molecular views.

Composer & Samples

Draft Markdown with a source pane, live preview, save flow, bundled sample browser, and prompt builder for AI handoff.

Markdown 快速查看

在 Finder 中对任意 .md 文件按空格键,即可预览渲染后的格式、语法高亮、wiki 链接、图片和简洁缩略图。

Export

Export to standalone HTML, PDF, DOCX, or processed Markdown with source links, images, syntax highlighting, and rendered visual content.

工作流

动态 API 文档

将源代码文件嵌入 README。代码更新时,文档自动同步。让文档永不过时。

Monorepo 仪表盘

一份主文档汇聚多个包的状态。更新任意更新日志,仪表盘同步刷新。技术负责人的得力助手。

AI 结对编程

在 Ohai 中打开进度文件,看 Claude 实时工作。任务列表逐项完成、表格逐渐填充、代码块即时呈现——一切实时可见。

MedChem & Biology Notes

Render SMILES, reaction SMILES, SAR tables, SeqViz maps, phylogenetic trees, 3Dmol.js structures, assay charts, and local ELN-style attachments.

实时预览您的 Markdown 实时?

A powerful native markdown renderer for code, notes, AI workflows, and scientific documents.

下载 Mac 版

$19.99 (one-time purchase)

需要 macOS 15.0 (Sequoia) 或更高版本

常见问题

Ohai 与 VS Code 的 Markdown 预览有何不同?
Ohai is a native reader built around live files: transclusion, Vim-style atomic saves, 500KB+ documents, scientific renderers, Finder QuickLook, and export to HTML, PDF, DOCX, or processed Markdown.
我可以将 Ohai 与 Claude Code 或其他 AI 编程助手配合使用吗?
当然可以!这是主要使用场景之一。打开 AI 助手正在编写的 Markdown 文件,实时观看更新。任务列表随工作完成而勾选,表格逐渐填充,代码块实时呈现。
Ohai 可以离线使用吗?
完全可以。唯一的网络访问是获取 Markdown 文件中嵌入的远程图片(以 http 开头的 URL)。您的本地文件永远不会上传到任何地方。
什么是嵌入(transclusion)?
嵌入功能允许您使用 ![[filename.md]] 语法将一个文件嵌入到另一个文件中。当被嵌入的文件发生变化时,您的文档会自动更新。非常适合保持 API 文档与源代码同步。