Extending Rich Text Editor [Tiptap] Property Editor UI with configurable setting

Hey there!

I’m using v15 and I have a need to limit the number of characters that a data type using Rich Text Editor [Tiptap] Property Editor UI can have.

I’ve found this TipTap CharacterCount extension that does what I need exactly.

The only thing I’m missing is adding the limit itself as a configuration of the datatype.

Can I have some kind of property editor UI that extends the default Umb.PropertyEditorUi.Tiptap but adds the new configuration?

Also, if I keep the schema as Umbraco.RichText I’ll have the default RTE behavior when using models builder, correct?

All the best,
Pedro

Kindly bumping this as I’m still lost on how to achieve this :downcast_face_with_sweat:

There is documentation on how to add extensions to Tiptap here:

Not sure if you can make the limit configurable though, you might need to play around with it to find out.