Here this section could help you ..https://experienceleague.adobe.com/docs/experience-manager-65/administering/operations/configure-rich-text-editor-plug-ins.html?lang=en#adddict 1. You can download a new Dictionary which allows Caps letter and use that instead of OOTB2. OOTB dictionary at path /l...
You can write a servlet which will give you latest headlines, and call that servlet at regular intervals of time according to your requirement. once you got the response , change the DOM accordingly. Jquery functions are there to delete the DOM elements and then append again with new response trigge...
This thread has similar discussionhttps://stackoverflow.com/questions/35639044/rewrite-base-url-and-add-a-specific-word-to-it-using-mod-rewrite see if this helps.
here is a similar threadhttps://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/how-can-i-use-the-rendition-images-in-dialog/qaq-p/281386See if that works for you,Checked the component/libs/dam/cfm/models/editor/components/contentreferenceIt comes under internal area so overlaying ...