We have following task:
We need to display some text and add some special markup.
So far we are using classic UI and have thought about the following possibilities
- standard text editor with some actions to add start and end tag of the markup, but we didn’t find a nice possibility to trigger the actions, so we used some buttons. The other downside of this solution is, that we can’t select some text and add start text and end tag with one action.
- source code editor with a suggestor to suggest start tag and end tag. The problem with this is that there is no auto line break to wrap overlong lines. Again we found no possibility to add start and end tag at start and end of a selection.
- rich text editor could be considered as third possibility but we haven’t found a possibility to add own markup, yet.
What would you suggest? Is it possible to break line in source code editor?