Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/boxuk/wp-editor-tools
WordPress Editor Tools
https://github.com/boxuk/wp-editor-tools
Last synced: about 2 months ago
JSON representation
WordPress Editor Tools
- Host: GitHub
- URL: https://github.com/boxuk/wp-editor-tools
- Owner: boxuk
- Created: 2024-03-12T15:36:22.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-09-16T09:30:59.000Z (4 months ago)
- Last Synced: 2024-09-16T10:59:55.549Z (4 months ago)
- Language: PHP
- Size: 115 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Security: docs/Security.md
Awesome Lists containing this project
README
# Box WordPress Editor Tools
A collection of tools for modifying the WordPress Editor.
## Quick Start!
All the tools load automatically if you've installed this as a plugin to your WordPress site. If not, you can use each class as needed.
There's more options for each tool, so checkout the links below:
## Features
- [Asset Loader](./docs/AssetLoader.md) - help load assets generated by [wp-scripts](https://developer.wordpress.org/block-editor/reference-guides/packages/packages-scripts/).
- [Block Loader](./docs/BlockLoader.md) - auto-loads blocks to the editor.
- [Comment Disablement](./docs/Comments.md) - disables comments.
- [Editor Cleanup](./docs/EditorCleanup.md) - removes some unnecessary bits from the block editor.
- [Post Type Registrations](./docs/PostTypes.md) - speeds up post-type registration with a single JSON file.
- [Template Persistence](./docs/TemplatePersistence.md) - speeds up template modifications by saving to disk instead of the database.
- [Security](./docs/Security.md) - Adds security hardening.## Contributing
Please do not submit any Pull Requests here. They will be closed.
---Please submit your PR here instead: https://github.com/boxuk/wp-packages
This repository is what we call a "subtree split": a read-only subset of that main repository.
We're looking forward to your PR there!