<?xml version="1.0" encoding="UTF-8"?> <rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
> <channel><title>gHacks Technology News &#124; Latest Tech News, Software And Tutorials &#187; copy text</title> <atom:link href="http://www.ghacks.net/tag/copy-text/feed/" rel="self" type="application/rss+xml" /><link>http://www.ghacks.net</link> <description>A technology news blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description> <lastBuildDate>Fri, 10 Feb 2012 20:51:26 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/> <item><title>Firefox Copy Code</title><link>http://www.ghacks.net/2008/11/07/firefox-copy-code/</link> <comments>http://www.ghacks.net/2008/11/07/firefox-copy-code/#comments</comments> <pubDate>Fri, 07 Nov 2008 09:05:25 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Browsing]]></category> <category><![CDATA[Firefox]]></category> <category><![CDATA[copy code]]></category> <category><![CDATA[copy html]]></category> <category><![CDATA[copy text]]></category> <category><![CDATA[firefox add-ons]]></category> <category><![CDATA[firefox tips]]></category> <category><![CDATA[firefox-extensions]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=8123</guid> <description><![CDATA[While most users want to make sure that copied text from their web browser does not contain any formatting or code some users might just need that. Web developers for instance might be inclined to copy the html instead of the plain text to be able to process it further or use the information to [...]]]></description> <content:encoded><![CDATA[<p>While most users want to make sure that copied text from their web browser does not contain any formatting or code some users might just need that. Web developers for instance might be inclined to copy the html instead of the plain text to be able to process it further or use the information to paste it into an editor that is compatible to html code.</p><p>One example could be to copy a nicely formatted html table into a rich text editor. It is possible to copy the html manually by looking at the source code, finding the code and text that should be copied and pasting that code into another application.</p><p>Copy Code on the other hand automates the process. After installing the Firefox add-on it is simply a matter of selecting the text on the website that should be copied, right-clicking when that is done and choosing the Copy HTML entry from the menu.</p><p><span
id="more-8123"></span><img
src="http://www.ghacks.net/wp-content/uploads/2008/11/copy_html.jpg" alt="copy html" title="copy html" width="154" height="86" class="alignnone size-medium wp-image-8124" /></p><p>The Copy Code add-on for Firefox is a experimental add-on which means that users who want to install it need to log into the Mozilla website first.</p><p><strong>Update:</strong> Copy Code has been discontinued. Firefox users can <a
href="https://addons.mozilla.org/en-us/firefox/addon/copy-html/">take a look</a> at the Copy HTML add-on which provides a similar functionality.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2008/11/07/firefox-copy-code/feed/</wfw:commentRss> <slash:comments>3</slash:comments> </item> <item><title>Copy Paste</title><link>http://www.ghacks.net/2008/09/21/copy-paste/</link> <comments>http://www.ghacks.net/2008/09/21/copy-paste/#comments</comments> <pubDate>Sun, 21 Sep 2008 11:53:03 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Software]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[copy and paste]]></category> <category><![CDATA[copy past]]></category> <category><![CDATA[copy paste]]></category> <category><![CDATA[copy text]]></category> <category><![CDATA[paste text]]></category> <category><![CDATA[puretext]]></category> <category><![CDATA[windows software]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=7142</guid> <description><![CDATA[Copy Paste is probably one of those operations that almost every user does on a daily basis. The possibilities are almost endless, copying urls to paste them in emails, copying text to paste it in documents, copying images to paste them in image editors. Basically everything information can be copied and pasted with just a [...]]]></description> <content:encoded><![CDATA[<p>Copy Paste is probably one of those operations that almost every user does on a daily basis. The possibilities are almost endless, copying urls to paste them in emails, copying text to paste it in documents, copying images to paste them in image editors. Basically everything information can be copied and pasted with just a few keys on the keyboard. A quick how to copy and paste: A user can use the CTRL C combination to copy contents and CTRL V to paste the contents of the Windows Clipboard.</p><p>Copy Paste does have a few weaknesses though. If you copy rich text and paste it into a rich text editor the formatting will remain. The problem can be frustrating if the formatting has been used extensively and should not appear in the destination form. Lots of bold colored text does not look good in a scientific paper usually.</p><p><a
href="http://code.google.com/p/puretext-plus/">PureText</a> is a small 13 Kilobyte software application for Windows that sits quietly in the Windows System Tray waiting for the user to copy text to the Clipboard. It does not convert the copied contents automatically but provides that option when pasting the contents of the Windows Clipboard.</p><p><span
id="more-7142"></span><img
src="http://www.ghacks.net/wp-content/uploads/2008/09/copy_paste.png" alt="" title="copy paste" width="447" height="268" class="alignnone size-medium wp-image-7143" /></p><p>Instead of pressing CTRL C CTRL V to copy paste the contents the user can define an alternative keyboard shortcut to paste the contents of the Clipboard without the formatting.</p><p>The default keyboard shortcut to paste the contents of the Windows Clipboard without formatting is Windows V but it can be changed to any other key combination with the Windows, Shift or Control key. Users who always want to get rid of the formatting could replace the CTRL V with that one.</p><p>PureText is compatible to most versions of Windows since Windows 95 up to Windows Vista. The copy paste software program uses roughly 3.5 Megabytes of computer memory.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2008/09/21/copy-paste/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Copy text without formatting</title><link>http://www.ghacks.net/2006/09/05/copy-text-without-formatting/</link> <comments>http://www.ghacks.net/2006/09/05/copy-text-without-formatting/#comments</comments> <pubDate>Tue, 05 Sep 2006 11:48:19 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Tools]]></category> <category><![CDATA[copy]]></category> <category><![CDATA[copy text]]></category> <category><![CDATA[editor]]></category> <category><![CDATA[formatting]]></category> <category><![CDATA[plain text]]></category> <guid
isPermaLink="false">http://www.ghacks.net/2006/09/05/copy-text-without-formatting/</guid> <description><![CDATA[I sometimes quote websites and do a normal copy paste job to copy the website content to the editor of my blog or into a word processor. Unfortunately this copy job always pastes the original formatting of the original source to the editor as well which means that the text may have a different size, font type or color. It is quite a hassle to remove the formatting of the copied contents to make it look like the rest of your content.]]></description> <content:encoded><![CDATA[<p>I sometimes quote websites and do a normal copy paste job to copy the website content to the editor of my blog or into a word processor. Unfortunately this copy job always pastes the original formatting of the original source to the editor as well which means that the text may have a different size, font type or color. It is quite a hassle to remove the formatting of the copied contents to make it look like the rest of your content.</p><p><a
target="_blank" title="puretext copy text without formatting" href="http://code.google.com/p/puretext-plus/">Puretext</a> is a freeware utility that helps you in this special case. It adds a new windows hot key to your system (Windows + V) which removes all the formatting of the text that is pasted into your editor. You have some options in puretext like changing the hotkey to Shift + V or ALT + V instead of the default one. You are free to change the key that needs to be pressed as well, making it highly flexible.</p><p><span
id="more-771"></span>Another option if selected pastes the converted text automatically into the active window when you press the hotkey. If you do not enable this the text is stripped of the formatting but not pasted into the editor. You are free to play a sound when this is done but I would advise against it. You may also auto run puretext with every windows start by enabling that option in puretext.</p><p></p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2006/09/05/copy-text-without-formatting/feed/</wfw:commentRss> <slash:comments>5</slash:comments> </item> </channel> </rss>
