Skip to content

Edit in WYSIWYG

Shashank Khanna edited this page Aug 31, 2016 · 1 revision

#Edit in WYSIWYG The editor panel placed next to the search panel, allows users to write text in a regular “what you see is what you get format” and this text would automatically get converted to wiki-markdown upon it being published .

##Technical Implementation ###Editor.ejs:

  • The html div editor_window is responsible for controlling the editor which uses the CKEditor library
  • There is an editor div containing a text area and a ckeditor.js, that controls the behavior of the editor