Does any one know any program in which I can paste formatted text and edit how they are formatted?
I have a problem.
I work with Google Docs, in which I have specific scripts to change/increase my text in a way to gain productivity. Then I have to copy theses texts and paste them to, in general, another html or rtf editor...
If I paste it to Microsoft Word (it does not lose formatting, works fine) and then copy/paste back to most other rtf editors it works. But for some others it loses bold and letter type formatting
Some other html editors don't seem to work... When I paste it directly from Google Docs or from Word the paragraphs/space between paragraphs gets bigger (I see from HTML code that they get a <'p></p'> separator (used ' so that it appears in this text) and if I change it to <'div></div'> It works, but doing it for every parapraph/new line and every text I paste would be too tedious). Perhaps finding a way to automatically edit HTML code would solve form HTML editors...
But my main question is: How do I work with text formatting? Is there a way or a program to see what are the hidden formatting code from copied text?
In my perfect world I'd like to copy from Google Docs and change its formatting from some script to match the other editor formatting. For that I need first to see how Google Docs and the other editos view/read formatting.
Thanks.