So, how do I get the pasteword button back on tinymce? I've tried the suggestions from 1.3 but with no luck.
Thanks
[SOLVED] Where is Pasteword in Tinymce
[SOLVED] Where is Pasteword in Tinymce
Last edited by mesaverde on Sat Aug 16, 2008 3:13 pm, edited 1 time in total.
- Silmarillion
- Dev Team Member
- Posts: 483
- Joined: Sun Jan 02, 2005 9:10 pm
- Location: Denmark
Re: Where is Pasteword in Tinymce
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.
regards
Sil.
Re: Where is Pasteword in Tinymce
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
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
You paste it in Notepad first?...
Re: [SOLVED] Where is Pasteword in Tinymce
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
@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
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 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
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
If I paste using ctrl-v I get just the clean text.
Thanks
Last edited by mesaverde on Sat Aug 23, 2008 11:30 pm, edited 1 time in total.