Skip to content

Repository files navigation

Document Review

An Obsidian plugin for annotating documents with inline comments, then exporting them to clipboard or a note — useful for reviewing text with an LLM or collaborator.

Features

  • Highlight any text selection and attach a comment
  • Inline comment widgets visible in both editor and reading view
  • Sidebar panel listing all annotations for the current file
  • Export annotations as Markdown or JSON (clipboard or new note)
  • Annotations survive file renames

Usage

Adding an annotation

  1. Select text in any note
  2. Use one of:
    • Right-click → Add review comment
    • Hotkey: Cmd/Ctrl + Shift + A
  3. Type your comment in the modal and confirm

Viewing annotations

The review sidebar opens automatically. You can also open it via the command palette: Open review sidebar.

Each annotation shows the highlighted text, your comment, and a delete button.

Exporting

Command Output
Export review to clipboard (Markdown) Numbered annotations with blockquoted text + comment
Export review to clipboard (JSON) Structured JSON with metadata
Export review to new note Saves Markdown to Reviews/<filename>-review.md

Run any export command from the command palette (Cmd/Ctrl + P).

Dismissing annotations

  • Click the delete icon on any annotation in the sidebar to remove it individually
  • Hotkey: Cmd/Ctrl + Shift + D to dismiss all annotations on the current note

Settings

Go to Settings → Document Review to set your author name, which is stored with each annotation.

Installing with BRAT

BRAT (Beta Reviewers Auto-update Tool) lets you install plugins directly from GitHub without waiting for the community plugin directory.

  1. Install BRAT from the Obsidian community plugins if you haven't already
  2. Open Settings → BRAT
  3. Click Add Beta plugin
  4. Enter the repository URL: https://github.com/colonyops/obsidian-hive
  5. Click Add Plugin — BRAT will download and enable it automatically
  6. You can enable Auto-update plugins at startup in BRAT settings to stay current

To update manually at any time: Settings → BRAT → Check for updates.

About

experimental hive plugin for obsidian

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages