An open API service indexing awesome lists of open source software.

https://github.com/shubhamagarwal16/basic-wysiwyg-editor

A sime basic WYSIWYG(What You See Is What You Get) editor created from vanilla javascript, HTML and CSS.
https://github.com/shubhamagarwal16/basic-wysiwyg-editor

basic-wysiwyg-editor css html javascript javascript-editor simple-editor simple-wysiwyg simple-wysiwyg-editor text-editor texteditor wysiwyg wysiwyg-editor wysiwyg-html-editor wysiwyg-js-editor

Last synced: 10 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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](https://user-images.githubusercontent.com/35931111/73066983-82173c00-3ecd-11ea-97fb-5a52cc59127c.png)