Icon Picker Plugin for Rich Text Editor (RTE) in AEM 6.5 | Community
Skip to main content
Level 2
August 8, 2022
Solved

Icon Picker Plugin for Rich Text Editor (RTE) in AEM 6.5

  • August 8, 2022
  • 2 replies
  • 1785 views

Hello everyone,

I'm looking help to create custom Icon picker plugging for rich text editor in aem6.5. Appreciated in advance for help.

Thanks.

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

Please follow these steps :

  • Create a new Clientlib and provide Categories
  • Create a new Command and Register it with CommandRegistry
  • Create a new Plugin and Register it with PluginRegistry
  • Create a custom dialog if there is a need
  • Enable plugin

You can also check soureedit plugin which will allow to edit html. 

Link for sourceedit plugin addition : https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/how-to-add-sourceedit-to-touchui-dialog/m-p/264857

Link for Custom plugin: https://www.bounteous.com/insights/2022/01/06/custom-rich-text-editor-plugins-adobe-experience-manager/

 

2 replies

Sachin_Arora_
Community Advisor
Sachin_Arora_Community AdvisorAccepted solution
Community Advisor
August 8, 2022

Please follow these steps :

  • Create a new Clientlib and provide Categories
  • Create a new Command and Register it with CommandRegistry
  • Create a new Plugin and Register it with PluginRegistry
  • Create a custom dialog if there is a need
  • Enable plugin

You can also check soureedit plugin which will allow to edit html. 

Link for sourceedit plugin addition : https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/how-to-add-sourceedit-to-touchui-dialog/m-p/264857

Link for Custom plugin: https://www.bounteous.com/insights/2022/01/06/custom-rich-text-editor-plugins-adobe-experience-manager/

 

arunpatidar
Community Advisor
Community Advisor
August 8, 2022