Dear AEM Community,
I'd like to share my recently published article of a custom solution for RTE color picker plugin in AEM.
Overview
The RTE does not have OOTB color picker plugin. There are few custom solutions available over the internet, however, they often lead to the following common frustrations:
- Time to load the dialog.
- Multiple clicks for simple action.
- Inconsistency with other Apps.
This blog is having two section.
In Section 1, the plugin is developed by extending the OOTB class CUI.rte.plugins.Plugin, whereas Section 2 is more about the common steps to be followed to add an available plugin to the RTE component toolbar.
You can download and install the package from the link available in blog as I have kept the plugin component inside /apps folder directly from the CRX package manager and jump to the steps mentioned in section 2.
Section 1:- Create a client library for the color picker plugin
Section 2:- Configure the color picker plugin in the RTE component
Feel free to consider customising and optimising this solution so that it suits your needs to streamline the color selection process and enhance content authoring efficiency.
Q&A
Please use this thread to ask questions relating to this article