Need to be able to have more than one tier of bullets for creating outlines in the rich text editor. Bonus points = allow designer to configure the bullet symbols for the entire site so editors stay in the design of the site.
Last week I very confidently told a client, that this is, of course, not a problem at all… What a joke. Webflow, I love you, but you need to get stuff like this handled asap.
I'm working on a solution for this to post-process some simple markup into a nested list. I need some folks to help me test and validate my use cases. Anyone keen to help test can message me - mike@sygnal.com. Demo is here- https://nested-lists-richtext.webflow.io/demo-2
This is the kind of thing that leads me to say that Webflow is the worst website builder around. I would never recommend it to a client. I would advise them to avoid Webflow at all costs. Missing elementary functionality and not in any way intuitive. Worst UI ever.
"It's 2022! Let's implement this 'feature' that is available since the beginning of the internet.." Agreed! 😆 But, really... if you can't support this, give me a break. And, also agree with Alex... it is hello embarrassing.
Astounded this still hasn't been done ... 5 years later?! Its not like Webflow is cheap or anything, and this is a basic feature of even the cheapest ancient CMS tools. just wow.
First request 2017 - almost 7 years for basic requirement and still waiting!
Come on Webflow! You've got a great new logo and improved interface.
But no sub bullet and unbullet listing!!
Attachments Open full size
I can't do basic legal pages on my website without a bunch of hacks and custom code.
How is this basic feature not prioritized?
Attachments Open full size
Is this how Webflow forces us to pay for the product? Without paying you can't use rich HTML?
Attachments Open full size
How is this still NOT available? To think that I can't recommend Webflow to a client simply because I cannot have nested list items — ??????
Attachments Open full size
Last week I very confidently told a client, that this is, of course, not a problem at all… What a joke. Webflow, I love you, but you need to get stuff like this handled asap.
Attachments Open full size
How is this still not a feature...
Attachments Open full size
@Webflow team - what is wrong with you? after 5 years you still haven't resolved this. why. WHY!!
Attachments Open full size
even
here
I
can
nest
my
list ...
Oh
boy!
It
was
requested
in 2017
Attachments Open full size
2023 and still not possible....
Attachments Open full size
I'm working on a solution for this to post-process some simple markup into a nested list. I need some folks to help me test and validate my use cases. Anyone keen to help test can message me - mike@sygnal.com. Demo is here-
https://nested-lists-richtext.webflow.io/demo-2
Attachments Open full size
@webflow since it got reviewed in 2017 is it not going to be looked upon again?
Attachments Open full size
🙈
Attachments Open full size
This is the kind of thing that leads me to say that Webflow is the worst website builder around. I would never recommend it to a client. I would advise them to avoid Webflow at all costs. Missing elementary functionality and not in any way intuitive. Worst UI ever.
Attachments Open full size
"It's 2022! Let's implement this 'feature' that is available since the beginning of the internet.." Agreed! 😆 But, really... if you can't support this, give me a break. And, also agree with Alex... it is hello embarrassing.
Attachments Open full size
Y no nest in 2022??????
Attachments Open full size
I'm really surprised this isn't a thing already, and hasn't been for at least 5 years. 😬
Attachments Open full size
It's 2022! Let's implement this 'feature' that is available since the beginning of the internet..
Attachments Open full size
It's pretty embarrassing having to tell a client that they can't do this on Webflow 😬
Attachments Open full size
Astounded this still hasn't been done ... 5 years later?! Its not like Webflow is cheap or anything, and this is a basic feature of even the cheapest ancient CMS tools. just wow.
Attachments Open full size
Possible work around; using "em" in lists to create the nested items
//CREATE SUB ITEM
$('rich_text ul li > em').each(function () {
$(this).parent().addClass('nested-list-item');
});
Attachments Open full size