paste rich-text from word processor
Hi, I have to paste hundreds of line of text (from different MS Word documents) in my html page. There is an easy way during the copy (from Word)-paste (to WebStorm) to auto-convert the bold text to <b>bold text</b> (with html tags), the same with underline and italics?
Please sign in to leave a comment.
No, there is no such feature. Please vote for https://youtrack.jetbrains.com/issue/WEB-411
Hello, I had the same kind of issue. I created a small plugin for that but for PhpStorm: https://plugins.jetbrains.com/plugin/29887-paste-with-html-formatting
Maybe it would help!