abhinavkgrd / Wyswyg_Editor

Online WYSWYG (What You See Is What You Get) Text Editor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

It is a project for the DevHack-0.2 event organised by ACM Bit Mesra



The Text editor App is hosted on - Online-text-editor

Online WYSWYG (What You See Is What You Get) Text Editor

This web app can be used to create and edit documents using features like bullets, bold, italic, font_color etc.

How it works ?

A DIV tag is used as a textpad by making it editable by setting its Contenteditable property to true. This exposes the execCommand function which is used to change properties of selected text and to insert html elements like image and links when the corresponding buttons are pressed

Screenshots

This is First page of the App with empty text area


Various features of the text editor are demostrated in this screenshots like font size, font color, bullet points etc.


Image Upload and Embedded are also supported.


The saved document can then be accesed by going to the assigned webpage. just after saving the document the website redirects to the priview page of the saved document.

About

Online WYSWYG (What You See Is What You Get) Text Editor


Languages

Language:EJS 55.2%Language:JavaScript 33.8%Language:CSS 11.0%