Skip to content
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

How to include a non-plugin based feature of CKEditor (TextTransformation)? #342

Open
lukew-cogapp opened this issue Dec 13, 2024 · 0 comments
Labels

Comments

@lukew-cogapp
Copy link

Description

CKEditor features Text Transformation functionality:
https://ckeditor.com/docs/ckeditor5/43.3.1/features/text-transformation.html
However, this is part of the ckeditor5 package and installation instructions include:
import { ClassicEditor, TextTransformation } from 'ckeditor5';

We don't believe this is a "first party plugin", as it is not listed separately. here:
https://github.com/ckeditor/ckeditor5/tree/master/packages

Therefore, we're not sure what the best way to go about including this functionality is.

We tried this, but the TextTransformation plugin cannot be found:

{
    "plugins": [ "TextTransformation" ],
    "textTransformation": {
        "extraTransformations": {
            "quotes": true,
            "dashes": true
        }
    }
}

How might we go about this?
Thanks,
Luke

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant