Linux 软件免费装
Banner图

Sidebar Diff Revisions Viewer

开发者 pixypuala
更新时间 2025年9月7日 11:55
PHP版本: 7.4 及以上
WordPress版本: 6.8
版权: GPLv2 or later
版权网址: 版权信息

标签

compare block editor workflow revisions diff

下载

1.0.0

详情介绍:

Sidebar Diff brings revision comparisons directly into the editor so you don’t have to leave your flow. Why this isn’t a duplicate: Existing revision/workflow plugins (e.g., PublishPress Revisions) provide queues and separate compare screens. Sidebar Diff embeds an always-visible diff inspector inside the editor sidebar for continuous awareness.

安装:

  1. Upload the gutenberg-sidebar-diff-revisions-viewer folder to /wp-content/plugins/.
  2. Activate the plugin through Plugins → Installed Plugins.
  3. Open any post in the Block Editor. Open the Sidebar Diff panel from the More menu (⋮) if it isn’t already visible.

升级注意事项:

1.0.0 First release.

常见问题:

Does it change my content or save anything?

No. It only reads the current edited content and server-saved content/revisions and renders a visual diff in the editor UI.

Which baseline options are supported?

  • Last saved on server (default)
  • Last published (same as saved when post status is publish)
  • Choose a revision… (select any available revision)

What about custom blocks?

Custom blocks are supported. The diff is computed on serialized block HTML and split into paragraph-like segments for readability.

Performance considerations

Diffing is debounced and scoped to the editor. Extremely large posts may render a simplified/compact view.

更新日志:

1.0.0