Expand my Community achievements bar.

Join us in celebrating the outstanding achievement of our AEM Community Member of the Year!
SOLVED

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

Avatar

Level 2

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.

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

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-t...

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

 

View solution in original post

2 Replies

Avatar

Correct answer by
Community Advisor

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-t...

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