I just want to check if following case is possible in ckeditor. I did not get any satisfactory hints from google search. Hence posting here. Thanks in advance for help. :)
a) I want to develop a stack-overflow like editor where there are two panels one for editing the bb code and other for displaying the result in html. Panels like [toolbar][bbcode-editor][html-preview-panel]. Can this be done using ckeditor?
b) If this is not possible directly in ckeditor, I was thinking of solution that to create ckeditor instance pass the bbcode to ckeditor instance and get html output to display. Is it possible?
I want the editor functionality where user can edit bb code and view output of the entered bb code in another window.
Please tell if if this is supported by ckeditor or I am just looking for something ckeditor is not built for.