How To Use Obsidian: Separate Notes With Too Many Topics
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.
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?
What determines the filename when extracting a section?
What happens if the selected text has no heading?
Why might someone disable “Show inline title,” and how is it done?
What’s the workflow goal behind splitting daily notes into separate topic notes?
Review Questions
- When extracting a selection, what heading level(s) does Obsidian reliably use for automatic naming in the walkthrough?
- What prompt appears if the extracted selection has no heading, and why does it appear?
- How does disabling “Show inline title” change what you see when a note already contains an H1 heading?
Key Points
- 1
Use right-click → “extract current selection” to split a section from a daily note into its own note without cut-and-paste.
- 2
Obsidian names the new file using the heading found in the selected text (H1 works best; H2 can also work).
- 3
Extracted notes stay linked back to the original daily note, preserving context and improving navigation.
- 4
If the selection has no heading, Obsidian asks for a filename or destination before creating the new note.
- 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
Refactoring daily notes improves searchability by giving meeting notes and ideas their own titles instead of burying them under the daily note heading.