Tell me more ×
Super User is a question and answer site for computer enthusiasts and power users. It's 100% free, no registration required.

Is there a way to copy-paste website content with formatting in Google Chrome? Perhaps an extension that gives such an option?

share|improve this question

1 Answer

up vote 4 down vote accepted

Well, Chrome, or any modern browser, when copying your selection, will always copy the HTML (i.e., with formatting). The software you're pasting it into, however, need to support this (most office programs do, but you might need to select "Paste Special" or Ctrl+Shift+V).

Still, the browser will only copy the HTML, but not the styles associated with it, so any indirect formatting through CSS rules will most likely not be copied and, in fact, it would be very difficult to copy them.

share|improve this answer
Exactly. @Volodymyr, where are you trying to paste into? – Marcus Chan Feb 7 at 8:23
Trying to paste it on another tab in the same browser, to another SE site as an answer. – Volodymyr Feb 7 at 8:25
@Volodymyr That won't ever work, since browser input fields never support formatting, only plain text (unless it's a javascript-based rich edit field, which is not the case for SE sites). – Stefan Seidel Feb 7 at 8:26
I see, so only manual formatting is possible, which is pretty time-consuming:(. – Volodymyr Feb 7 at 8:34
1  
Stack Exchange sites use MarkDown, so I think you should be able to edit an answer/question to access the MarkDown script and paste that into the other Stack Exchange site as an answer. – Sam Feb 7 at 9:38

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.