https://github.com/nolebase/cspell-dict
Nolebase terms dictionary for cspell.
https://github.com/nolebase/cspell-dict
cspell
Last synced: 19 days ago
JSON representation
Nolebase terms dictionary for cspell.
- Host: GitHub
- URL: https://github.com/nolebase/cspell-dict
- Owner: nolebase
- License: mit
- Created: 2024-08-04T13:12:41.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-04-21T17:30:13.000Z (28 days ago)
- Last Synced: 2025-04-21T18:34:56.776Z (28 days ago)
- Topics: cspell
- Language: JavaScript
- Homepage:
- Size: 388 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CSpell Nólëbase Terms Dictionary
Nolebase terms dictionary for cspell.
This is a pre-built dictionary for use with cspell.
## Installation
Global Install and add to cspell global settings.
```sh
npm install -g @nolebase/cspell-dict
cspell link add @nolebase/cspell-dict
```## Uninstall from cspell
```sh
cspell link remove @nolebase/cspell-dict
```## Manual Installation
The `cspell-ext.json` file in this package should be added to the import section in your cspell.json file.
```javascript
{
// …
"import": ["@nolebase/cspell-dict/cspell-ext.json"],
// …
}
```## Building
Building is only necessary if you want to modify the contents of the dictionary. Note: Building will take a few minutes for large files.
```sh
npm run build
```## License
MIT
> Some packages may have other licenses included.