Search...Search plugins and themes...
⌘K
Sign in
  • Get started
  • Download
  • Pricing
  • Enterprise
  • Account
  • Obsidian
  • Overview
  • Sync
  • Publish
  • Canvas
  • Mobile
  • Web Clipper
  • CLI
  • Learn
  • Help
  • Developers
  • Changelog
  • About
  • Roadmap
  • Blog
  • Resources
  • System status
  • License overview
  • Terms of service
  • Privacy policy
  • Security
  • Community
  • Plugins
  • Themes
  • Discord
  • Forum / 中文论坛
  • Merch store
  • Brand guidelines
Follow us
DiscordTwitterBlueskyThreadsMastodonYouTubeGitHub
© 2026 Obsidian

Vale Linter

chrischinchillachrischinchilla59 downloads

Integrates Vale prose linter, showing style and grammar issues inline.

Add to Obsidian
  • Overview
  • Scorecard
  • Updates6

A plugin that integrates the Vale prose linter with Obsidian, providing configurable, offline-first inline style and grammar checking directly in your editor.

Features

  • Inline Issue Display: See Vale issues highlighted directly in your Obsidian editor
  • Real-time Checking: Automatically checks your document as you type (configurable)
  • Severity Indicators: Different visual styles for errors, warnings, and suggestions
  • Hover Tooltips: Hover over highlighted text to see detailed issue descriptions
  • Status Bar Integration: Quick overview of issues in the current document
  • Customizable: Configure Vale path, config file, and visual styles

Prerequisites

Before using this plugin, you need to have Vale installed on your system and configured.

Installation

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.

Manual installation

  1. Download the latest release from the releases page
  2. Extract the files to your vault's .obsidian/plugins/obsidian-vale/ folder
  3. Reload Obsidian
  4. Enable the plugin in Settings → Community plugins

Using BRAT

BRAT (Beta Reviewers Auto-update Tester) allows you to install plugins directly from GitHub and receive automatic updates.

  1. Install the BRAT plugin from Obsidian's Community Plugins
  2. Enable BRAT in Settings → Community plugins
  3. Open BRAT settings and click "Add Beta plugin"
  4. Enter this repository URL: https://github.com/ChrisChinchilla/obsidian-vale
  5. Click "Add Plugin" and wait for installation
  6. Enable the Vale plugin in Settings → Community plugins

BRAT automatically checks for and installs updates to the plugin.

Configuration

Access the plugin settings through Settings → Plugin Options → Vale Linter:

Settings

  • Vale Executable Path: Path to the Vale executable (default: vale)

    • If Vale is in your PATH, leave as vale
    • Otherwise, provide the full path (e.g., /usr/local/bin/vale)
  • Vale Config File Path: Path to your .vale.ini file

    • Leave empty to use Vale's default config discovery
    • Or specify a custom path (e.g., /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

Usage

Commands

The plugin provides the following commands (accessible via Command Palette - Cmd/Ctrl+P):

  • Check current file with Vale: Manually run Vale on the current file
  • Toggle auto-check: Enable/disable automatic checking
  • Clear Vale issues: Clear all highlighted issues from the editor

Visual indicators

Issues are displayed with different underline styles based on severity:

  • Errors: Red wavy underline (e.g., spelling mistakes, grammar errors)
  • Warnings: Orange wavy underline (e.g., style suggestions)
  • Suggestions: Blue dotted underline (e.g., optional improvements)

Status bar

The status bar shows a summary of issues in the current file:

  • Vale: Ready - No issues found
  • Vale: 2 errors, 1 warning, 3 suggestions - Issue count by severity
  • Vale: Checking... - Vale is currently analyzing the file

Troubleshooting

Vale not found

If you see "Vale not found" errors:

  1. Ensure Vale is installed: Run vale --version in your terminal
  2. If Vale is not in your PATH, specify the full path in plugin settings
  3. On Windows, you might need to include the .exe extension

No issues detected

If Vale runs but finds no issues:

  1. Check your .vale.ini configuration
  2. Ensure you have styles installed (vale sync)
  3. Verify Vale works from command line: vale your-file.md

Performance issues

If the plugin causes lag:

  1. Increase the debounce delay in settings
  2. Disable auto-check and use manual checking
HealthExcellent
ReviewCaution
About
Integrate the Vale prose linter into Obsidian to get configurable, offline-first inline style and grammar checking directly in your editor. Show severity-based highlights with hover tooltips, real-time checking, and a status-bar summary of document issues.
WritingReviewStatus bar
Details
Current version
2.0.6
Last updated
Yesterday
Created
3 years ago
Updates
6 releases
Downloads
59
Compatible with
Obsidian 1.7.0+
Platforms
Desktop only
License
MIT
Report bugRequest featureReport plugin
Author
chrischinchillachrischinchilla
github.com/chrischinchilla
GitHubchrischinchilla
  1. Community
  2. Plugins
  3. Writing
  4. Vale Linter

Related plugins

Better Word Count

Count the words of selected text in the editor.

Reading Time

Add the current note's reading time to the status bar.

WebNovel Assistant

A comprehensive Obsidian plugin for web novel writers. Track word counts, goals, and focus time. Manage foreshadowing, timelines, and timed tasks. Includes a bilingual UI and OBS overlay.

Annotation Marker

Add colored highlights, inline comments and ruby (phonetic) annotations to notes while keeping original Markdown untouched

Longform

Helps you write and edit novels, screenplays, and other long projects.

Text Generator

Generate text content using GPT-3 (OpenAI).

LanguageTool Integration

advanced spell/grammar checks with the help of language-tool.

Smart Composer

AI chat with note context, smart writing assistance, and one-click edits for your vault.

Typewriter Mode

Typewriter scroll, writing focus, current line highlight, paragraph dimming, and more!

Day Planner OG

Day planning from a simple task list in a Markdown note (bare bones, preserves the features and behavior of the original plugin).