Get AI summaries of any video or article — Sign up free
How to Take Notes in PDFs & EPUBs in Obsidian(Highlighting & Annotations) thumbnail

How to Take Notes in PDFs & EPUBs in Obsidian(Highlighting & Annotations)

Prakash Joshi Pax·
4 min read

Based on Prakash Joshi Pax's video on YouTube. If you like this content, support the original creators by watching, liking and subscribing to their content.

TL;DR

Install and enable the “annotator” community plugin in Obsidian to enable PDF/EPUB highlighting and note attachments.

Briefing

Obsidian can turn PDFs and EPUBs into a full note-taking workspace by letting users highlight text inside the document and attach annotations that automatically appear as saved notes in Obsidian. The workflow matters because it eliminates the need for separate e-reader apps (or Kindle-style ecosystems) when someone wants to read on a laptop or mobile and keep highlights organized for later retrieval.

The process starts with installing an Obsidian community plugin named “annotator.” After enabling community plugins in Obsidian’s settings, users browse for “annotator,” install it, and then open the plugin options. Key configuration includes turning on annotation mode by default so highlights can immediately generate note entries. The setup also includes optional formatting behaviors: prefix/postfix settings can automatically add extra text around highlights in the resulting notes, and the creator recommends turning those off. There are also display-related options such as dark mode and color choices; light mode is used in the walkthrough.

Once the plugin is configured, users create a new note in Obsidian and add metadata that points to the target document. For local files already stored in the Obsidian vault, the note uses the full filename (including the file extension) as the annotation target. For documents stored in remote storage, the note can instead reference a path to the EPUB/PDF; the plugin then opens the file through that remote link. In either case, the “annotate” option is used to open the document within Obsidian.

Inside the opened PDF/EPUB, selecting text enables highlighting. Each highlight can be followed by an annotation step: users add a note (for example, an idea or question) and then post it so it becomes a persistent annotation entry. These entries can be organized and browsed by newest/oldest and by location within the document, with the walkthrough showing that highlights are tracked by their last highlighted location.

After annotations are created, switching to editing versus reading mode changes how they appear. In editing mode, the annotations show up in a more raw markdown-like structure, while reading mode previews the notes in a block-code style format (with styling controlled by CSS). For review, the plugin supports “show annotation,” which jumps directly back to the corresponding location in the PDF/EPUB where the highlight occurred. The net result is a searchable, linkable system for highlights and notes that stays inside Obsidian, suitable for readers who want a single platform for long-form reading and future reference.

Cornell Notes

The annotator plugin lets Obsidian users read PDFs/EPUBs and capture highlights with attached notes that are saved back into Obsidian. After installing the “annotator” community plugin and enabling annotation mode, users configure display options like light/dark mode and decide whether to use prefix/postfix text around highlights. To use it, a new Obsidian note is created with metadata pointing to a target document—either by full local filename (including extension) or by a remote file path. Once the document opens, users highlight text, add an annotation, and post it so the notes persist and can be browsed by time or location. “Show annotation” jumps back to the exact highlighted spot for fast review.

What plugin and settings are required to make PDF/EPUB highlighting and annotations work in Obsidian?

Install the Obsidian community plugin named “annotator” via Settings → Community plugins → Browse. Enable the plugin, then open its options and turn on “annotation mode by default.” The walkthrough also mentions prefix/postfix settings (recommended to turn off) and display options like dark mode and color; light mode is used in the example.

How does Obsidian know which PDF/EPUB to open for annotation?

A new Obsidian note is created with metadata that specifies an “annotation target.” For vault-stored documents, the target uses the full filename including the file extension (e.g., “Give and Take…” plus extension). For remote documents, the target uses a copied remote path; annotator opens the file from that location.

What happens after a user highlights text inside the opened PDF/EPUB?

Selecting text enables highlighting. The user can then click “annotate,” add a note in the annotation box (an idea, question, or reminder), and click “post to only me.” The resulting annotation entries appear in Obsidian and are stored for later reference.

How can annotations be organized and reviewed after they’re saved?

Annotations can be sorted by newest/oldest and by location within the document. When reviewing, “show annotation” takes the user back to the exact spot in the PDF/EPUB corresponding to a specific highlight.

Why do annotations look different in editing mode versus reading mode?

Switching modes changes how annotations are rendered. In editing mode, annotations appear in a markdown-like structure, while reading mode previews them in a block-code style format. The walkthrough attributes the unusual look to different CSS styling used for that preview.

Review Questions

  1. What metadata fields and target formats (local filename vs remote path) are needed to annotate a PDF/EPUB in Obsidian with the annotator plugin?
  2. Which plugin settings affect how highlights turn into saved notes (e.g., annotation mode, prefix/postfix, dark/light mode)?
  3. How does “show annotation” help users review highlights efficiently, and what does it do in relation to the highlighted text?

Key Points

  1. 1

    Install and enable the “annotator” community plugin in Obsidian to enable PDF/EPUB highlighting and note attachments.

  2. 2

    Turn on “annotation mode by default” so highlights can immediately generate annotation entries.

  3. 3

    Use prefix/postfix settings intentionally; turning them off prevents extra text from being automatically added around highlights.

  4. 4

    Create a new Obsidian note with metadata specifying an “annotation target” that points to the document (local filename with extension or a remote file path).

  5. 5

    Use the “annotate” action to open the target PDF/EPUB inside Obsidian and begin highlighting selected text.

  6. 6

    Post annotations so they persist in Obsidian, then use sorting (newest/oldest, location) and “show annotation” to jump back to the exact highlight spot.

Highlights

The annotator plugin turns PDF/EPUB highlights into saved Obsidian notes, keeping reading and note-taking in one place.
Annotations can be browsed by newest/oldest and by document location, making retrieval easier later.
“Show annotation” jumps directly to the highlighted location inside the PDF/EPUB for fast review.
Prefix/postfix options can automatically add text around highlights; disabling them keeps notes cleaner.
Remote storage paths can be used as annotation targets, so documents don’t have to live inside the Obsidian vault.

Topics

  • Obsidian Annotations
  • PDF Highlighting
  • EPUB Reading
  • Annotator Plugin
  • Remote Document Paths