Android-RTEditor
Android-RTEditor copied to clipboard
Request: add option for `getText(RTFormat.PLAIN_TEXT)` , to put numbers and bullets characters
Suppose I have written some text in the RTEditText view, including lists (bullets or numbers).
When I convert to plain text, I'd want that the bullets would be converted to bullet character ("•") , and the numbers of the list would be converted to numbers ("1.", "2." , ...).
Is it possible? If not, can you please add it , or tell how to do it?