chrischinchilla59 downloadsIntegrates Vale prose linter, showing style and grammar issues inline.
A plugin that integrates the Vale prose linter with Obsidian, providing configurable, offline-first inline style and grammar checking directly in your editor.
Before using this plugin, you need to have Vale installed on your system and configured.
Currently getting plugins approved in the Obsidian Community Plugin list can take some time. In the meantime, install the Vale plugin manually or use BRAT for easier updates.
.obsidian/plugins/obsidian-vale/ folderBRAT (Beta Reviewers Auto-update Tester) allows you to install plugins directly from GitHub and receive automatic updates.
https://github.com/ChrisChinchilla/obsidian-valeBRAT automatically checks for and installs updates to the plugin.
Access the plugin settings through Settings → Plugin Options → Vale Linter:
Vale Executable Path: Path to the Vale executable (default: vale)
vale/usr/local/bin/vale)Vale Config File Path: Path to your .vale.ini file
/home/user/.vale.ini)Auto-check Enabled: Toggle automatic checking as you type
Debounce Delay: Time to wait (in milliseconds) after you stop typing before checking
Severity Colors: Customize the colors for different severity levels
The plugin provides the following commands (accessible via Command Palette - Cmd/Ctrl+P):
Issues are displayed with different underline styles based on severity:
The status bar shows a summary of issues in the current file:
Vale: Ready - No issues foundVale: 2 errors, 1 warning, 3 suggestions - Issue count by severityVale: Checking... - Vale is currently analyzing the fileIf you see "Vale not found" errors:
vale --version in your terminal.exe extensionIf Vale runs but finds no issues:
.vale.ini configurationvale sync)vale your-file.mdIf the plugin causes lag: