From 67e885e3c75e8e23a86a64450d4d0926245c1e41 Mon Sep 17 00:00:00 2001 From: svonjoi <58810368+svonjoi@users.noreply.github.com> Date: Thu, 23 Feb 2023 10:39:44 +0100 Subject: [PATCH 1/3] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 5b8454b..4d28175 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ ## Heading Level Indent Indenting headers (with content) based on the level + +Settings available to customize margin for each heading + +![plugin_preview](https://user-images.githubusercontent.com/58810368/220870821-1d7adf75-d6c8-4f6e-9634-5f10b34cfe95.png) From c60ff269e783279f03ef0e9c5a45e95ca5ae0556 Mon Sep 17 00:00:00 2001 From: svonjoi <58810368+svonjoi@users.noreply.github.com> Date: Thu, 23 Feb 2023 10:46:36 +0100 Subject: [PATCH 2/3] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 4d28175..c7af038 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,10 @@ Indenting headers (with content) based on the level +For now, it only works in reading view. + Settings available to customize margin for each heading +Also you can add your own custom css to the headings and their content, using the classes `data_h1/2/3/4/5/6` and `heading_h1/2/3/4/5/6` appended to each rendered section in reading view + ![plugin_preview](https://user-images.githubusercontent.com/58810368/220870821-1d7adf75-d6c8-4f6e-9634-5f10b34cfe95.png) From 9b67b16785a000251533c368aae5ec0bda703a0b Mon Sep 17 00:00:00 2001 From: svonjoi <58810368+svonjoi@users.noreply.github.com> Date: Thu, 23 Feb 2023 10:48:25 +0100 Subject: [PATCH 3/3] Update README.md --- README.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index c7af038..99d63cb 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,9 @@ ## Heading Level Indent -Indenting headers (with content) based on the level +Indenting headers (with content) based on the level. -For now, it only works in reading view. - -Settings available to customize margin for each heading - -Also you can add your own custom css to the headings and their content, using the classes `data_h1/2/3/4/5/6` and `heading_h1/2/3/4/5/6` appended to each rendered section in reading view +- For now, it only works in reading view. +- Settings available to customize margin for each heading +- Also you can add your own custom css to the headings and their content, using the classes `data_h1/2/3/4/5/6` and `heading_h1/2/3/4/5/6` appended to each rendered section in reading view ![plugin_preview](https://user-images.githubusercontent.com/58810368/220870821-1d7adf75-d6c8-4f6e-9634-5f10b34cfe95.png)