Vale style¶
Vale Package, for share spelling style and vocabularies between different Projects.
.
└── nolte-style
├── styles
│ ├── config
│ │ └── vocabularies
│ │ └── technical
│ │ └── accept.txt
│ └── nolte-style
│ └── .keep
└── .vale.ini
6 directories, 3 files
Add the Latest release as Package Dependency
...
Packages = https://github.com/nolte/vale-style/releases/download/v0.1.3/nolte-styles.zip
Vocab = "technical"
[*.md]
BasedOnStyles = Vale
vale sync
vale .