Skip to content

feature: add an indent of the heading body relative to the heading title #161

@russarr

Description

@russarr

Is your feature request related to a problem? Please describe.

If we set indent option, now indentation looks like:

# heading 1
some text
    ## heading 2
    some text

In Obsidian i have snippet that add indentation for body after heading relative to the heading.

Describe the solution you'd like

Is there any way, to add option to make the indentation look like this:

# heading 1
    some text
    ## heading 2
        some text

In my opinion it looks more readable.

Describe alternatives you've considered

Thanks for the great plugin!

Additional information

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions