Thanks to visit codestin.com
Credit goes to github.com

Skip to content

A really simple WYSIWYG editor using contentEditable.

License

Notifications You must be signed in to change notification settings

Sopsy/JS-TextEditor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

TextEditor

A really simple WYSIWYG editor using contentEditable. With a "view source" -button. And unfortunately some deprecated JS APIs because there's really nothing to replace them.

Usage

HTML:

<textarea data-text-editor></textarea>

JS:

new TextEditor();

No options, no nothing. It just works. Maybe. Browsers themselves handle quite literally everything with this.

About

A really simple WYSIWYG editor using contentEditable.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published