RTE Spell Check plugin for capital letters | Community
Skip to main content
Level 2
January 17, 2022
Solved

RTE Spell Check plugin for capital letters

  • January 17, 2022
  • 1 reply
  • 1183 views

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

 

 

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 Varun_Shakya

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

1 reply

Varun_Shakya
Community Advisor
Varun_ShakyaCommunity AdvisorAccepted solution
Community Advisor
January 18, 2022

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

Level 2
January 18, 2022

Ok Thank you Varun