-
Notifications
You must be signed in to change notification settings - Fork 0
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
- Home
- [Getting Started] (https://github.com/UCLA-BD2K/GeneWiki/wiki/Getting-Started)
- [How to Contribute] (https://github.com/UCLA-BD2K/GeneWiki/wiki/Contributing--(for-Developers))
- Feature Documentation
- [Edit in WYSIWYG] (https://github.com/UCLA-BD2K/GeneWiki/wiki/Edit-in-WYSIWYG)
- [Search Pubmed] (https://github.com/UCLA-BD2K/GeneWiki/wiki/Search-Pubmed-Database)
- Save Documents
- [Import from Wikipedia] (https://github.com/UCLA-BD2K/GeneWiki/wiki/Import-From-Wikipedia)
- Convert to Wiki Markdown