English Text Interpreter

by julioagh
5
4
3
2
1
Score: 50/100

Description

Obsidian plugin for contextual interpretation of English text powered by a local LLM (Ollama)

Reviews

No reviews yet.

Stats

1
stars
107
downloads
0
forks
127
days
127
days
127
days
0
total PRs
0
open PRs
0
closed PRs
0
merged PRs
0
total issues
0
open issues
0
closed issues
3
commits

Latest Version

4 months ago

Changelog

Release 0.1.1

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