Thursday, July 18, 2024
1 change · saas-17.4
Enhancements to existing features
The web editor now turns common typing shortcuts into lists automatically. Users can start numbered lists with formats like 1., a., or A., and bullet lists with * or -, making content creation faster and more intuitive.
Original PR description
With this commit, the automatic list detection feature for both numbered and bulleted lists is now implemented. Users can effortlessly create numbered or bulleted lists. - For numbered lists, users can use '1.', '1)', 'a.', 'a)', 'A.', 'A)', followed by a space to generate lists with numeric,lowercase alphabetical, or uppercase alphabetical numbering respectively. - For bulleted lists, users can simply type '*' or '-' followed by a space to create bullet points. task-3775714 Co-authored-by: Dhaval Baraiya [dhba@odoo.com](mailto:dhba@odoo.com)