From 14d4706c2dc43f791ecabc635a8338a70142ebd3 Mon Sep 17 00:00:00 2001 From: DecafDev <40307803+decaf-dev@users.noreply.github.com> Date: Sat, 10 Aug 2024 23:25:22 -0600 Subject: [PATCH 1/2] Fix content title (#11) * refactor: rename to split content * docs: update README.md * refactor: simplify variable name * docs: update README.md * refactor: update settings names * fix: use first line instead of the entire split content for title * docs: update README.md * refactor: fix grammar * docs: fix callouts * docs: update grammar --- README.md | 36 +++++++++++++--------- src/main.ts | 22 ++++++------- src/obsidian/note-splitter-settings-tab.ts | 10 +++--- src/utils.ts | 4 +-- 4 files changed, 39 insertions(+), 33 deletions(-) diff --git a/README.md b/README.md index 6a14a42..6ce12f6 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ![Obsidian Downloads](https://img.shields.io/badge/dynamic/json?logo=obsidian&color=%23483699&label=downloads&query=%24%5B%22note-splitter%22%5D.downloads&url=https%3A%2F%2Fraw.githubusercontent.com%2Fobsidianmd%2Fobsidian-releases%2Fmaster%2Fcommunity-plugin-stats.json) -Note splitter is an [Obsidian.md](https://obsidian.md) plugin for desktop only. It allows you to split a single Obsidian note into many notes based on a specified sequence of characters (a delimiter). The default delimiter is a new line. +Note splitter is an [Obsidian.md](https://obsidian.md) plugin for desktop only. It allows you to split a single note into many notes based on a specified sequence of characters (a delimiter). ## Table of contents @@ -15,13 +15,13 @@ Note splitter is an [Obsidian.md](https://obsidian.md) plugin for desktop only. ## Videos -Splitting a note without changing any settings +Split a note with default settings. -Splitting a note with [Use content as title](#use-content-as-title) enabled +Split a note with [use first line as title](#use-first-line-as-title) enabled.