lightweight wysiwyg editor, using VanillaJS (plain JavaScript without any additional libraries)
Options for adding Less.js to your project:
- Install with npm:
npm install micro-editor
(soon) - Download the latest release
- Clone the repo:
git clone https://github.com/TamerZorba/micro-editor.git
###How to use
look inside example
folder
###Vendor Plugins
if you need to use any vendor
based plugin you need to initialize the submodules by entering root folder of the project then run those commands git submodule init
then git submodule update
, or you can download them from the original vendor repo, you can explore on github.
microEditor is open-sourced software licensed under the MIT license.