Above, if you copy “the Paladin”, this is what will actually copy:
"the <style=paladin>Paladin</style>"
This is not good: How to make them PLAINTEXT copy (strip rich tags on copy)? Expected:
"the Paladin"
Suggestion 1:
Add a checkbox for “strip rich text on copy”
Suggestion 2 (would love to see this in addition to 1 above):
Add:
- txt.stripRichText() void // Removes from the txt itself
- txt.getPlaintext() str // Gets the stripped str without altering the txt itself