Conversation
Add extension to preview Mermaid diagrams using macOS Quick Look. Features: - Supports raw Mermaid syntax, markdown code blocks, and unclosed blocks - Uses local mermaid-cli (mmdc) if available, falls back to mermaid.ink - Includes README documentation Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Replace qlmanage with custom Swift-based QuickLook panel that floats above full-screen apps. The new qlf.swift provides a floating preview window that can be dismissed with Space or Escape keys. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
|
Thanks for the pull request, and sorry for the slow reply — you may have noticed the pace of adoption of new extensions has been slow. That's because maintaining a large repo containing hundreds of extensions has become too onerous. To solve the problem I've built a new way to submit extensions to the PopClip Extensions Directory. It is now ready, and I encourage you to use it instead. Extensions are no longer added to this repository. Instead, you'll keep your extension in your own public repo, and the directory will pull it in whenever you push a version tag. You keep control of the code, you get your own author page in the directory, and each submission gets automatic feedback via GitHub. Here's how to set it up: 👉 Submit an Extension 👈 I'll close this PR soon to keep things tidy. I hope you'll send it through the new way, and thanks for contributing. |
Background
AI assistants (like ChatGPT, Claude, etc.) often generate Mermaid diagram syntax in their responses. This extension allows users to quickly preview these diagrams without leaving their workflow.
Summary
```mermaid...```), and unclosed code blocksmmdc) if available, otherwise falls back to mermaid.inkCleanShot.2026-01-21.at.23.22.12.mp4