Skip to content

Commit

Permalink
Updates split by heading gif in README and fixes typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lynchjames committed Nov 14, 2020
1 parent f888049 commit 4fb46d1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ This table shows the different use cases for this plugin and how commands and se
| 1 | 1. Split a note from the current line of the cursor into new note exactly as it is.<br />2. File name for new note provided by the user. | Split note here - content only | **Include Heading**<br/>False |
| 2 | 1. Split a note from the current line of the cursor into new note.<br />2. File name for new note provided by the user.<br />3. First line included in the new note as a heading. | Split note here - content only | **Include Heading**<br/>True |
| 3 | 1. Split a note from the current line of the cursor into new note exactly as it is.<br />2. File name for new note set from the first line of the selection. | Split note here - first line as file name | **Include Heading**<br />False |
| 4 | 1. Split a note from the current line of the cursor into a new note<br />2. File name for new note set from the first line of the selection.<br />3. First line included in the new note as a heading. | Split note here - first line as file name | **Exclude First Line**<br />False <br/><br />**Include Heading**<br />True |
| 5 | 1. Split a note with content under a heading going into a new note for each heding<br />2. File name for each new note set from the heading. | Split note by headings - H1<br/><br/> Split note by headings - H2 <br/><br/> Split note by headings - H3 | **Include Heading**<br />False |
| 4 | 1. Split a note from the current line of the cursor into a new note.<br />2. File name for new note set from the first line of the selection.<br />3. First line included in the new note as a heading. | Split note here - first line as file name | **Exclude First Line**<br />False <br/><br />**Include Heading**<br />True |
| 5 | 1. Split a note with content under a heading going into a new note for each heading.<br />2. File name for each new note set from the heading. | Split note by headings - H1<br/><br/> Split note by headings - H2 <br/><br/> Split note by headings - H3 | **Include Heading**<br />False |

## Commands

Expand All @@ -60,7 +60,7 @@ This command splits the current note into a new note from the current line. The

This command splits the current note into a new note for every heading at the level selected (H1, H2 or H3) using the heading as the file name for each new note.

![split by headings demo](images/Note-Refactor-Demo-Split-by-Headings.gif)
![split by headings demo](https://raw.githubusercontent.com/lynchjames/note-refactor-obsidian/master/images/Note-Refactor-Demo-Split-by-Headings.gif)

### Extract Selection

Expand Down

0 comments on commit 4fb46d1

Please sign in to comment.