Skip to content

mycolorway/simditor-mark

Folders and files

NameName
Last commit message
Last commit date

Latest commit

14e53e6 · Jul 30, 2015

History

8 Commits
Jul 30, 2015
Jul 30, 2015
Jul 30, 2015
Apr 9, 2015
Apr 9, 2015
Apr 9, 2015
Apr 9, 2015
Apr 20, 2015
Apr 9, 2015
May 3, 2015
Jul 30, 2015
Apr 9, 2015
Jul 30, 2015
Jul 30, 2015

Repository files navigation

simditor-mark

Circle CI

Simditor的一个官方扩展,为工具栏添加一个荧光笔按钮,用于高亮所选内容。

如何使用

在 Simditor 的基础上额外引入 simditor-mark 的脚本

<script src="/path/to/simditor-mark.js"></script>

在初始化simditor的时候,在toolbar选项中加入mark即可,如:

var simditor = new Simditor({
  textarea: '#textarea',
  toolbar: ['mark', 'title', 'bold', 'italic', 'underline', 'strikethrough', 'color', '|', 'ol', 'ul', 'blockquote', 'code', 'table', ]
});