Expandir la barra de logros de la comunidad.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

Esta conversación ha sido bloqueada debido a la inactividad. Cree una nueva publicación.

RESUELTAS

RTE Spell Check plugin for capital letters

Avatar

Level 2

Hi All,

 

Is there any way to verify capital letters spellcheck in RTE spell check plugin. Please refer below screen shot for reference.

Here "PLEASE" word is correct but still showing as wrong word because of capital letters.

 

I am using AEM 6.5 SP6.5.10 and using OOTB RTE spellcheck plugin.

 

Thanks in advance

 

gayatri03074_0-1642446067135.png

 

1 solución aceptada

Avatar

Respuesta correcta de
Community Advisor

Here this section could help you ..

https://experienceleague.adobe.com/docs/experience-manager-65/administering/operations/configure-ric...

 

1. You can download a new Dictionary which allows Caps letter and use that instead of OOTB

2. OOTB dictionary at path   /libs/cq/spellchecker/dictionaries(/libs/cq/spellchecker/dictionaries/en_us.dic) does not have Caps letters.

 you can overlay this path with dictionary and try adding Caps letters there. it can work or go with new dictionary.

 

I mean its all mentioned in documentation just give it a read.

Ver la solución en mensaje original publicado

2 Respuestas

Avatar

Respuesta correcta de
Community Advisor

Here this section could help you ..

https://experienceleague.adobe.com/docs/experience-manager-65/administering/operations/configure-ric...

 

1. You can download a new Dictionary which allows Caps letter and use that instead of OOTB

2. OOTB dictionary at path   /libs/cq/spellchecker/dictionaries(/libs/cq/spellchecker/dictionaries/en_us.dic) does not have Caps letters.

 you can overlay this path with dictionary and try adding Caps letters there. it can work or go with new dictionary.

 

I mean its all mentioned in documentation just give it a read.

Avatar

Level 2

Ok Thank you Varun