How to ensure only PLAINTEXT is copied, excluding the style?

6340536--704388--upload_2020-9-23_21-27-30.png

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:

  1. txt.stripRichText() void // Removes from the txt itself
  2. txt.getPlaintext() str // Gets the stripped str without altering the txt itself

6340536--704388--upload_2020-9-23_21-27-30.png

Related: removing rich text tags from a string