Get AI summaries of any video or article — Sign up free
How To Use Obsidian: Separate Notes With Too Many Topics thumbnail

How To Use Obsidian: Separate Notes With Too Many Topics

4 min read

Based on Obsidian Explained (No Code Required)'s video on YouTube. If you like this content, support the original creators by watching, liking and subscribing to their content.

TL;DR

Use right-click → “extract current selection” to split a section from a daily note into its own note without cut-and-paste.

Briefing

Obsidian users can “refactor” messy daily notes by extracting a section into its own note—automatically naming the new file from the heading and keeping the daily note linked—without the usual cut-and-paste workflow. Instead of manually highlighting text, creating a new document, and pasting content back in, the workflow relies on Obsidian’s built-in command “extract current selection,” which turns a selected block into a separate file while preserving the connection to the original note.

The practical problem is common: a daily note (often used as a “Captain’s Log”) becomes a catch-all for multiple topics—meeting notes, novel ideas, and other unrelated items—under one title. The result is friction when searching later, because the daily note’s title doesn’t reflect the specific topic you want to find. The transcript walks through a faster alternative to splitting content: select the section you want to move (for example, a meeting section), right-click, and choose “extract current selection.” Obsidian detects the heading level (like an H1 “Meeting”) and uses it as the new file name, then creates the new note and links it back from the daily note. A modifier click (Command + click) opens the extracted note in a new tab, confirming that the new file contains the original heading and details.

A key detail is how heading structure affects extraction. The workflow is most reliable with H1 headings, but the transcript also tests other levels: an H2 “Novel idea” can still be extracted successfully, and the extracted note is created using that heading. If the selection has no heading at all, Obsidian prompts for a file name or destination, so the user still retains control.

The final refinement targets presentation. Some users dislike seeing both an H1 heading inside the note and the inline note title repeated at the top of the content. The transcript shows how to remove that redundancy via Obsidian settings: under General and appearance (specifically Appearance → Interface), users can disable “Show inline title.” With that option off (the walkthrough references Obsidian version 1.5.3), the note title remains visible at the top of the document, while the H1 heading stays only where it belongs in the body—making sections easier to fold and reducing duplicated labels.

Overall, the takeaway is a streamlined way to keep daily notes useful for capture while still organizing information into topic-specific notes. By combining extraction with heading-based naming and a small UI tweak, Obsidian can maintain clean structure without turning note-taking into a keyboard-shortcut marathon.

Cornell Notes

Obsidian can reorganize overloaded daily notes by extracting a selected section into its own note. Right-click a selection and choose “extract current selection” to create a new file automatically named from the heading (works best with H1, but can handle H2 too). The new note is linked back to the daily note, so the original context remains intact while searchability improves. If the selection lacks a heading, Obsidian prompts for a name or location. A settings change—disabling “Show inline title” (referenced in version 1.5.3)—prevents duplicate titles when an H1 heading already serves as the section label.

How does “extract current selection” improve on manual cut-and-paste when splitting topics in a daily note?

Instead of highlighting text, cutting it, creating a new document, and pasting, a user selects the section to move, right-clicks, and chooses “extract current selection.” Obsidian then creates a new note automatically and links it back from the daily note. The extracted note retains the original heading and content, and it opens in a new tab when Command is held and the link is clicked.

What determines the filename when extracting a section?

Obsidian uses the heading detected in the selection as the new file name. In the example, an H1 heading like “Meeting” becomes the filename. The transcript also demonstrates that H2 headings (like “Novel idea”) can be extracted successfully, producing a new file named after that heading.

What happens if the selected text has no heading?

When there’s no heading to derive a name from, Obsidian can’t infer a filename. It prompts the user to choose a name or destination before creating the extracted note.

Why might someone disable “Show inline title,” and how is it done?

If a note includes an H1 heading, showing the inline note title can create redundant labels (the file title appears both as the note title and again inline). The transcript shows going to settings (General and appearance → Appearance → Interface) and unselecting “Show inline title.” After closing settings, the document title stays at the top while the inline duplicate disappears.

What’s the workflow goal behind splitting daily notes into separate topic notes?

Daily notes are meant for fast capture, but they become harder to navigate when multiple unrelated topics pile up under one title. Extracting meeting notes or ideas into their own notes makes later retrieval easier because each topic gets its own title and link structure, while the daily note still provides context.

Review Questions

  1. When extracting a selection, what heading level(s) does Obsidian reliably use for automatic naming in the walkthrough?
  2. What prompt appears if the extracted selection has no heading, and why does it appear?
  3. How does disabling “Show inline title” change what you see when a note already contains an H1 heading?

Key Points

  1. 1

    Use right-click → “extract current selection” to split a section from a daily note into its own note without cut-and-paste.

  2. 2

    Obsidian names the new file using the heading found in the selected text (H1 works best; H2 can also work).

  3. 3

    Extracted notes stay linked back to the original daily note, preserving context and improving navigation.

  4. 4

    If the selection has no heading, Obsidian asks for a filename or destination before creating the new note.

  5. 5

    Disable “Show inline title” in settings to avoid duplicate titles when an H1 heading already labels the content (referenced for version 1.5.3).

  6. 6

    Refactoring daily notes improves searchability by giving meeting notes and ideas their own titles instead of burying them under the daily note heading.

Highlights

Right-clicking a selection and choosing “extract current selection” creates a new note and links it back automatically—no manual paste required.
Heading-based extraction can use H1 (and can also work with H2), turning section titles into filenames instantly.
Turning off “Show inline title” removes redundant title display when the note already uses an H1 heading for structure.

Topics

  • Note Refactoring
  • Extract Current Selection
  • Daily Note Organization
  • Heading-Based Filenames
  • Obsidian Settings