Skip to content

decaf-dev/obsidian-note-splitter

Repository files navigation

Obsidian Note Splitter

Obsidian Downloads

Note splitter is an Obsidian.md plugin for desktop only. It allows you to split an Obsidian note into individual notes based on a specified sequence of characters (a delimiter). The default delimiter is a new line.

About

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. Open the Obsidian command prompt (cmd + shift + p)
  3. Type Split by delimiter
  4. Press enter

Splitting a note will not modify the original note. It will create a new notes in an output folder that you specify.

Frontmatter

When splitting a note, this plugin will ignore frontmatter. Only the content after the frontmatter block will be split.

Settings

Delimiter

The delimiter to split by can be configured in the plugin settings. The default delimiter is a new line \n.