Skip to content

Add bulleted list tag management in Rich text widget #151

@andrea-favret

Description

@andrea-favret

Is your feature request related to a problem? Please describe.
In our projects where we use the GUIX graphical library, we use the rich text objects of GUIX to show some string in the display using the tags to print them in Bold. Now we are evaluating the possibility to use the same object to print bulleted end numbered list.

Describe the solution you'd like
We want to understand if it is possible to use with rich text object the tags like this:

<ul>
  <li>Coffee</li>
  <li>Tea</li>
  <li>Milk</li>
</ul>

to generate a bulleted list like this:

  • Coffee
  • Tea
  • Milk

If at the moment it is not available, is it possible to add this feature? In case, what can be the timings to implement such feature?

Thanks in advance for the support!

Metadata

Metadata

Assignees

No one assigned

    Labels

    featureNew feature or enhancement request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions