Added
- Search & Replace — Find text with
Cmd/Ctrl+F. Matches highlight inline with a counter ("2 of 5"). Navigate withEnter/Shift+Enter, replace the current match or all matches at once.Cmd/Ctrl+Hopens find+replace.Escapecloses. - Export to HTML — Export any markdown document to a self-contained
.htmlfile with inlined CSS. Opens in any browser. Available from the editor title bar menu. - Export as Markdown — Export a clean
.mdfile with comment annotations stripped. Available from the editor title bar menu alongside PDF and HTML export. - AI Diff Mode — When Cursor, Claude Code, or another AI tool edits an open file, PM Toolkit highlights added (green), removed (red), and changed (yellow) content. Configure via
pmtoolkit.diff.aiDiffMode:cursormode highlights changes and lets your AI tool handle accept/reject;claude-codemode adds Accept All / Reject All buttons directly in PM Toolkit. - Inline Comments — Select text and click the comment icon in the bubble menu to attach a comment. Comments are stored as
==highlighted text==^[comment]directly in the markdown file — no sidecar files, fully portable, version-control friendly. View, edit, and delete from the comments panel below the editor.