SlRvb / Obsidian--ITS-Theme

Theme designed with readability and customizability in mind. Change it easily to your liking with the Style Settings plugin installed.
https://publish.obsidian.md/slrvb-docs/ITS+Theme/ITS+Theme
GNU General Public License v2.0
531 stars 112 forks source link

[Bug] List does not render lines correctly with tasks #92

Closed stecydube closed 2 years ago

stecydube commented 2 years ago

Using list and/or task item does not always have the vertical lines properly displayed.

For example:

Some text

- [ ] Something
- [ ] Something

Some Text

- [ ] Something
    - Something

produces

image

As a solution, maybe have the checkboxes in column 1, in line with the regular text paragraph?

image

On windows 10, obsidian 0.13.33

Borber commented 2 years ago

Current recommended configuration:

image image image

Results: image I think it's perfect.

stecydube commented 2 years ago

hmmm, odd, I don't have the "Show Indentation Guides" under Editor...

image

Borber commented 2 years ago

hmmm, odd, I don't have the "Show Indentation Guides" under Editor...

image

Oh, and this is a new feature in 0.14

SlRvb commented 2 years ago

Yeah my css was updated for 0.14 because the changes broke the css in that same way... which means I broke it for those not using 0.14 yet 🙃🙃

Borber commented 2 years ago

Yeah my css was updated for 0.14 because the changes broke the css in that same way... which means I broke it for those not using 0.14 yet 🙃🙃

But it's worth it, because the new version of the style is really cool

stecydube commented 2 years ago

Ok, I'll wait until 0.14 comes out.

SlRvb commented 2 years ago

I've added a toggle in the mean time under Note Elements > Checkboxes > Pre v0.14 Checkbox Alignment Fix that should hopefully fix that. Do let me know if it helps :)

46f17226d602d01f2dfbc31732dcb962c7776155

stecydube commented 2 years ago

That is so perfect 😀 Thank you very much !