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

Mistal Spell Checker

SaintByteSaintByte90 downloads

Checker Spell by Mistal AI.

Add to Obsidian
  • Overview
  • Scorecard
  • Updates2

Read in Russian

An Obsidian plugin that checks and corrects spelling in text using Mistral AI.

Features

  • Fix spelling and grammar errors in selected text via context menu or command palette
  • Choose Mistral AI model in settings
  • Customizable system prompt
  • UI localization (Russian / English)
  • API key validation in settings

Screenshots

Context menu Settings
Context menu Settings
Fix modal
Fix modal

Commands

Command ID Available in
Fix spelling errors mistral-fix-spelling-errors Command palette, editor context menu
Open modal (simple) open-modal-simple Command palette (demo)
Open modal (complex) open-modal-complex Command palette (demo, Markdown view only)

Installation

Manual

  1. Download main.js, manifest.json, styles.css from the releases page
  2. Copy the files into <vault>/.obsidian/plugins/mistral-spell-checker-plugin/
  3. Open Obsidian, go to Settings → Community plugins and enable the plugin

Development

git clone https://github.com/saintbyte/obsidian_mistal_spell_checker
cd obsidian_mistal_spell_checker
npm install
npm run dev    # development with hot-rebuild
npm run build  # production build
npm run lint   # ESLint check

The compiled main.js will appear in the project root. To test, copy main.js, manifest.json, styles.css into <vault>/.obsidian/plugins/mistral-spell-checker-plugin/ and restart Obsidian.

Architecture

src/
├── main.ts       # Entry point: lifecycle, commands, context menu
├── settings.ts   # Settings interface, defaults, settings tab
├── mistral.ts    # Mistral AI API client
└── i18n.ts       # Localization (ru/en)

Build: esbuild → single main.js (CommonJS). Obsidian and CodeMirror are external dependencies provided by the runtime.

Tech stack

  • TypeScript (strict mode, ES2021)
  • Obsidian API (obsidian types)
  • Mistral AI SDK (@mistralai/mistralai)
  • esbuild — bundler
  • ESLint with eslint-plugin-obsidianmd — static analysis

License

0-BSD — see LICENSE.

HealthExcellent
ReviewSatisfactory
About
Check and correct spelling and grammar in selected text using Mistral AI via the editor context menu or command palette. Pick a Mistral model, set a custom system prompt, switch the interface between Russian and English, and verify your API key.
AIEditingCommands
Details
Current version
1.0.2
Last updated
3 months ago
Created
3 months ago
Updates
2 releases
Downloads
90
Compatible with
Obsidian 1.0.0+
Platforms
Desktop only
License
0BSD
Report bugRequest featureReport plugin
Sponsor
Support
Author
SaintByteSaintBytesaintbyte
GitHubsaintbyte
  1. Community
  2. Plugins
  3. AI
  4. Mistal Spell Checker

Related plugins

Copilot

Run AI agents such as Claude Code, Codex, and OpenCode inside your vault. Turn your second brain into a smart assistant that gets knowledge work done.

Sort and Permute lines

Sort and Permute lines in whole file or selection.

Heading Shifter

Easily Shift and Change Markdown headings.

Gemini Scribe

Allows you to interact with Gemini and use your notes as context.

Paste URL into selection

Paste URL "into" selected text.

Keyshots

Add classic hotkey/shortcuts commands from popular IDEs like Visual Studio Code or JetBrains Family.

LanguageTool Integration

Advanced grammar and spell checking, powered by LanguageTool.

Claudian

Embeds Claude Code/Codex and other local Agents as AI collaborators in your vault.

Smart Connections

Find related notes and excerpts while writing. Your AI link building copilot displays relevant content in graph + list view. A local embedding model powers semantic search. Zero setup. No API key.

Meta Bind

Make your notes interactive with inline input fields, metadata displays, and buttons.