edumudu / vue-text-editor

Simple rich text editor made with Vue 2 composition API

Home Page:https://edumudu.github.io/vue-text-editor/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vue-text-editor

This project is a simple Rich text editor made with vue 2 compostion API. I chose for not use document.execComand because he is deprecated. So I using native javascript DOM manipulators to remove and insert nodes. You can se it working here.

To do

  • Bold
  • Italic
  • Underline

License

MIT

About

Simple rich text editor made with Vue 2 composition API

https://edumudu.github.io/vue-text-editor/

License:MIT License


Languages

Language:Vue 64.7%Language:TypeScript 14.8%Language:SCSS 12.5%Language:JavaScript 5.1%Language:HTML 2.9%