Skip to content
This repository has been archived by the owner on Aug 13, 2022. It is now read-only.

feature: render headings from embedded notes #52

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

fnumatic
Copy link

Assume there is an embedded noteA

# noteA
## header1
## header2

Inside main note like this

## foobar
## ![[noteA]]

the plugin should render following toc

## toc
- foobar
- noteA
  - header1
  - header2

todo:

  • there are no tests yet
  • there must be an option to allow rendering subheadings from embedded notes
  • remove DRY code, (as of now dancing around your code)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant