Linux 软件免费装
Banner图

Editant

开发者 editant
更新时间 2026年5月26日 02:51
PHP版本: 8.1 及以上
WordPress版本: 7.0
版权: GPLv2 or later
版权网址: 版权信息

标签

review editorial audit workflow approval

下载

1.0.0 0.9.3

详情介绍:

Editant is a content review and approval plugin for WordPress. Generate a secure preview link for any post, page, or custom post type and share it with reviewers - clients, stakeholders, internal teams, regulators - who can read the rendered content, leave threaded feedback, and approve or request changes. No WordPress login required for reviewers. Everything runs on your own WordPress instance. There is no SaaS backend, no per-seat fee, and no reviewer data leaves your server. What's included Coming next (Pro) Editant Pro will add inline (text-anchored) commenting, tracked-changes-style suggestions, multi-reviewer quorum approvals, signed audit trails, deadlines and reminders, per-link access control (passwords, IP allow-lists, view-once links), white-labelling and branding for the reviewer page, and AI-assisted review features using your own provider keys. Privacy Editant stores reviewer comments and decisions in your own database. IP addresses and user agents are hashed with a per-site salt before storage. No data is sent to any external service from the free plugin. AI features (Pro) require you to bring your own provider key (OpenAI, Anthropic, Azure OpenAI, or local models via Ollama) - Editant never proxies AI calls.

安装:

  1. Upload the plugin to your /wp-content/plugins/ directory, or install via Plugins -> Add New.
  2. Activate Editant through the Plugins menu.
  3. Open any post, page, or supported custom post type in the block editor, click the Editant icon in the sidebar, and generate a review link.
  4. Copy the link and send it to your reviewer.
Requirements:

屏幕截图:

  • The reviewer-facing preview page showing the rendered content, comment panel, and decision buttons.
  • The admin dashboard listing every item in review, with reviewer counts and decision summaries.
  • The detail view showing all links, threads, and decisions for a single item on one screen.

升级注意事项:

1.0.0 Adds the configurable Settings page (defaults for new links, email sender, rate limits) and previews the Editant Pro feature set. Tested up to WordPress 7.0. Includes the 0.9.3 admin REST permission hardening previously shipped via SVN. 0.10.0 Adds the extension-hook surface for Editant Pro plus a Settings admin page. No behaviour change for Free Core users; existing review flows are unaffected. 0.9.3 Security: admin REST endpoints now require Editant-specific capabilities in addition to edit_post. Recommended for any site where edit_post is granted to users who should not have access to Editant link data. 0.9.2 Security hardening on the public reviewer endpoints and removal of attribution from the preview page. Source code for the bundled assets now ships with the plugin. 0.9.1 Sidebar now works on Pages and custom post types. Admin menu promoted to top-level. Post-deletion cascade added. 0.9.0 First public pre-release of Editant.

常见问题:

Do reviewers need a WordPress account?

No. Reviewers click the link you send them and access the preview directly. You can optionally require them to enter a name, or a name plus email, before they can comment.

What content can I send for review?

Posts, pages, and any public custom post type. Each is handled the same way - generate a link, share it, collect feedback and decisions.

Can I revoke a link after sharing it?

Yes. From the dashboard, open the link and click Revoke. The token is invalidated immediately and any subsequent access returns a 404.

What happens when a link expires?

The link returns a 404. You can regenerate it (which produces a fresh token and soft-revokes the old one) or extend the expiry from the dashboard.

My reviewer link returns "Page not found". What's wrong?

This is almost always a WordPress rewrite-rules cache that has not picked up Editant's review URLs yet. Go to Settings -> Permalinks, do not change anything, and click Save Changes. That regenerates the rewrite rules and the review URLs become routable. This can happen the first time you activate Editant, or after changing your permalink structure. Editant tries to refresh rewrite rules automatically on activation, but on some hosts the refresh does not always stick. The same fix applies if the symptom returns later. Also confirm that Settings -> Permalinks is not set to "Plain". Editant requires pretty permalinks; any of the other settings (Post name, Day and name, etc.) is fine.

Does this work with custom post types?

Yes. Editant supports any public custom post type registered with show_in_rest and public set to true.

Is reviewer data sent anywhere outside my site?

No. Comments, decisions, and reviewer details are stored in your WordPress database. IP addresses and user agents are hashed before storage with a per-site salt.

Can I customise the preview page styling?

The reviewer preview page ships with neutral, self-contained styles. Custom branding, brand colours, logos, and UI-based styling controls for the reviewer page are planned as part of Editant Pro. For developers, the preview renderer also exposes filter hooks (editant_template_path for full template overrides, and editant_preview_html_head / editant_preview_html_footer for injecting custom markup into the page head and footer) that allow theme-side customisation. See the plugin source for usage.

Does Editant work with the Classic Editor?

No. Editant is a block editor plugin. The sidebar where you create and manage review links registers against the WordPress block editor (Gutenberg). If you use the Classic Editor plugin, or have classic mode enabled on a per-post basis, the Editant sidebar will not appear on those posts.

How do I uninstall completely?

Deactivate and delete the plugin from the Plugins page. Editant's uninstall.php removes the four custom database tables (editant_links, editant_reviewers, editant_comments, editant_approvals), the per-site hash salt, the plugin settings, and the registered capabilities.

Is this multisite-compatible?

Yes. Each subsite gets its own set of tables and links. Network activation is supported.

更新日志:

1.0.0 0.10.0 0.9.3 0.9.2 0.9.1 0.9.0 Initial pre-release. Reviewer experience Authoring experience Admin dashboard Notifications Internationalisation and accessibility Privacy and security Quality