Skip to content

A sime basic WYSIWYG(What You See Is What You Get) editor created from vanilla javascript, HTML and CSS.

Notifications You must be signed in to change notification settings

shubhamagarwal16/basic-WYSIWYG-editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Basic-WYSIWYG-editor

Features

  • A simple basic WYSIWYG (What You See Is What You Get) editor wiki link.
  • Created with of vanilla HTML, CSS, Javascript.
  • This editor currently supports these functionalities -
    • Make text Bold, Italic, Underline.
    • Add link to text selection.
    • Multiple editors can be added to a single form.

Setup

  • Can be activated by just simply adding SAEditor attribute to the textarea form element
  • Just add the main.js and style.css files to the code and you are good to go.

Screenshot

Capture