simditor icon indicating copy to clipboard operation
simditor copied to clipboard

An Easy and Fast WYSIWYG Editor

Results 19 simditor issues
Sort by recently updated
recently updated
newest added

调用实例时只需要将upload->fileKey值设置为file即可

在配置中增加了 autolink 选项,用来启用或者禁用 getValue() 时,是否将链接自动展示为 `` 标签。 调用 getValue() 方法时会默认启用 autolink() 方法,导致本来已经在文本中禁用的链接可能会被再次自动启用。比如 www.google.com 我只希望是文字状态,但是发现每次调用 getValue() 后都会形成 `www.google.com` 的形式。 Add autolink option to config object, to enable or disable autolink function...

没有元素时 点击缩进报错 没有元素时加入hr 报错

当我在angular中想使用simditor的插入链接功能是报错The given range isn't in document. > directive('editor', function () { return { restrict: 'A', link: function (scope, element, attrs) { let toolbar = ['title', 'bold', 'italic', 'underline', 'strikethrough', 'fontScale',...

simditor 在缺少 **扩展组件** 的情况下会 `throw Error`, 导致不能正常使用 感觉 使用 `console.error` 提示更好

## 问题 如果 `textarea` 内不同的标签有空格节点,Simditor 会把空格节点当成一个文本并创建一个没用的 `` 标签。 ```html This is a header Lorem ipsum dolor sit amet... ``` 以上内容经 simditor 格式化后会生成以下下代码 ```html This is a header Lorem ipsum dolor...

修复`pasteImage`为`false`时,仍然能够从剪切板插入图片。 #446

allow vnc as a prefix for an URL (no "http://" should be added when a link starting with vnc is created)

Bumps [express](https://github.com/expressjs/express) from 3.3.8 to 4.17.3. Release notes Sourced from express's releases. 4.17.3 deps: accepts@~1.3.8 deps: mime-types@~2.1.34 deps: [email protected] deps: [email protected] deps: [email protected] deps: [email protected] deps: [email protected] deps: [email protected] deps:...

dependencies