解决ueditor不能添加锚点

web | 2019-09-13 10:02:39

1.ueditor添加锚点方式

ueditor添加锚点很简单,在链接处添加连接输入#value,然后在锚点处添加锚点输入value


但是ueditor默认锚点添加会失败,因为标签转来转去,name属性转没了。


2.需要修改ueditor.config.js这个文件


找到whitList,给a和img添加 id,name,

修改a,和img的值如下

a:      ['target', 'href', 'title', 'class', 'style','id','name'],

...

img:    ['src', 'alt', 'title', 'width', 'height', 'id', '_src', 'loadingclass', 'class', 'data-latex','anchorname'],


然后ctrl+F5 强制刷新再试就可以了


登录后即可回复 登录 | 注册
    
关注编程学问公众号