Skip to content

Commit

Permalink
docs: add consider subsection to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
chhoumann committed Mar 27, 2023
1 parent 30b66c6 commit 0502bd7
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions docs/docs/Choices/CaptureChoice.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,34 @@ In my journal capture, I have it set to `- {{DATE:HH:mm}} {{VALUE}}`. This inser

![image](https://user-images.githubusercontent.com/29108628/123451366-e025e280-d5dd-11eb-81b6-c21f3ad1823d.png)
![image](https://user-images.githubusercontent.com/29108628/123451469-e61bc380-d5dd-11eb-80d1-7667427656f3.png)

## Consider subsections
Behavior with `Insert after` & `Insert at end`, but not `Consider subsections` enabled:
```markdown
## Heading # Insert after here
- content 1
- content 2
- content 3 # captures to after this = same behavior as before. Enabled by default.

### Nested heading 1
Content

## Another heading
Content

```

New behavior with `Insert after`, `Insert at end`, AND `Consider subsections` enabled:
```markdown
## Heading # Insert after here
- content 1
- content 2
- content 3

### Nested heading 1
Content # captures to after this, as it's considered part of the "## Heading" section

## Another heading
Content

```

1 comment on commit 0502bd7

@vercel
Copy link

@vercel vercel bot commented on 0502bd7 Mar 27, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

quickadd – ./

quickadd-git-master-chrisbbh.vercel.app
quickadd-chrisbbh.vercel.app
quickadd.obsidian.guide

Please sign in to comment.