LLM Text Assistant

approved

by s1t5

Process, translate and refine selected text with any OpenAI-compatible LLM directly in the editor. - This plugin has not been manually reviewed by Obsidian staff.

Updated 11d agoGPL-3.0

πŸ€– LLM Text Assistant – Obsidian Plugin

Process, translate and refine text in your Obsidian notes with LLMs, directly in the editor

Obsidian Plugin License GPL-3.0 Buy Me a Coffee Ko-fi

This is the Obsidian edition of LLM Text Assistant β€” the browser extension (Chrome/Firefox/Thunderbird) by the same author, with the same actions, prompts and streaming behaviour, adapted to the Obsidian editor.

✨ Key Features

πŸ“Œ Core Features

  • Four built-in actions: 🌐 Translate, ✍️ Expand, πŸ“‹ Summarize, βœ… Grammar & Spelling, available via the editor context menu (right-click), the command palette, the ribbon icon ✨ and its action menu
  • Custom actions: Define your own actions with emoji, title and system prompt
  • Free Prompt (Chat mode): Open a chat window with the current selection as context and give iterative instructions with full context; apply the result back into the note
  • Copy responses: Hover any response for its ⧉ copy button, use "Copy last response", or press Ctrl/Cmd+C with nothing selected
  • Streaming results (live typing): Text appears token by token as the model generates it, no waiting for the full response
  • Selection or whole note: Processes the selection β€” or the entire note when nothing is selected

⌨️ UX

  • Undo toast: After every replacement a toast appears with an Undo button (8 seconds)
  • Cancel requests: Abort a running request by clicking the "Processing…" toast or the stop button in chat, already received text is kept
  • Native Obsidian hotkeys: Every action is a command β€” assign hotkeys via Obsidian's Hotkeys settings
  • Robust error handling: Configurable timeout (default 60s), automatic retries on network errors and rate limits (429/5xx), clear error messages (e.g. "check your API key" on 401)

πŸ”Œ Provider Support

  • Works with any OpenAI-compatible Chat Completions API:
    • Cloud: OpenAI, Mistral, Groq, Google Gemini (OpenAI-compat endpoint) and more
    • Local: Ollama, LM Studio, llama.cpp, vLLM; no API key required, data never leaves your machine
  • Flexible configuration: API URL, API key, model, temperature, timeout
  • Customizable system prompts for every built-in action (e.g. {TARGET_LANGUAGE} placeholder for translation)

🌍 Internationalization

  • Full UI and default prompts in English and German (auto-selected by Obsidian language)
  • Target language for translation is freely configurable

πŸš€ Quick Start

Prerequisites

  • Obsidian 1.8.7 or newer (Restricted Mode off for community plugins)
  • An OpenAI-compatible API endpoint (cloud or local)

πŸ› οΈ Installation

Install the plugin directly from the Obsidian Community directory:

πŸ‘‰ https://community.obsidian.md/plugins/llm-text-assistant

Or from within Obsidian: Settings β†’ Community Plugins β†’ Browse β†’ search for LLM Text Assistant β†’ Install.

Then:

  1. Enable LLM Text Assistant under Settings β†’ Community Plugins
  2. Configure your endpoint under Settings β†’ LLM Text Assistant
Manual install (if the directory is temporarily unavailable)
  1. Download main.js, styles.css and manifest.json from the latest release
  2. Create the folder <your-vault>/.obsidian/plugins/llm-text-assistant/ and copy the three files into it β€” or use Obsidian 1.8+: Settings β†’ Community Plugins β†’ Install from files
  3. Enable the plugin and configure your endpoint as above

βš™οΈ Configuration

Open Settings β†’ LLM Text Assistant:

SettingDescription
API URLChat Completions endpoint, e.g. https://api.openai.com/v1/chat/completions
API KeyYour API key (leave empty for local endpoints)
Modele.g. gpt-4o-mini, llama3.1, mistral
TemperatureCreativity (0–2, default: 0.3)
Timeout (seconds)Max wait time per attempt (default: 60). Retries twice on timeout.
Target language (Translate)Language to translate into (e.g. English, German, French)
System promptsPer-action instructions, e.g. {TARGET_LANGUAGE} placeholder for translation
Custom actionsYour own actions with emoji, title and prompt
Free promptShow/hide the πŸ’¬ Free prompt entry

Hotkeys: every action appears in Obsidian's command palette β€” assign hotkeys under Settings β†’ Hotkeys.

Local endpoint examples

ProviderURLAPI Key
Ollamahttp://localhost:11434/v1/chat/completionsleave empty
LM Studiohttp://localhost:1234/v1/chat/completionsleave empty

πŸ“– Usage

  1. Select text in the editor (or select nothing to process the whole note)
  2. Choose an action via right-click context menu, command palette (Ctrl/Cmd+P), the ribbon icon ✨ or its action menu
  3. The processed text replaces the selection live (streaming)
  4. Cancel: click the "Processing…" toast or ⏹ Stop in the chat
  5. Undo: use the button in the toast (8 seconds)
  6. Copy: in the free prompt chat, hover a response and click ⧉, use "Copy last response", or press Ctrl/Cmd+C with nothing selected

πŸ’¬ Free Prompt (Chat mode)

Open it via the context menu or the action menu. Your current selection is loaded as context β€” give instructions one after another, e.g. "Improve the text" or "Translate into English". βœ“ Apply writes the result into the editor, ⧉ copies it to the clipboard, β†Ί Reset restarts the chat with fresh context.

πŸ”’ Privacy & Security Notes

  • No data collection: The plugin collects nothing. API calls go directly from Obsidian to the endpoint you configured, there is no intermediate server
  • API key storage: Your API key is stored in the plugin settings of your vault (.obsidian/plugins/llm-text-assistant/data.json) and only sent as Authorization header to the configured endpoint

πŸ—οΈ Development

Prerequisites: Node.js β‰₯ 20 and npm.

npm install
npm run build      # type-check (tsc) + bundle main.js
npm run typecheck  # TypeScript check only
npm run smoke      # core tests without an Obsidian runtime (streaming, retry, abort, i18n)
npm run dev        # watch mode for development

The smoke tests mock Obsidian's requestUrl via a Node loader hook (scripts/smoke-hook.mjs) β€” no Obsidian installation required. See AGENTS.md for conventions and release details.

🀝 Contributing

We welcome contributions from the community!

For code changes by third parties, please coordinate with us via email at mail@s1t5.dev before making any changes.

You can also:

  • Open an Issue for bug reports or feature requests
  • Submit a Pull Request for improvements
  • Help improve documentation

πŸ’– Support the Project

If you find this project useful and would like to support its continued development, you can buy me a coffee! Your support helps me dedicate more time and resources to improving the application and adding new features. While financial support is not required, it is greatly appreciated and helps ensure the project's ongoing maintenance and development.

Buy Me a Coffee Ko-fi GitHub Sponsors

πŸ“„ License: GNU GENERAL PUBLIC LICENSE Version 3 (see LICENSE file)

For plugin developers

Search results and similarity scores are powered by semantic analysis of your plugin's README. If your plugin isn't appearing for searches you'd expect, try updating your README to clearly describe your plugin's purpose, features, and use cases.