RichTextKit icon indicating copy to clipboard operation
RichTextKit copied to clipboard

encapsulate RichString as a string?

Open verybadcat opened this issue 5 months ago • 1 comments

I want a way to write my RichString objects with plain text.

For example,

"The ship \i{Bismarck}"

might get converted to

"The ship Bismarck"

Of course I could roll my own. But I wonder anyone has already done it?

verybadcat avatar Aug 15 '25 22:08 verybadcat

I was thinking of adding a simple html style markup parser but never got around to it (and no immediate plans).

toptensoftware avatar Aug 19 '25 20:08 toptensoftware