Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+1 vote
680 views
in Plugins by

Hi guys,

I am new member on the q2a community. I want use q2a script but I need a anything syntax highlighter(this is q2a web site for programmers).

I installed CKEditor. This is not running for initially. I searched and solve this problem, I added Admin->Plugins;

CKEditor Toolbar buttons replace to;

['Undo','Redo'],
['Bold','Italic','Underline','Strike'],
['Font','FontSize'],
['TextColor','BGColor'],
['Link','Unlink'],
'/',
['JustifyLeft','JustifyCenter','JustifyRight','JustifyBlock'],
['NumberedList','BulletedList','-','Outdent','Indent','Blockquote'],
['Image','oembed','Flash','Table','HorizontalRule','Smiley','SpecialChar'],
['RemoveFormat', 'Maximize']

and other conf. input replace this

toolbarCanCollapse:false,
removePlugins:'',
resize_enabled:true,
autogrow:false,
entities:false,

Worked up here.

If I don't this replacing, CKEditor don't showing on the ask window.

After I am download to codemirror for CKEditor plugin and I did as he told his.. URL: http://ckeditor.com/addon/codemirror

Does't work up here.
 
If It is't  working I added conf input setting to,
 
Toolbar buttons,
 
,'/',
['codemirror']
 
Other conf.
 
extraPlugins:'codemirror'
 
So, It isn't working, still.
 
I don't know, Can't I this solve?
Where is the wrong my of steps?
I can't see. :(
 
Thank you for interest.
Good works..
 

 

 

 

Q2A version: 1.6.2

Please log in or register to answer this question.

...