/WYSIWYG

Primary LanguageJavaScript

Basic Editor

Hi , this is an attempt to create a very simple text editor from scratch with pasic functionnality. nothing but pure vanilla javascript

Bold
Italic
Underline
Highlighter
HyperLink

Bugs

  • tooltip boundaries are not set, caret position gets locked inside the tag created from the tooltip
  • New created blocks Cause the the last character upon deletion to be undeletable
  • Fix

  • white-space:prewrap , fix the boundary issue , but add more space to the block with caret position changing