Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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