Android-RTEditor icon indicating copy to clipboard operation
Android-RTEditor copied to clipboard

Request: add option for `getText(RTFormat.PLAIN_TEXT)` , to put numbers and bullets characters

Open AndroidDeveloperLB opened this issue 7 years ago • 0 comments

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?

AndroidDeveloperLB avatar Mar 06 '18 12:03 AndroidDeveloperLB