Search...Search plugins and themes...
⌘K
Sign in
  • Get started
  • Download
  • Pricing
  • Enterprise
  • Account
  • Obsidian
  • Overview
  • Sync
  • Publish
  • Canvas
  • Mobile
  • Web Clipper
  • CLI
  • Learn
  • Help
  • Developers
  • Changelog
  • About
  • Roadmap
  • Blog
  • Resources
  • System status
  • License overview
  • Terms of service
  • Privacy policy
  • Security
  • Community
  • Plugins
  • Themes
  • Discord
  • Forum / 中文论坛
  • Merch store
  • Brand guidelines
Follow us
DiscordTwitterBlueskyThreadsMastodonYouTubeGitHub
© 2026 Obsidian

ChatGPT Math Clipboard

vofenvofen165 downloads

Copies ChatGPT Web Viewer responses as Markdown with strict KaTeX-to-LaTeX conversion.

Add to Obsidian
  • Overview
  • Scorecard
  • Updates1

English | 简体中文 | 繁體中文 | 日本語 | 한국어


ChatGPT Math Clipboard

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:

  • inline KaTeX becomes $...$
  • display KaTeX becomes $$...$$
  • the clipboard contains plain text only, preventing rich HTML paste handling

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.

Privacy and external services

  • The plugin runs locally inside Obsidian.
  • It only activates for Web Viewer pages whose host is exactly chatgpt.com.
  • It reads the rendered DOM of the ChatGPT response whose native copy button you click and replaces that clipboard write with local plain-text Markdown.
  • It does not make network requests, store account data, or upload note, conversation, or clipboard content.
  • ChatGPT itself remains an external service governed by its own terms and privacy policy.

Requirements

  • Obsidian desktop with the core Web Viewer plugin enabled
  • A ChatGPT tab opened inside Web Viewer

This version was validated against Obsidian 1.12.7 and the ChatGPT DOM available on May 30, 2026.

Development

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/
HealthExcellent
ReviewSatisfactory
About
Convert ChatGPT formulas in the Web Viewer into strict Obsidian Markdown, turning inline KaTeX into $...$ and display KaTeX into $$...$$. Operate locally on chatgpt.com pages, write plain-text clipboard only to avoid rich HTML pastes, and fall back to native copy if extraction fails.
MathMarkdownIntegrations
Details
Current version
0.1.0
Last updated
2 months ago
Created
2 months ago
Updates
1 release
Downloads
165
Compatible with
Obsidian 1.12.0+
Platforms
Desktop only
License
MIT
Report bugRequest featureReport plugin
Author
vofenvofenvofen430
GitHubvofen430
  1. Community
  2. Plugins
  3. Math
  4. ChatGPT Math Clipboard

Related plugins

Custom Frames

Turn web apps into panes using iframes with custom styling. Also comes with presets for Google Keep, Todoist and more.

Importer

Convert your data to Markdown files you can use in Obsidian. Works with Apple Notes, OneNote, Evernote, Notion, Google Keep, and many other formats.

BRAT

Easily install a beta version of a plugin for testing.

Local REST API with MCP

Unlock your automation needs by interacting with your notes over a secure REST API.

Fast Note Sync

Real-time sync of your vaults across server, mobile, and web; shareable with anyone; supports REST and MCP integrations to build your personal AI knowledge base.

Maps

Adds a map layout to bases so you can display notes as an interactive map view.

Outliner

Work with your lists like in Workflowy or Roam Research.

Numerals

Turn any code block into an advanced calculator. Evaluate math expressions on each line of a code block, including units, currency, and optional TeX rendering.

Zotero Integration

Insert and import citations, bibliographies, notes, and PDF annotations from Zotero.

Agent Client

Chat with Claude Code, Codex, Gemini CLI, and more via the Agent Client Protocol — right from your vault.