Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fine Designs dictionary

Custom cspell dictionaries used at Fine Designs.

Usage

Add the desired dictionary definition files to a cspell config:

"dictionaryDefinitions": [
    {
        "name": "fd_allowed",
        "path": "https://raw.githubusercontent.com/fine-designs/dictionary/main/allowed.txt",
        "description": "Allowed Fine Designs Spellings"
    },
    {
        "name": "fd_forbidden",
        "path": "https://raw.githubusercontent.com/fine-designs/dictionary/main/forbidden.txt",
        "description": "Custom Fine Designs Dictionary"
    }
]

About

Custom CSpell dictionary for use with Fine Designs apps.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors