note-refactor-obsidian
note-refactor-obsidian copied to clipboard
Normalize header levels in new note
This setting normalizes the levels of the headings in an extracted note. #39 For example,
## Heading 2
### Heading 3
becomes
# Heading 2
## Heading 3