Skip to content

Custom CSpell dictionary for use with Fine Designs apps.

License

Notifications You must be signed in to change notification settings

fine-designs/dictionary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published