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
  • Join the community
  • Discord
  • Forum / 中文论坛
  • Merch store
  • Brand guidelines
Follow us
DiscordTwitterBlueskyThreadsMastodonYouTubeGitHub
© 2026 Obsidian

Note Splitter

decaf-devdecaf-dev2k downloads

Split a note into individual notes based on a delimiter.

Add to Obsidian
  • Overview
  • Scorecard
  • Updates16

Note splitter is an Obsidian.md plugin for desktop only. It allows you to split a single note into many notes based on a sequence of characters (a delimiter).

Table of contents

  • Videos
  • Installation
  • Usage
  • Settings
  • Learn more
  • Contributing
  • License

Videos

Split a note using default settings.

Your browser does not support the video tag.

Split a note with use first line as title enabled.

Your browser does not support the video tag.

Installation

  1. In Obsidian, open Settings
  2. Go to Community plugins
  3. Select Browse
  4. Search for Note Splitter by DecafDev
  5. Select Install
  6. Then select Enable

Usage

  1. Open a note that you want to split
  2. Switch to editing mode
  3. Open the Obsidian command palette
  4. Type Split by delimiter
  5. Press enter
  6. See split notes in the output folder

[!NOTE] Splitting a note will not modify the original note.

Frontmatter

When splitting a note, frontmater is ignored. Only content after the frontmatter block is split.

Settings

Output folder

The folder to save split notes in. If the input is empty, the folder of the original note will be used.

[!NOTE] Default value is note-splitter

Delimiter

The sequence of characters to split by. When you split a note, the content before and after each delimiter will become new notes.

[!NOTE] The default value is a newline character \n

Remove delimiter

If enabled, the delimiter will not be included in the content of split notes.

For example, suppose you have two sentences and your delimiter is set to a period ..

This is sentence 1. This is sentence 2.

If this setting is enabled, the output will be:

This is sentence 1
This is sentence 2

If you wanted to retain the period in each split note, you could disable this setting. The output would then be:

This is sentence 1.
This is sentence 2.

[!NOTE] Enabled by default.

Use first line as title

If enabled, the first line of split content will be used as the title of the split note. If the title already exists, the conflict will be indicated by naming the note as Split conflict <random-uuid>.

If disabled, a timestamp will be used as the title e.g. note-splitter-1702591910.

[!NOTE] Disabled by default.

Removed characters

Depending on your operating system, Obsidian will not allow certain characters in a file name.

When Use first line as title is enabled, invalid characters in the first line will be removed.

Character Removed On
* Windows
" Windows
` Windows
? Windows
< Windows
> Windows
: Windows, macOS, Linux
\ Windows, macOS, Linux
/ Windows, macOS, Linux
^ Windows, macOS, Linux
[ Windows, macOS, Linux
] Windows, macOS, Linux
# Windows, macOS, Linux

Append to split content

This is text that should appended to the content of each split note.

Delete original

If enabled, the original note will be deleted after a successful split.

[!NOTE] Disabled by default.

Learn more

Steps to create Anki flashcards from an English article, using Yanki, ChatGPT, Note Splitter by @jdevtw

Contributing

Issues and pull requests are welcome.

License

Note Splitter is distributed under MIT License

70%
HealthGood
ReviewSatisfactory
About
Split a note into multiple Markdown files using a custom delimiter, creating new notes without modifying the original. Ignore frontmatter, save splits to a chosen output folder, and optionally use the first line as each new note's title or remove the delimiter from the split content.
FilesCommandsFolders
Details
Current version
1.3.0
Last updated
2 years ago
Created
2 years ago
Updates
16 releases
Downloads
2k
Compatible with
Obsidian 0.15.0+
License
MIT
Report bugRequest featureReport plugin
Sponsor
Ko-fi
Author
decaf-devdecaf-dev
github.com/decaf-dev
GitHubdecaf-dev
  1. Community
  2. Plugins
  3. Files
  4. Note Splitter

Related plugins

Custom File Explorer sorting

Manual or automatic config-driven reordering and sorting of files and folders in File Explorer.

Multi Properties

Add properties to multiple notes at once. Either right-click a folder or select multiple notes and right-click the selection.

File Explorer Note Count

See the number of notes in each folder within the file explorer.

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.

Manual Sorting

Drag'n'Drop sorting within file explorer.

File Tree Alternative

An alternative file tree view with separate folder and file panes.

Quick Explorer

Perform file explorer operations (and see your current file path) from the title bar, using the mouse or keyboard.

Trash Explorer

Restore and delete files from the Obsidian .trash folder.

File Explorer++

Hide and pin files and folders in the file explorer using custom filters.

Auto Note Mover

Automatically move the active notes to their respective folders according to rules you set.