automattic/edit-flow
最新稳定版本:0.10.0
Composer 安装命令:
composer require automattic/edit-flow
包简介
WordPress plugin to accelerate your editorial workflow.
README 文档
README
Contributors: batmoo, danielbachhuber, sbressler, automattic, garyj
Donate link: http://editflow.org/contribute/
Tags: workflow, editorial, editorial calendar, custom status, newsroom
Requires at least: 6.4
Requires PHP: 7.4
Tested up to: 6.9
Stable tag: 0.10.0
Redefining your editorial workflow.
Description
Edit Flow empowers you to collaborate with your editorial team inside WordPress. We've made it modular so you can customize it to your needs:
- Calendar - A convenient month-by-month look at your content.
- Custom Statuses - Define the key stages to your workflow.
- Editorial Comments - Threaded commenting in the admin for private discussion between writers and editors.
- Editorial Metadata - Keep track of the important details.
- Notifications - Receive timely updates on the content you're following.
- Story Budget - View your upcoming content budget.
- User Groups - Keep your users organized by department or function.
More details for each feature, screenshots and documentation can be found on our website.
We'd love to hear from you! For support questions, feedback and ideas, please use the WordPress.org forums, which we look at often. If you'd like to contribute code, we'd love to have you involved.
Installation
The easiest way to install this plugin is to go to Add New in the Plugins section of your blog admin and search for "Edit Flow." On the far right side of the search results, click "Install."
If the automatic process above fails, follow these simple steps to do a manual install:
- Extract the contents of the zip file into your
/wp-content/plugins/directory - Activate the plugin through the 'Plugins' menu in WordPress
- Write and enjoy the merits of a structured editorial workflow!
Development
This plugin uses wp-env for development and is required to run the tests written for the plugin. wp-env requires Docker so please ensure you have that installed on your system first. To install wp-env, use the following command:
npm -g i @wordpress/env
Read more about wp-env here.
This plugin also uses Composer to manage PHP dependencies. Composer can be downloaded here.
Getting started
- Clone the plugin repo:
git clone git@github.com:Automattic/Edit-Flow.git - Changed to cloned directory:
cd /path/to/repo - Install PHP dependencies:
composer install - Install NPM dependencies:
npm install - Start dev environment:
wp-env start
Running tests
Ensure that the dev environment has already been started with wp-env start.
PHP Integration Tests:
- Integration test:
composer run integration - Multi-site integration test:
composer run integration-ms
E2E Tests (Playwright):
- Run E2E tests:
npm run test-e2e - Run with visible browser:
npm run test-e2e:headed - Debug mode:
npm run test-e2e:debug
JavaScript Tests:
- Run Jest tests:
npm run test-jest
Frequently Asked Questions
Does Edit Flow work with multisite?
Yep, in the sense that you can activate Edit Flow on each subsite. Edit Flow doesn't yet offer the ability to manage content across a network of sites.
Edit Flow doesn't do X, Y, and Z. That makes me sad.
All development happens on GitHub.
For support questions, feedback and ideas, please use the WordPress.org forums, which we look at often. For everything else, say hello@editflow.org.
Screenshots
- The calendar is a convenient month-by-month look at your content. Filter to specific statuses or categories to drill down.
- Custom statuses allow you to define the key stages of your workflow.
- Editorial comments allow for private discussion between writers and editors on a post-by-post basis.
- Keep track of the important details with editorial metadata.
- View all of your upcoming posts with the more traditional story budget view, and hit the print button to take it to your planning meeting.
Changelog
See CHANGELOG.md for the full changelog.
统计信息
- 总下载量: 380
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 362
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-2.0-or-later
- 更新时间: 2024-12-14