Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/samwho/vscode-write
The writer's toolbox for VSCode.
https://github.com/samwho/vscode-write
Last synced: about 2 months ago
JSON representation
The writer's toolbox for VSCode.
- Host: GitHub
- URL: https://github.com/samwho/vscode-write
- Owner: samwho
- License: mit
- Created: 2019-02-25T21:25:26.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-03T18:44:37.000Z (almost 6 years ago)
- Last Synced: 2024-10-13T20:41:40.937Z (3 months ago)
- Language: TypeScript
- Size: 1.74 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vscode-write
A collection of tools to aid writing with VSCode.
## Features
- Highlights sentences with a high automated readability index.
- Uses [write-good][2] to highlight common writing mistakes.
- Spell checks English words.## Config
- `write.readability.threshold`: a number representing what automated readability index score to flag to the user. See for how to set this.
- `write.write-good.*`: a range of boolean for disabling the features in `write-good`. Names match 1:1 with the features discussed in [the readme][1].[1]: https://github.com/btford/write-good#checks
[2]: https://github.com/btford/write-good