-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Splitting doesn't work always #9
Comments
Got it, the text will actually not be split at the cursor but at the next paragraph, thus one first has to separate it via enter:
Bildschirmaufnahme.2024-03-07.um.20.11.19-1.mov |
And when not using Bildschirmaufnahme.2024-03-07.um.20.16.49-1.movTwo things go wrong here, first the plugin doesnt create the dummy element where to split at the correct position (its created at the end), second we split for
|
The text starting at the current cursor is not splitted.
This is a two step process of first getting the contents of the second part and creating a new node with it, and then removing the contents from the first node.
In between these nodes the new node can be placed:
Bildschirmaufnahme.2024-03-07.um.19.46.41-1-1-1.mov
The "after" part is empty, and the temporary splitmarker is placed at the end:
et justo duo dolores et ea reb.</p><p>###NEOS_SPLIT###</p>
Tested with Neos 8.3
The text was updated successfully, but these errors were encountered: