venveo / craft-redactor-split
Split a Redactor field within Matrix blocks into additional blocks
Installs: 23 655
Dependents: 1
Suggesters: 0
Security: 0
Stars: 6
Watchers: 4
Forks: 0
Open Issues: 1
Language:JavaScript
Type:craft-plugin
pkg:composer/venveo/craft-redactor-split
Requires
- php: ^8.0.2|^9.0
 - craftcms/cms: ^4.0.0-alpha
 - craftcms/redactor: ^3.0.0-beta.1
 
This package is auto-updated.
Last update: 2025-10-11 09:54:19 UTC
README
This plugin adds a button to redactor fields that are nested within matrix blocks that when clicked, spawns a new matrix block of the same type and moves the current paragraph/tag on your cursor to the same field in the new block.
Best paired with a Matrix Content builder
Requirements
- Craft CMS 4
 - Redactor for Craft CMS
 
Installation
To install the plugin, follow these instructions.
- 
Open your terminal and go to your Craft project:
cd /path/to/project - 
Then tell Composer to load the plugin:
composer require venveo/craft-redactor-split - 
In the Control Panel, go to Settings → Plugins and click the “Install” button for Redactor Split.
 - 
Add the plugin to your Redactor configurations in the "plugins" array:
 
{
    "buttons": [
        "bold",
        "italic",
        "unorderedlist",
        "orderedlist",
        "link",
        "etc"
    ],
    "plugins": ["redactor-split"],
    "toolbarFixed": false
}
Brought to you by Venveo