in reply to Re^5: Plain Text To HTML
in thread Plain Text To HTML

> There are also fully-featured javascript client-side rich text editors like CKEditor

Or TinyMCE, ...

Those client side solutions can handle the paste event, access the navigator.clipboard object in the DOM and then choose between the best MimeTypes offered.

From personal experience I know that TinyMCE at least offers to display the content as some kind of HTML.

Pretty off topic here (no Perl involved) and probably beyond the skills of the OP.

Cheers Rolf
(addicted to the Perl Programming Language :)
see Wikisyntax for the Monastery

Replies are listed 'Best First'.
Re^7: Plain Text To HTML
by NERDVANA (Priest) on Sep 23, 2024 at 04:22 UTC
    Beyond the skills? They'd just follow the installation instructions of the component, and simplify their controller.
      The generated HTML can become complex and might need to be filtered.

      I had to do this once.

      And customizing such feature rich applications requires skills.

      Cheers Rolf
      (addicted to the Perl Programming Language :)
      see Wikisyntax for the Monastery