Get AI summaries of any video or article — Sign up free
✨ How to use Obsidian, the BEST 2025 Studying and Note Taking App for Students and School ✨ thumbnail

✨ How to use Obsidian, the BEST 2025 Studying and Note Taking App for Students and School ✨

John Mavrick Ch.·
5 min read

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

TL;DR

Create an Obsidian vault as the local folder for notes, then decide whether to sync via Obsidian Sync or cloud storage like iCloud/Google Drive.

Briefing

Obsidian is positioned as a study system that turns course notes into a connected knowledge graph—and then into retrieval practice—without forcing students into rigid folder hierarchies. The core workflow starts with building a “vault” (a local folder for notes, images, and files) and then organizing school information through internal links that let ideas jump to one another instantly. That linking approach matters because it supports conceptual note-taking: the same concept can belong to multiple classes at once, while still remaining one source of truth.

After setting up a vault, the transcript walks through creating notes using multiple methods (new note button, hotkeys like Ctrl+N / Command+N, or pre-naming with Ctrl+O). Notes are written in Markdown, using syntax for headers (hashtags), emphasis (asterisks/underscores), strikethrough (tilde), highlighting (double equals), quotes, and code blocks (backticks). For day-to-day usability, preview mode (toggle via Ctrl+E) provides a cleaner reading view than raw editing.

The standout feature is internal linking: wrapping an existing note name in square brackets creates clickable connections, and links can also create new notes on the fly. This enables a Wikipedia-like navigation experience inside a student’s own materials. Connections can be visualized in Graph View, showing a web of relationships across notes—useful for spotting what’s connected, what’s missing, and what prior ideas were forgotten.

Organization then shifts from folders to a “main school note” that acts as an index, with internal links to sub-notes like a “courses” hub. Templates are used to speed up repeatable note creation. The transcript specifically describes enabling the Templates core plugin, storing templates in a dedicated folder, and using the command palette to insert a course template that auto-fills variables such as the course title.

Conceptual note-taking is demonstrated with biology and psychology examples built around a shared “brain” note. Instead of duplicating the brain concept inside separate folders, both courses link to the same brain note, and the brain note links back to each course context. The approach scales: main concept notes can link to smaller parts (e.g., hippocampus, short-term memory, dementia), forming loops that mirror how understanding deepens over time. Graph View reinforces this by showing how the network grows as new notes are added.

To make studying more effective, the transcript adds two retrieval-focused layers via plugins. A “Fold” feature supports active recall by hiding parts of notes until the learner tries to remember them. Then the Spaced Repetition plugin converts note lines into flashcards using a front/back format separated by double colons, with review scheduling that re-tests cards later (up to about 3.5 days). For broader practice, notes can be tagged for review (e.g., a review tag), and flashcards can be filtered using hierarchical tags so cards stay separated by class (such as flashcard tags for specific courses). The result is a workflow that links learning, retrieval, and scheduling into one system students can iterate on semester after semester.

Cornell Notes

Obsidian is presented as a free note-taking and studying system built around internal links, templates, and retrieval practice. Notes are stored in a vault and written in Markdown, then connected through square-bracket links so concepts can belong to multiple courses without duplication. A main “school” note and course templates provide structure without relying on folders for hierarchy. For studying, the Fold feature supports active recall by hiding definitions or details, while the Spaced Repetition plugin turns tagged note content into flashcards with scheduled re-testing. Hierarchical flashcard tags let students separate decks by class or topic, so review stays targeted.

How does internal linking change the way students organize course notes in Obsidian?

Internal links replace rigid folder-based organization with a network of connections. By renaming notes and then creating links using square brackets (e.g., linking one note name to another), clicking the link jumps to the referenced note. Links can also create new notes when the target doesn’t exist yet (using Ctrl + click / create behavior). This lets the same concept—like a “brain” note—be referenced from multiple course notes without duplicating content, and Graph View can visualize the resulting web of relationships.

What role do templates play in keeping course notes consistent and fast to create?

Templates automate repeatable note structures. The transcript describes enabling the Templates core plugin in Settings, storing templates in a dedicated folder (e.g., a “templates” folder), and then inserting templates via the command palette. When creating a course note (like “Math 100”), the template can include variable fields such as the title, so new course notes start with consistent headers and sections every time.

How does conceptual note-taking work across different subjects using one shared concept note?

Conceptual note-taking builds a main concept note and links it to course-specific contexts. In the biology/psychology example, both courses link to the same “brain” note. The brain note then links back to how the brain is relevant in each subject (e.g., controlling emotions in psychology, part of human anatomy in biology). This creates a loop of connections rather than forcing the learner to choose one folder location for the concept.

How do Fold and Spaced Repetition plugins support active recall and long-term retention?

Fold supports active recall by letting learners hide parts of a note (enabled via Settings → Editor and fold heading/fold indent). The learner then reveals the hidden content line by line to test memory. Spaced Repetition converts note content into flashcards using a front/back format separated by double colons (front before, back after). A review interface then re-tests cards and schedules the next review based on how well the learner remembered, pushing difficult cards back sooner and easier ones later (up to roughly 3.5 days later in the example).

How can students keep flashcards separated by class or topic?

Flashcards use hierarchical tags. The transcript shows using tags like #flashcards with sub-tags for specific classes (e.g., #flashcards/cmt125 and #flashcards/macom). In Spaced Repetition settings, students can choose which tag to pull from, so reviewing can be limited to one course’s cards instead of mixing everything together.

Review Questions

  1. When would a student prefer internal links over folders, and what problem does that solve for shared concepts across classes?
  2. Describe the exact flashcard syntax used for Spaced Repetition and how review scheduling changes based on recall quality.
  3. How do hierarchical flashcard tags help prevent cross-contamination of decks between different courses?

Key Points

  1. 1

    Create an Obsidian vault as the local folder for notes, then decide whether to sync via Obsidian Sync or cloud storage like iCloud/Google Drive.

  2. 2

    Use Markdown syntax (headers with hashtags, emphasis with asterisks/underscores, strikethrough with tilde, code blocks with backticks) and rely on preview mode for readability.

  3. 3

    Organize school information through internal links and a main index note, rather than forcing note hierarchy into folders.

  4. 4

    Speed up repeatable note creation by enabling the Templates core plugin and inserting templates via the command palette.

  5. 5

    Build conceptual understanding by linking one shared concept note (e.g., “brain”) to multiple course contexts, then linking back to form loops.

  6. 6

    Turn notes into study tools with Fold for active recall and Spaced Repetition for flashcards with scheduled re-testing.

  7. 7

    Use hierarchical flashcard tags to filter reviews by class or topic so study time stays targeted.

Highlights

Internal links let one concept note serve multiple courses without duplication, and Graph View visualizes the growing network of relationships.
Templates standardize course notes: enable the Templates plugin, store templates in a folder, then insert them so variables like titles auto-fill.
Fold enables active recall inside notes by hiding definitions/details until the learner tries to remember them.
Spaced Repetition flashcards are created by tagging content (e.g., #flashcards) and using a front/back separator with double colons.
Hierarchical flashcard tags allow separate decks per class, and Spaced Repetition settings can pull only the chosen tag set.

Mentioned