Is it possible to add vertical lines at the left below each bullet point?

What I asking is something similar to what Dynalist has, so every time I open a bullet point, it goes all the way doen to the next bullet point at the same level and so on, this helps me navitate my lists and visualise what contents are inside what and when the next bullet start.

Would this something that can be achieved with custom CSS or do I need to request it as a feature?

+1: excellent suggestion!

Hello,

have you tried custom CSS like:

ul.dndUl { 
  border-left: 1px solid #eee;
}

?

Hey Kirill, amazing!

This worked perfectly.

Thank you very much :slight_smile: