Get AI summaries of any video or article — Sign up free
The Ultimate Obsidian Setup for PhD Students & Academics (Second Brain for Researchers) thumbnail

The Ultimate Obsidian Setup for PhD Students & Academics (Second Brain for Researchers)

Shuvangkar Das, PhD·
5 min read

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

TL;DR

Create a dedicated Obsidian vault (e.g., “research hub”) and place it in a backed-up location like OneDrive to protect long-term research notes.

Briefing

A practical Obsidian “second brain” setup for PhD research hinges on linking three things inside one vault: a literature-review workflow, reusable note templates, and task + daily-note capture. The payoff is less friction during active reading and meetings—plus a research archive where every quoted idea can be traced back to its PDF.

The setup starts with creating an Obsidian vault (a folder in Obsidian terms) named “research hub,” stored in OneDrive so the knowledge base is backed up automatically. Once the vault is open, notes are built as connected nodes—simple placeholders first—so the system naturally grows into a web of research ideas rather than isolated files.

The first major plugin is PDF++ (installed via Obsidian’s Community Plugins). With it enabled, the workflow turns PDF reading into structured, searchable knowledge. After copying a highlighted line from a PDF, the line is pasted into Obsidian as a callout (with a callout title). Those callouts live alongside a project index note (example: “Manhattan project”), creating a direct trail from a claim in a note back to the exact location in the source PDF. The key behavior is bidirectional linking: clicking the annotation opens the PDF in a side-by-side view at the matching spot, and the reverse navigation also works—so supervisors can be answered quickly when asked where a specific line came from.

Next comes the core Template plugin, configured by choosing a template folder and creating a reusable “log template” using YAML front matter. The template uses placeholders like {{title}} and {{date}} so new notes automatically inherit a consistent structure, including a tag (e.g., “log”). When inserted into a project note, the template populates the header, date, and other fields automatically—then scales to other formats such as research logs, literature review drafts, methods write-ups, daily journals, and meeting notes.

To reduce the overhead of manually typing timestamps, the Natural Language Dates plugin is added. Typing “@today” or “@January 2nd 2026” creates date-linked entries and can also populate titles, making meeting notes and data-collection logs faster to produce.

Finally, task management is built into the system using a task plugin plus Obsidian’s Daily Notes core plugin. Tasks are created during work (e.g., “submit project report” with a due date) and then curated into the day’s note using task syntax. The result is a daily dashboard inside the vault: open Obsidian and the day’s tasks appear automatically, tied back to the research project context.

Taken together, these five additions—PDF++ for traceable annotations, templates for consistent writing, natural-language dates for quick logging, and tasks + daily notes for execution—aim to make research maintenance easier while keeping sources and responsibilities tightly connected.

Cornell Notes

The core idea is to build a research “second brain” inside one Obsidian vault that links reading, writing, and execution. PDF++ turns PDF highlights into callout notes that are bidirectionally linked back to the exact location in the source document. Templates (via the Template plugin) standardize recurring note types like research logs by auto-filling fields such as title, date, and tags using placeholders. Natural Language Dates removes friction when recording meetings and events by letting users type dates like “@today” or “@January 2nd 2026.” Task management plus Daily Notes then curates tasks into the day’s note so daily planning stays connected to research projects.

How does PDF++ change the way quoted or highlighted lines from papers are handled in Obsidian?

PDF++ enables a workflow where selected lines from a PDF are pasted into Obsidian as structured callouts (e.g., using a callout with a title). Those callouts live in a project index note (like “Manhattan project”) alongside the PDF itself. The crucial feature is bidirectional linking: clicking an annotation opens the PDF side-by-side at the same location, and navigation can also go from the PDF context back to the note. That makes it fast to answer “where did this line come from?” during supervision or review.

Why store the vault in OneDrive when setting up a research hub?

The vault location matters because the knowledge base is treated as a long-term archive. Storing the Obsidian vault inside OneDrive provides automatic backup, reducing the risk of losing research notes and annotations. The transcript’s setup uses a vault named “research hub” placed in a OneDrive folder to keep the entire research knowledge base synced.

What does the Template plugin add beyond copying note formats manually?

The Template plugin lets users create a reusable note structure once, then generate new notes consistently. After setting a template folder, a “log template” is created using YAML front matter and placeholders like {{title}} and {{date}}. When inserted into a project note, the template auto-populates the title, today’s date, and tags (e.g., “log”), speeding up creation of meeting notes, research logs, and other recurring formats.

How does Natural Language Dates reduce friction in research journaling and meetings?

Instead of typing dates manually, the plugin supports natural-language date insertion. Using “@today” creates a date-linked entry and can populate the title; it also supports past or future dates like “@January 2nd 2026.” This makes it easier to timestamp logs, meeting notes, and project events accurately without extra typing.

How do tasks and Daily Notes work together to create a daily research dashboard?

Tasks are created using the task plugin syntax (e.g., a check bullet list tagged to indicate it’s a task, with due dates). Daily Notes (a core plugin) creates a new daily note when opening Obsidian. Tasks can then be curated into that daily note using task queries/syntax (e.g., tasks with due dates like “due today”). The outcome is that opening Obsidian surfaces today’s tasks in one place, organized by day but still tied to the research context.

Review Questions

  1. What bidirectional navigation behavior makes PDF++ annotations especially useful during research review or supervision?
  2. How do {{title}} and {{date}} placeholders in a template reduce repetitive work when creating daily or project log notes?
  3. What combination of plugins turns meeting notes and tasks into a day-by-day workflow inside Daily Notes?

Key Points

  1. 1

    Create a dedicated Obsidian vault (e.g., “research hub”) and place it in a backed-up location like OneDrive to protect long-term research notes.

  2. 2

    Use PDF++ to convert PDF highlights into callout notes that remain bidirectionally linked to the exact PDF location.

  3. 3

    Maintain a project index note (such as “Manhattan project”) so annotations and source PDFs stay organized under one research umbrella.

  4. 4

    Set up the Template plugin with a template folder and YAML front matter so new log/meeting notes auto-fill title, date, and tags.

  5. 5

    Use Natural Language Dates to insert timestamps quickly with inputs like “@today” or “@January 2nd 2026.”

  6. 6

    Combine task management with Daily Notes so tasks are curated into the current day’s note and reviewed at a glance when opening Obsidian.

  7. 7

    Treat the system as an integrated workflow: reading (PDF++), writing (templates), and execution (tasks + daily notes) should reinforce each other.

Highlights

PDF++ turns highlighted lines into callout notes that can jump back to the exact spot in the PDF—making source tracking nearly instantaneous.
A single “log template” can standardize meeting notes and research journals by auto-filling {{title}}, {{date}}, and tags.
Natural Language Dates lets users type dates like “@today” or “@January 2nd 2026,” reducing timestamp friction during active research.
Daily Notes plus task syntax creates a daily task dashboard that stays connected to research projects rather than living in a separate to-do app.

Topics