gbif / ipt

GBIF Integrated Publishing Toolkit (IPT)
https://www.gbif.org/ipt
Apache License 2.0
127 stars 57 forks source link

More user-friendly information on or integration of HTML tags? #2477

Closed CecSve closed 2 weeks ago

CecSve commented 1 month ago

Feedback for https://github.com/gbif/ipt/issues/2473.

Currently, the help button/information button (?) lists the available HTML tags but if users are unfamiliar with HTML, then it can be a bit tricky to structure the text with it. I wonder if it could be possible to integrate buttons (like the code view button that currently exists) so the selected text can be structured within a more understandable tag, like clicking a small image with a list will create a list in code view

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

but the user will see the text view

and not have to bother with understanding HTML.

mike-podolskiy90 commented 1 month ago

Yes, a regular rich-text editor would be better, but because of conversion to DocBook I did not manage to make it work stable.

mike-podolskiy90 commented 2 weeks ago

We can try to implement that in the future as an improvement. I did not manage to make it work stable with all the conversions.