Hello! I'm working on a project where I would like to be able strike through lines of text as a means of showing that a step has been done. It seems that only the HTMLEditor is capable of showing styled text (in a field where the user can edit text). However, I can not figure out some things about the HTMLEditor:
- Is .HtmlText the only method that returns the contents of the widget?
- Are there any existing libraries or methods for parsing the html or converting it to a format that is easier to work with?
- Is it possible to programmatically highlight characters, words, or lines of text in an HTMLEditor?
- Is there a tutorial on using the HTMLEditor?