Skip to content

myluluy/iWo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

90 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

iWo

iWoEditor is a WYSIWYG editor like MediumEditor,the editor core is simple and extensible.

You can very easy to write plugin for iWoEditor,we also provide many basic plugins for it.

It supported IE6-11 and Chrome,Firefox,Safari latest version.

The current version is not available, is still in development.

-- editor

Usage

<script src="iwo.loader.min.js"></script>
<div id="editor"></div>
var editorDiv = document.getElementById('editor');
var configs = {
  themePath:'path/to/themePath',
  theme:'default',
  pluginPath:'path/to/plugins',
  plugins:iwo.base
  //plugins:'bold,italic,underline,justify,color,link,toolbar,image,video,music,https://my.domain/path/to/someplugin.js'
};
var iwoEditor = iwo.create(editorDiv,configs);

Api

Methods,Attribute,Events

Contributors

 project  : iWo
 repo age : 6 days
 active   : 3 days
 commits  : 27
 files    : 20
 authors  : 
    26  Xiaojue                 96.3%
     1  LIU LUYING              3.7%

Git hooks

./setup-hooks.sh

License

WTFPL

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages