vofen165 downloadsCopies ChatGPT Web Viewer responses as Markdown with strict KaTeX-to-LaTeX conversion.
English | 简体中文 | 繁體中文 | 日本語 | 한국어
An Obsidian desktop plugin that copies ChatGPT formulas from the built-in Web Viewer as Markdown that renders correctly in your notes.
When the user clicks ChatGPT's native copy button, the plugin reads the rendered response DOM and copies strict Obsidian Markdown:
$...$$$...$$The plugin does not guess whether brackets are formulas. It only converts
KaTeX nodes that expose an application/x-tex annotation. If ChatGPT changes
its DOM and strict extraction fails, native copy behavior is preserved.
chatgpt.com.This version was validated against Obsidian 1.12.7 and the ChatGPT DOM
available on May 30, 2026.
npm install
npm test
npm run build
The publishable files are written to:
release/chatgpt-math-clipboard/
Install the directory under:
<vault>/.obsidian/plugins/chatgpt-math-clipboard/