julioagh18 downloadsContextual interpretation of selected English text powered by a local LLM (Ollama). Explains meaning, tone, cultural context and intent.
Obsidian plugin for contextual interpretation of selected English text, powered by a local LLM via Ollama. No data leaves your machine.


Select any English text in your notes and run Interpret selected text from the Command Palette. A panel opens with four dimensions:
| Field | Description |
|---|---|
| Meaning | What the text actually means in context — not a literal translation |
| Tone | Emotional register and attitude (formal, sarcastic, polite but firm, etc.) |
| Context | Cultural, idiomatic, or situational background needed to fully understand it |
| Intent | What the writer is trying to achieve (inform, warn, persuade, joke, etc.) |
Output language is configurable (Spanish, English, Portuguese, French, German).
gemma3:4b)ollama pull gemma3:4b
main.js, manifest.json, and styles.css from the latest release.obsidian/plugins/english-text-interpreter/ inside your vault| Setting | Default | Description |
|---|---|---|
| Ollama endpoint | http://localhost:11434 |
URL where Ollama is running |
| Model | gemma3:4b |
Any model pulled in Ollama (e.g. gemma3:12b, llama3.2) |
| Interpretation language | Spanish | Language for the interpretation output |
Ctrl/Cmd + P)