Search...Search plugins and themes...
⌘K
Sign in
  • Get started
  • Download
  • Pricing
  • Enterprise
  • Account
  • Obsidian
  • Overview
  • Sync
  • Publish
  • Canvas
  • Mobile
  • Web Clipper
  • CLI
  • Learn
  • Help
  • Developers
  • Changelog
  • About
  • Roadmap
  • Blog
  • Resources
  • System status
  • License overview
  • Terms of service
  • Privacy policy
  • Security
  • Community
  • Plugins
  • Themes
  • Discord
  • Forum / 中文论坛
  • Merch store
  • Brand guidelines
Follow us
DiscordTwitterBlueskyThreadsMastodonYouTubeGitHub
© 2026 Obsidian

Heading to Note

Carlos J BarrosoCarlos J Barroso29 downloads

Pick a heading and turn its section, with all of its subsections, into a new note, leaving a link behind.

Add to Obsidian
Heading to Note screenshot
  • Overview
  • Scorecard
  • Updates4

An Obsidian plugin that takes a heading in your note and moves its whole section — the heading plus every subsection under it — into a new note, then leaves a link where the section used to be.

The heading picker listing every heading in the note, with its level and line number

Built for a Zettelkasten / PKM workflow where a section of a long note turns out to deserve a note of its own.

Installation

Heading to Note is in the official community plugin directory, so you can install it without leaving Obsidian:

  1. Open Settings → Community plugins → Browse.
  2. Search for Heading to Note.
  3. Select Install, then Enable.

That's the whole install. When a new version is published, Obsidian offers you the update.

Beta versions

Releases are published on GitHub before they reach the directory. To run those early versions, install BRAT and point it at the repository:

  1. In Obsidian, open Settings → Community plugins → Browse.
  2. Search for BRAT (Obsidian42 - BRAT), then Install and Enable it.
  3. Open the command palette (Ctrl/Cmd + P) and run BRAT: Add a beta plugin for testing.
  4. Paste this repository: cjbarroso/obsidian-heading-to-note
  5. Select Add Plugin, then enable Heading to Note in Settings → Community plugins.

BRAT only needs the repository name — no build step, no manual file copying. You don't need BRAT if you installed from the directory: both manage the same plugin folder.

Manual installation

If you would rather not use the directory, or you are setting up a vault offline, copy the three release files yourself:

  1. Download main.js, manifest.json and styles.css from the latest release.
  2. Create the folder <your-vault>/.obsidian/plugins/heading-to-note/ if it does not exist.
  3. Put the three files inside that folder.
  4. Reload Obsidian (Ctrl/Cmd + R, or quit and reopen).
  5. Go to Settings → Community plugins → Installed plugins and enable Heading to Note.

If the plugin does not show up, check that Restricted mode is off and that the folder is named exactly heading-to-note (the folder name must match the id in manifest.json).

From source

There is no build step: main.js is plain CommonJS and loads directly.

git clone https://github.com/cjbarroso/obsidian-heading-to-note.git
cp main.js manifest.json styles.css "<your-vault>/.obsidian/plugins/heading-to-note/"

Usage

Three ways to run it:

Where Command
Command palette Convert a heading into a new note — opens a searchable list of every heading in the note
Command palette Convert the current section into a new note — uses the heading that contains the cursor
Editor right click Convert section into a new note

What it does

  1. Finds the heading and its subtree: everything up to the next heading of the same or a higher level. Headings inside code fences and inside the frontmatter are ignored.
  2. Creates the new note, named after the heading. If that name is taken, it appends 1, 2, …
  3. Copies the frontmatter of the source note, minus the excluded properties.
  4. Replaces the moved section in the source note with a link to the new note, and saves the file immediately instead of waiting for Obsidian's deferred autosave.
  5. Rewrites links across the vault that pointed at the moved headings: [[Source#Section]] → [[New note#Section]], keeping aliases and block references intact.

Settings

Settings → Heading to Note

Setting Default Description
Destination folder (empty) Empty means the folder of the source note. A path that does not exist is created. The field autocompletes the folders in the vault.
Open the new note on Opens the extracted note in a new tab.
Inherit frontmatter on Copies the source note's properties.
Excluded properties id, aliases Properties that are never copied (keeps a Zettelkasten id from being duplicated).
Keep the heading line on Off: the new note starts directly with the section body.
Leave a link on Off: the section disappears with no trace.
Link format Wikilink Or a callout: > [!abstract] Extracted to [[New note]].
Update incoming links on Rewrites links elsewhere in the vault.

Languages

The interface follows the language configured in Obsidian: English by default, Spanish when the app is in Spanish. The callout left behind in the source note uses the same language.

Notes and limitations

  • Editor only: if the note is in reading view, the commands are unavailable.
  • Only Markdown files.
  • Links inside the moved text that point to headings that stayed behind are not rewritten.

License

MIT

HealthExcellent
ReviewPassed
About
Move a heading and all its subsections into a new note and replace the original content with a link to that note. Split long notes into standalone Zettelkasten/PKM notes while preserving hierarchy and links.
OutliningFilesLinks
Details
Current version
1.1.0
Last updated
6 days ago
Created
7 days ago
Updates
4 releases
Downloads
29
Compatible with
Obsidian 1.8.7+
Platforms
Desktop, Mobile
License
MIT
Report bugRequest featureReport plugin
Author
Carlos J BarrosoCarlos J Barrosocjbarroso
www.cjbarroso.com
GitHubcjbarroso
carlosjosebarroso
facebook.com
  1. Community
  2. Plugins
  3. Outlining
  4. Heading to Note

Related plugins

Advanced URI

Control everything with URI.

Find orphaned files and broken links

Find files that are not linked anywhere and would otherwise be lost in your vault. In other words: files with no backlinks.

Note Refactor

Extract note content into new notes and split notes.

Custom Attachment Location

Customize attachment location with variables($filename, $data, etc) like Typora.

Notebook Navigator

A better file browser and calendar inspired by Apple Notes, Bear, Evernote and Day One.

Excalidraw

Visual PKM powerhouse. Create and edit Excalidraw drawings.

Claudian

Embeds Claude Code/Codex and other local Agents as AI collaborators in your vault.

Smart Connections

Find related notes and excerpts while writing. Your AI link building copilot displays relevant content in graph + list view. A local embedding model powers semantic search. Zero setup. No API key.

Breadcrumbs

Visualise the hierarchy of your vault using a breadcrumb trail or matrix view.

Thino

Quickly capture memos and display them in the sidebar with a heatmap. (Closed source)