Customize RTE to add a new List of character | Community
Skip to main content
robertol6836527
New Participant
May 26, 2023

Customize RTE to add a new List of character

  • May 26, 2023
  • 2 replies
  • 845 views

HI,
we would need to insert a custom plugin within the richtext that allows you to select a string and insert it within the text.
It is feasible ?
Thank you

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

2 replies

ManviSharma
Employee
May 28, 2023

Hi,

 

In AEM, it is not possible to directly insert a custom plugin within the RichText editor to select and insert a string within the text.

However, you can achieve similar functionality by using other approaches. One option is to create a custom dialog or component that includes a field for selecting a string and an area to input the text. This custom dialog can be integrated into your AEM components or pages where users can select a string and insert it within the text field.

robertol6836527
New Participant
May 31, 2023

Hi, thanks for the reply.

Is there any official documentation?

Saravanan_Dharmaraj
New Participant
May 26, 2023

@robertol6836527 Sorry, your requirement sounds like copy paste feature. Could you please elaborate?

robertol6836527
New Participant
May 27, 2023

HI, I would like to add to the richtext a new misctools next to specialchars identical to specialchars but with different icon and values. Thank you