Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 753 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 753 Bytes

teithan

Rich HTML editor component in javascript / jquery

Still in beta, but usable

v0.0.4 (2022-07-01)

added Paragraph button empty document will be populated with <p><br></p> starter document added SUP SUB buttons and ALL tag for load all buttons

v0.0.4 beta (2022-05)

added basic A link button

Notes for Further Reasearch & Development

execCommand is deprecated though still widely supported see https://developer.mozilla.org/en-US/docs/Web/API/Document/execCommand

https://stackoverflow.com/questions/60581285/execcommand-is-now-obsolete-whats-the-alternative https://dev.to/_moehab/documentexeccommand-alternative-5a55