开发者 | pixypuala |
---|---|
更新时间 | 2025年9月18日 02:08 |
PHP版本: | 8.1 及以上 |
WordPress版本: | 6.8 |
版权: | GPLv2 or later |
版权网址: | 版权信息 |
gutenberg-sidebar-diff-revisions-viewer
folder to /wp-content/plugins/
.No. It only reads the current edited content and server-saved content/revisions and renders a visual diff in the editor UI.
Custom blocks are supported. The diff is computed on serialized block HTML and split into paragraph-like segments for readability.
Diffing is debounced and scoped to the editor. Extremely large posts may render a simplified/compact view. Lazy loading is implemented for large documents to improve performance.
Use Ctrl+D (Cmd+D on Mac) to quickly toggle the diff panel.