English Text Interpreter

by julioagh
5
4
3
2
1
Score: 35/100
New Plugin

Description

This plugin has not been manually reviewed by Obsidian staff. Contextual interpretation of selected English text powered by a local LLM (Ollama). Explains meaning, tone, cultural context and intent.

Reviews

No reviews yet.

Stats

stars
downloads
0
forks
0
days
NaN
days
NaN
days
0
total PRs
0
open PRs
0
closed PRs
0
merged PRs
0
total issues
0
open issues
0
closed issues
0
commits

Latest Version

Invalid date

Changelog

README file from

Github

English Text Interpreter

Obsidian plugin for contextual interpretation of selected English text, powered by a local LLM via Ollama. No data leaves your machine.

Demo

Select text and run the command

Interpretation panel

What it does

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).

Requirements

  • Ollama running locally
  • A pulled model (default: gemma3:4b)
ollama pull gemma3:4b

Installation

  1. Open Settings → Community plugins → Browse
  2. Search for English Text Interpreter
  3. Install and enable

Manual

  1. Download main.js, manifest.json, and styles.css from the latest release
  2. Copy them to .obsidian/plugins/english-text-interpreter/ inside your vault
  3. Enable the plugin in Settings → Community plugins

Settings

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

Usage

  1. Select English text in any note (at least 5 characters)
  2. Open the Command Palette (Ctrl/Cmd + P)
  3. Run English Text Interpreter: Interpret selected text
  4. Read the interpretation panel

License

MIT