aidenlx / marginnote-companion

An Obsidian plugin to bridge MarginNote 3 and Obsidian.md
MIT License
163 stars 15 forks source link

[Feature Request] Convert Some Bullet Points into Headings in TOC Mode #36

Open MiracleXYZ opened 2 years ago

MiracleXYZ commented 2 years ago

When reading a book that has a lot of chapters, my TOC note often looks like this:

- Chapter 1 Lorem
  - 1.1 Ipsum
    - 1.1.1 Lorem Ipsum
      - Some note here...
        - Some sub-points...
          - And sub-sub-points...

Instead of having a lot of indentations, I want the note to be like this:

# Chapter 1 Lorem

## 1.1 Ipsum

### 1.1.1 Lorem Ipsum

- Some note here...
  - Some sub-points...
    - And sub-sub-points...

I can only copy/paste notes for every Chapter and Section manually right now. If this feature is implemented, it will definitely help us a lot :)