How i add for 1.7 editor ckeditor(wysiwyg) auto delete text format forcePasteAsPlainText?
I use last version q2a 1.7. In ckeditor setting i add config.forcePasteAsPlainText = true; but its not work.
Please help. How i use in ckeditor use forcePasteAsPlainText ?
This was a bit harder than I originally thought. Follow these steps:
1. Locate qa-wysiwyg-edidtor.php file
2. After this line:
" language: " . qa_js(qa_opt('site_language')) . ",",
Add this line:
Welcome to the Q&A site for Question2Answer.
If you have a question about Q2A, please ask here, in English.
To report a bug, please create a new issue on Github or ask a question here with the bug tag.
If you just want to try Q2A, please use the demo site.