Muhammadyusuf96 / HTML-inline-editor

WYSIWYG HTML5 inline editor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

World Simplest HTML5 WYSIWYG Inline Editor

This awesome script developed by @barney_parker to accompany his homepage article at barneyparker.com (deleted). Codepen details Created on November 13, 2013 Updated on June 5, 2014

I forked and changed the code to work locally. I made these changes:

  • removed title
  • it can save last changes as draft to localstorage and load from it
  • changed layout to two column
  • added code to prevent page leaving
  • added New file and Copy button
  • added checkbox to insert into body tag
  • added field for entering title
  • added tooltips to buttons
  • added code beautifier tidy-html5
  • added code highlight highlight.js

June 9, 2021

#WYSIWYG, #HTML5, #Editor

About

WYSIWYG HTML5 inline editor

License:MIT License


Languages

Language:CSS 68.2%Language:JavaScript 18.7%Language:HTML 13.1%