Add autoformat parameter in cspell

Created on 8 May 2024, about 1 year ago

Problem/Motivation

Drupal Core uses cspell to ensure all of the code is spelled correctly in "American English".
Currently autoformet not available in the ckeditor5 dictionary

Proposed resolution

Need to add autoformet parameter in cspell dictionary

💬 Support request
Status

Closed: works as designed

Version

10.2

Component
CKEditor 5 

Last updated about 21 hours ago

Created by

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

  • Status changed to Needs review about 1 year ago
  • Status changed to Closed: works as designed about 1 year ago
  • 🇳🇿New Zealand quietone

    @Girish-jerk, thanks for working to improve Drupal

    The word 'autoformat' is already in a dictionary used by Drupal. It if wasn't there would be errors reported for the word. You can check this by using the following command which will list which the dictionaries that have the word, if any do. yarn cspell trace autoformat. The results of that show it is in the 'softwareTerms' dictionary. And then, a search .cspell.json shows that that dictionary is being used by core.

Production build 0.71.5 2024