Results 14 comments of losingle

家长 -> jia chang

安卓没有问题,只是我没有加TLS。 > 在 2016年12月8日,10:35,Wang Xy 写道: > > @losingle , > > 关于对 #23 的修复,需要您改一下,然后再重新推一下就好了 > 关于android的编译,我手边没有安卓开发环境,只要你确认没问题,就可以apply > 谢谢! > > — > You are receiving this because you were...

阅读了源码,可以通过meta属性来指定,文档描述只有video相关的说明 ``` param.success({ url:response.data.url, meta: { className: response.data.className } }) ```

> 治标不治本……html丢到数据库还原回来还是一样没有class的img,然后再保存就爆炸了 我这里也碰到了这个问题,目前也没有去深究,因为我们只需要图片能自适应就可以了,所以直接给富文本的生成的DOM应用样式来解决的

谢谢,但是没有达到效果 Codemirror的其他操作没发现问题, 但是mark没有生效

> ![动画3](https://user-images.githubusercontent.com/998441/266644530-a7616454-a26c-4e06-8797-cb78edc14aa7.gif) [ ![动画3](https://user-images.githubusercontent.com/998441/266644530-a7616454-a26c-4e06-8797-cb78edc14aa7.gif) ](https://user-images.githubusercontent.com/998441/266644530-a7616454-a26c-4e06-8797-cb78edc14aa7.gif) [ ](https://user-images.githubusercontent.com/998441/266644530-a7616454-a26c-4e06-8797-cb78edc14aa7.gif) > > 刚试了下是没问题的(见上面动图,图片比较大,可能要稍微多等一会),我在`/examples/scripts/index-demo.js`里加入了下面的代码: > > ``` > var customMenuA = Cherry.createMenuHook('Remote ', { > iconName: 'remote', > onClick: function(selection) { > // 加载动画...

@sunsonliu 可以考虑把 suggester-panel 用codemirror的widget来装载 这样不用折腾层级关系, 在定高的环境下,suggester-panel的用户体验就很差啦

@sunsonliu 有没有快捷安全的方式增加分屏, 看了previewer的代码,还挺复杂, 我的场景是, 把TOC新开一个分屏来显示,再做一些扩展 我现在的实现是,简单粗暴的,新增一个div, 但是有一些兼容问题,需要改挺多地方的, 需要处理previewer的预览开关, 需要处理宽度调整 😭 ```html TOC ```

> We add `loading="lazy"` to iframes. Does that not work? I'm not sure I'm a fan of this approach, since it breaks the explorer entirely if JavaScript is not enabled....

I had the same problem, and that was the solution. https://github.com/Automattic/mongoose/issues/5574#issuecomment-332290518