Re: Pasting behavior in TLF

2015-07-01 Thread Joel Marks
Sorry for not replying earlier. I only check this mailing list about once a month or so. We rolled our own RTF parsing solution and it sucked. RTF sucks in general. I would suggest what we are doing with our new text editor written in Dart and just use HTML. TLF doesn't include a parser for that e

Pasting behavior in TLF

2015-06-01 Thread Harbs
I’m working on some issues related to pasting text in TLF and I’m not sure what the expected behavior is. Is there supposed to be any support for copying RTF text and preserving any of the formatting, or is RTF text supposed to take on the formatting of the TLF text that it’s being pasted into?