Houfeng / mditor

📝 [ M ] arkdown + E [ ditor ] = Mditor
http://mditor.com/
533 stars 79 forks source link

希望扩展img功能,请问如何监听img打开的事件?另外如何在当前光标处写入字符? #8

Closed simplelife7 closed 7 years ago

Houfeng commented 8 years ago

@simplelife7

如下可以更改默认图片按钮的行为

mditor.toolBar.items.image.handler=function(event){alert(0)};
mditor.toolBar.update();

//在当前光标插入文本

mditor.editor.insertBeforeText("test");

过几天有空会简化 API 并补全文档

Houfeng commented 7 years ago

@simplelife7

1.x 相较 0.x ,API 有了变化,参考 issuse #19