marcusolsson / obsidian-vale

A Vale client for Obsidian.
MIT License
85 stars 8 forks source link

Question: method to check grammar #5

Closed ms3056 closed 2 years ago

ms3056 commented 2 years ago

Hi - thank you for creating this tool. I am hoping you can point me to a way to have grammar checked - for instance the following sentence: "This is sentence that suck." This is not flagged with any of the linters that I am able to install (Google, Microsoft, prolint).

Thank you for your help, I realize this is not an issue at all with your plugin - it works beautifully.

marcusolsson commented 2 years ago

Thank you! You'd have to find a style that checks for this, though I'm afraid I'm not aware of any. If you find one, I'll consider adding it as a default!

dylan-k commented 2 years ago

There's a vale style called Openly that's designed to be an open-source, vale-compatible alternative to Grammarly.

marcusolsson commented 2 years ago

Added Openly in https://github.com/marcusolsson/obsidian-vale/commit/47ca1db9432d382459638514cd8de674d2c037d9. Will be part of next release.

marcusolsson commented 2 years ago

This is now available in v0.9.0 🚀