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

vofenvofen269 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
4 months ago
Created
4 months ago
Updates
1 release
Downloads
269
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.

Linter

Format and style your notes. Linter can be used to format YAML tags, aliases, arrays, and metadata; footnotes; headings; spacing; math blocks; regular Markdown contents like list, italics, and bold styles; and more with the use of custom rule options.

BRAT

Easily install a beta version of a plugin for testing.

LanguageTool Integration

Advanced grammar and spell checking, powered by LanguageTool.

Self-hosted LiveSync

Sync vaults securely to self-hosted servers or WEBRTC.

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.

Local REST API with MCP

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

Maps

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

Google Drive Sync

Syncs a vault into Google Drive for cross-platform use (works for iOS).

Latex Suite

Make typesetting LaTeX math as fast as handwriting through snippets, text expansion, and editor enhancements.