Search...Search plugins and themes...
⌘K
Sign in
  • Get started
  • Download
  • Pricing
  • Enterprise
  • Account
  • Obsidian
  • Overview
  • Sync
  • Publish
  • Canvas
  • Mobile
  • Web Clipper
  • CLI
  • Learn
  • Help
  • Developers
  • Changelog
  • About
  • Roadmap
  • Blog
  • Resources
  • System status
  • License overview
  • Terms of service
  • Privacy policy
  • Security
  • Community
  • Plugins
  • Themes
  • Discord
  • Forum / 中文论坛
  • Merch store
  • Brand guidelines
Follow us
DiscordTwitterBlueskyThreadsMastodonYouTubeGitHub
© 2026 Obsidian

Meow

dmcdmc43 downloads

LLM-powered text polishing and quick Q&A without leaving your editor.

Add to Obsidian
  • Overview
  • Scorecard
  • Updates1

alt text An Obsidian plugin that polishes your writing and answers quick questions — powered by an LLM, all without leaving your editor.

Features

Polish selected text — select text, run the command, and a diff preview modal shows changes with word-level highlighting (additions in green, removals in red strikethrough). Accept or reject with a click.

Ask a quick question — open a lightweight Q&A modal, type a prompt (optionally combined with selected text), and get an inline response. Toggle Cat girl mode for a playful feline persona, or keep it professional.

The API endpoint is configurable, so any OpenAI-compatible chat completions provider works (DeepSeek by default).

Commands

Command ID Description
Polish selected text meow-polish Polishes the selected text via LLM, shows diff preview before applying
Ask a quick question meow-ask Opens a Q&A modal — ask anything, see the response inline

Privacy

This plugin sends selected text or your questions to an external LLM service to generate responses. By default, the endpoint is DeepSeek (api.deepseek.com). You can configure any OpenAI-compatible provider in settings.

  • What is sent: the text you select (polish) or type (quick question), plus a system prompt
  • Where it goes: the API endpoint configured in settings (DeepSeek by default)
  • API key: stored locally in your vault's data.json in plain text — never sent anywhere except to the configured endpoint
  • No telemetry: the plugin does not collect analytics, usage data, or vault contents
  • Opt-in only: no network requests occur until you explicitly run a command

Source code structure

src/
├── main.ts        — Plugin entry point: lifecycle, command registration
├── api.ts         — OpenAI-compatible chat completions API client
├── prompts.ts     — System prompt constants for each feature
├── ask-modal.ts   — Q&A modal with cat mode toggle, Enter-to-send
├── diff-modal.ts  — Diff preview modal with Accept/Reject confirmation
└── settings.ts    — Settings interface, defaults, and settings tab UI
HealthExcellent
ReviewPassed
About
- Polish selected text with an LLM and preview diffs. Command Meow: Polish selected text - Ask quick questions in a lightweight Q&A modal. Command Meow: Aska a quick question - Cat girl mode for otakus. Use any OpenAI-compatible endpoint; selected text or prompts are sent to the configured LLM.
AIWritingEditing
Details
Current version
1.0.1
Last updated
Last month
Created
Last month
Updates
1 release
Downloads
43
Compatible with
Obsidian 1.0.1+
Platforms
Desktop, Mobile
License
MIT
Report bugRequest featureReport plugin
Author
dmcdmcdavidmjchoi
GitHubdavidmjchoi
  1. Community
  2. Plugins
  3. AI
  4. Meow

Related plugins

Text Generator

Generate text content using GPT-3 (OpenAI).

LanguageTool Integration

advanced spell/grammar checks with the help of language-tool.

Smart Composer

AI chat with note context, smart writing assistance, and one-click edits for your vault.

Gemini Scribe

Allows you to interact with Gemini and use your notes as context.

Local GPT

Local Ollama and OpenAI-like GPT's assistance for maximum privacy and offline access.

ChatGPT MD

A seamless integration of ChatGPT, OpenRouter.ai and local LLMs via Ollama into your notes.

LanguageTool

Unofficial integration of the LanguageTool spell and grammar checker.

AI Agent

Lend your vault to an AI agent. It can read, write, and search your notes.

Advanced Tables

Improved table navigation, formatting, and manipulation.

Claudian

Embeds Claude Code/Codex and other local Agents as AI collaborators in your vault.