Format text: Ordered and unordered lists without custom code
-
I have a feature request for something very basic: Next to paragraphs, headlines, buttons, etc. I'd vey much appreciate the possibility to add unordered and ordered list formatting (or I was unable to find that feature). Personally, I don't need fancy customizations on top of that, but the basic possibility to use this type of formatting within the visual editor would be great.
Right now my workout very time is to create a Text Format called "List" and then style it with ._List { list-style: .... }. Though this is bad semantics and the HTML uses <p>s instead of <li>s.
Yes, I can use the code view, but that is extremely unhandy. And since bullets and lists is a widely used way to display information, I think this can be a very valuable addition.
-
Hey man, if you update your LayTheme and open up the text editor you should see list options next to the source code icon. It was included in a recent update. Cheers.
-
yee

-
yee

@arminunruh @alasdair17
Sweet! That's right. I was under the impression that I was on the most recent version, but apparently I wasn't.Thank you!