Page 1 of 1

[SOLVED] Where is Pasteword in Tinymce

Posted: Sat Aug 16, 2008 5:13 am
by mesaverde
So, how do I get the pasteword button back on tinymce? I've tried the suggestions from 1.3 but with no luck.

Thanks

Re: Where is Pasteword in Tinymce

Posted: Sat Aug 16, 2008 9:27 am
by Silmarillion
Pasteword is coming back in next version. It was probably a mistake to try to get around the core-paste stuff, but another plugin "simplepaste" seemed so nicely simple. I apologize for any inconvienience. I'll release a new version soon, but it's already back in there in svn.

regards
Sil.

Re: Where is Pasteword in Tinymce

Posted: Sat Aug 16, 2008 3:12 pm
by mesaverde
Sil thanks for the followup and adding back pasteword.

For the time being, I cleared the "Force clean on paste" checkbox on the TinyMCE Advanced configuration page. It seems to paste my text from word fine but the html has the usual Word baggage.

Mesaverde

Re: [SOLVED] Where is Pasteword in Tinymce

Posted: Sat Aug 16, 2008 5:54 pm
by Dr.CSS
You paste it in Notepad first?...

Re: [SOLVED] Where is Pasteword in Tinymce

Posted: Wed Aug 20, 2008 9:31 am
by RonnyK
With the checkbox "Force clean on paste:" checked in the advanced settings of TinyMCE, I dont get the Word-formatting. It is stripped then.

@Sil, where is that 'PasteSimple' plugin, as I dont see that in the list of Plugins, and neither in the Toolbar, only "Paste" is showing. Or is the "Paste"-toolbar, in fact the "SimplePaste"-plugin?

Ronny

Re: [SOLVED] Where is Pasteword in Tinymce

Posted: Sat Aug 23, 2008 11:27 pm
by mesaverde
I've copied the text from word and ctrl-v to paste into tinymce. The formatting is preserved which is what my users want but the html is full of the usual word tags. Not tidy but does the job.

When I paste using the paste button with the force clean box checked I get a paragraph full of word html

Code: Select all

<!-- /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {mso-style-parent:""; margin:0in; margin-bottom:.0001pt;
 mso-pagination:widow-orphan; font-size:12.0pt; font-family:"Times New Roman"; mso-fareast-font-family:"Times New Roman";}
 h1 {mso-style-next:Normal; margin-top:12.0pt; margin-right:0in; margin-bottom:3.0pt; margin-left:0in; 
mso-pagination:widow-orphan; page-break-after:avoid; mso-outline-level:1; font-size:16.0pt; font-family:Arial; 
mso-font-kerning:16.0pt;} @page Section1 {size:8.5in 11.0in; margin:1.0in 1.25in 1.0in 1.25in; mso-header-margin:.5in;
mso-footer-margin:.5in; mso-paper-source:0;} div.Section1 {page:Section1;} -->
 Heading 1 Normal Text
Note, I am using firefox v3 and have modified my user.js to enable the paste button.

If I paste using ctrl-v I get just the clean text.


Thanks