É possível desativar richtext / html copiando todo o sistema operacional no OSX ou no Windows?

2

Eu nunca uma vez na história da minha vida de computação queria incluir formatação ao copiar texto (ou seja, copiar texto de uma página da web e colá-lo em algum lugar), mas este é o comportamento padrão em todos os lugares.

É possível desativar este sistema? Quaisquer outras soluções além de usar um intermediário? Estou procurando substituir o comportamento do SO na cópia para nunca incluir a formatação na cópia.

Apenas para o caso de precisar esclarecer, estou falando:

  1. Copie um bloco de texto de um site
  2. Cole em word / email / qualquer editor de rich text
  3. A formatação de texto permanece ... sorta

Similar (sem resposta) específico do XP: Como Desativar a cópia de estilo de texto no Windows XP?

    
por Cory Mawhorter 18.09.2014 / 21:37

1 resposta

3

No Windows, isso pode ser feito usando um aplicativo gratuito pequeno (33KB) chamado PureText :

Have you ever copied some text from a web page or a document and then wanted to paste it as simple text into another application without getting all the formatting from the original source? PureText makes this simple by adding a new Windows hot-key (default is WINDOWS+V) that allows you to paste text to any application without formatting.

What PureText Will and Will Not Do

PureText only removes rich formatting from text. This includes the font face, font style (bold, italics, etc.), font color, paragraph styles (left/right/center aligned), margins, character spacing, bullets, subscript, superscript, tables, charts, pictures, embedded objects, etc. However, it does not modify the actual text. It will not remove or fix new-lines, carriage returns, tabs, or other white-space. It will not fix word-wrap or clean up your paragraphs. If you copy the source code of a web page to the clipboard, it is not going to remove all the HTML tags. If you copy text from an actual web page (not the source of the page), it will remove the formatting.

PureText is basically equivalent to opening Notepad, doing a PASTE, followed by a SELECT-ALL, and then a COPY. The benefit of PureText is performing all these actions with a single Hot-Key and having the result pasted into the current window automatically.

Eu tenho usado isso por muitos anos - ele faz exatamente o que promete. PureText é totalmente gratuito para usar.

    
por 18.09.2014 / 21:47