visol / neos-clipboardinputtransformation
Define a map of search and replacement strings, which are transformed when pasting content into the rich-text editor
Installs: 533
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 5
Forks: 0
Open Issues: 1
Language:JavaScript
Type:neos-package
Requires
- neos/neos-ui: ^4.0 || ^5.0 || ^7.0 || ^8.0
This package is auto-updated.
Last update: 2025-07-11 02:50:41 UTC
README
composer require visol/neos-clipboardinputtransformation
Define a map of search and replacement strings, which are transformed when pasting content into the rich-text editor.
Neos:
Neos:
Ui:
frontendConfiguration:
"Visol.Neos.ClipboardInputTransformation":
replacements:
# for example replace LSEP and PSEP unicode chars
- search: "\u2029"
replace: ""
- search: "\u2028"
replace: ""
# or replace any string
- search: "speak now"
replace: "echo now"
Credits
Created for visol by Marc Henry Schultz, https://github.com/mhsdesign
visol digitale Dienstleistungen GmbH, www.visol.ch