julioagh26 downloadsReal-time English writing suggestions powered by a local LLM (Ollama) to reach C1-C2 level.
An Obsidian plugin that analyzes your English writing in real time using a local LLM via Ollama. It highlights grammar errors and style suggestions directly in the editor, with inline replacements you can accept with a single click.



gemma3:4b (or gemma3:12b for better quality)<your-vault>/.obsidian/plugins/english-write-checker/
The folder must contain only: main.js, manifest.json, styles.cssollama serve
ollama pull gemma3:4b
Cmd+P) → English Write Checker: Analyze selected textTip: assign a hotkey to "Analyze selected text" in Settings → Hotkeys for faster access.
| Setting | Default | Description |
|---|---|---|
| Ollama endpoint | http://localhost:11434 |
URL where Ollama is running |
| Model | gemma3:4b |
Change to gemma3:12b for higher quality |
| Target level | C1 |
B2, C1, or C2 proficiency target |
MIT © Julio Gonzales
Based on write-good-obsidian by Mark Hesketh (MIT).