You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository contains a [Vale-compatible](https://github.com/errata-ai/vale) that attempts to emulate some features of the commercial, and closed source, Grammarly. More to come.
# Only Markdown and .txt files; change to whatever you're using.
24
+
[*.{md,txt}]
25
+
# List of styles to load.
26
+
BasedOnStyles = Openly
27
+
```
28
+
29
+
### Download manually
14
30
15
31
Download the [latest release](https://github.com/testthedocs/Openly/releases), copy the "Openly" directory to your `StylesPath`, and include it in your configuration file:
0 commit comments