In one of my pages I want to highlight single words in my text by making them bold. I was searching in the forum for solutions how to do this and found this question.
Here’s why in my opinion both solutions are not good enough:
- HTML snippet: Firstly there should be an easier way to highlight a single word than download a widget from the store instead of using the standard textbox. Furthermore in my case I want to include data from an entity and you can’t do that with this widget.
- Use seperate textboxes: Yes, I can use several textboxes to accomplish what I want, but not only do I think I shouldn’t need to use several textboxes, but it also comes with other problems, for example having to define a margin so that there is space between two textboxes (white spaces don’t help here)
My idea:
Ideally I would like to have an option to use “Markdown-like” textboxes that allow dynamic data to be inserted. However what would be less complicated and really convenient is to allow inline text elements in textboxes similar to what bootstrap offers.