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

coo

WenyiWenyi57 downloads

Discuss, translate, and rewrite your notes with AI — grounded in the paragraph you are editing. Answers become foldable callouts and follow-up questions chain.

Add to Obsidian
coo screenshot
coo screenshot
  • Overview
  • Scorecard
  • Updates9

coo introduces a new solution for Obsidian to live with AI symbiotically. Instead of treating chatbots as a separate place you “go to”, coo works inside the exact paragraph you’re reading or writing. When a line trips you up, you can simply select, ask, and get it untangled in place.

Features

Discuss

Select text in a paragraph and open the Discuss composer (command palette or right-click → coo discuss). A small composer opens over your note with the paragraph as context. The question box comes pre-filled with a sensible default (localized to your response language — for example "What does this mean?"). Press Ask (or Enter) to ask it as-is, or type your own.

  • Ask — ask a question about the passage (your highlighted phrase is the focal point). The answer is saved as a collapsed callout below the paragraph — the question becomes the title, the answer (with its markdown) becomes the body. Follow-up questions chain: coo remembers the whole Q&A for the note, so each question builds on the last.
  • Rewrite — fold the gathered notes back into the paragraph. coo rewrites the paragraph incorporating the notes, then removes them. Fully undoable with Ctrl/Cmd+Z.

A few things worth knowing:

  • Drill down — select a phrase inside an existing answer and Ask again. That answer becomes the context, and the follow-up stacks as a fresh callout right beneath the one it's about.
  • Ask with nothing selected — coo treats the whole document as the context. Answers append as callouts at the bottom of the note, and Rewrite is hidden (a full-document rewrite would be destructive).
  • Skippable concepts — when coo judges a concept minor, it tags that answer with a [Minor] prefix in the title, visible right in the collapsed callout.
  • Selection highlight — the word you're asking about is wrapped in a ==highlight== in the note, so you can always tell what you focused on (the callout title shows your question, not the word). The highlight stays in the note.

Answers and rewrites write straight into your note — the composer is just the command bar. Notes are [!coo] callouts: collapsed by default (only the question shows), expand to read the formatted answer.

Translate

Select a word or phrase and run coo: Translate (command palette or right-click → coo translate). The translation is inserted inline, in parentheses, right after the original — so you keep the original text and see its translation next to it.

The phenomenon of entanglement (量子もつれ) is counterintuitive.

One editor operation — Ctrl/Cmd+Z reverts it.

Re-register note

Because coo chains questions against a snapshot of your note, heavily editing a note can leave that snapshot stale. Run coo: Re-register note to refresh the snapshot and start a fresh chain.

Installation

From release

  1. Go to the latest release
  2. Download main.js, manifest.json, and styles.css
  3. Create a folder at <Your Vault>/.obsidian/plugins/coo/
  4. Move the three downloaded files into that folder
  5. Reload Obsidian (Cmd+R or Ctrl+R) → Settings → Community Plugins → enable coo

From source

git clone https://github.com/jwy600/obsidian-coo.git
cd obsidian-coo
npm install
npm run build

Copy the output files into your vault's plugin folder:

cp main.js manifest.json styles.css "<Your Vault>/.obsidian/plugins/coo/"

Reload Obsidian (Cmd+R or Ctrl+R) → Settings → Community Plugins → enable coo.

Requirements

  • Obsidian 1.13.1 or later
  • An OpenAI API key

Setup

  1. Enable the plugin in Settings → Community Plugins
  2. Go to Settings → coo and enter your OpenAI API key
  3. Configure your preferred model, language, and other options

Settings

Setting Options Default Description
OpenAI API key — (empty) Required. Your API key, stored locally and never shared
Model gpt-5.6-sol, gpt-5.6-terra, gpt-5.6-luna gpt-5.6-terra Which OpenAI model to use
Reasoning effort none, low, medium, high low Depth of reasoning. Higher is slower but more thorough. Applies to Ask only — Rewrite and Translate run without it
Web search on / off on Let the model search the web during Ask for up-to-date information
Response language English, Español, Français, 中文, 日本語 Auto-detected from Obsidian locale (on first use) Language for AI responses, applied as a runtime directive to all prompts
Translation language English, Español, Français, 中文, 日本語 Chinese Target language for the Translate action. Cannot match the response language (auto-adjusted on conflict)

How chaining works

When you first Ask about a note, coo registers the whole note with OpenAI (store: true) as the conversation root, and stores the returned response id for that note. Each subsequent Ask chains from the previous one, so the model remembers your full Q&A history for the note. Only Ask chains — Translate and Rewrite are standalone. If OpenAI evicts the stored conversation (after some weeks), coo automatically re-registers and continues.

Web app deployment

The design also has a web app deployment. Visit here to learn more.

HealthExcellent
ReviewSatisfactory
About
coo brings AI into the paragraph you are reading or writing — not a separate chat window, but inline, where understanding actually forms. When a line trips you up, you can simply select, ask, and get it untangled in place. coo has two main features. With Discuss, you can select a passage and ask. The answer saves as a collapsed callout beneath the paragraph — the question is its title, the answer its body — and follow-up questions chain so each builds on the last. Drill into a phrase inside an answer to ask more, or ask with nothing selected to discuss the whole note. Rewrite folds those answers back into the paragraph in one undoable step. With Translate, you can select a word or phrase to drop an inline translation right after it, keeping the original.
AIWritingAnnotation
Details
Current version
1.5.5
Last updated
Last week
Created
5 months ago
Updates
9 releases
Downloads
57
Compatible with
Obsidian 1.13.1+
Platforms
Desktop, Mobile
License
MIT
Report bugRequest featureReport plugin
Author
WenyiWenyijwy600
GitHubjwy600
  1. Community
  2. Plugins
  3. AI
  4. coo

Related plugins

Text Generator

Generate text content using GPT-3 (OpenAI).

Smart Composer

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

HiNote

Add comments to highlighted notes, use AI for thinking, and flashcards for memory.

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.

BMO Chatbot

Generate and brainstorm ideas while creating your notes using Large Language Models (LLMs) such as OpenAI's "gpt-3.5-turbo" and "gpt-4".

GPT-3 Notes

Generate notes on any subject using OpenAI's GPT-3.5 and GPT-4 language models.

HiWords

Effortlessly grow your vocabulary as you read, with automatic highlighting and translation of unfamiliar words.

Smart Connections

Find related notes and excerpts while writing. Your AI link building copilot displays relevant content in graph + list view. A local embedding model powers semantic search. Zero setup. No API key.

Claudian

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