zbf

Results 51 comments of zbf

https://github.com/codemirror/dev/issues/1396 编辑器升级引起的,等待修复

https://github.com/imzbf/md-editor-v3/issues/589#issuecomment-2201817674 先参考这个降级处理

4.17.4版本禁用了编辑库的实验功能,该issue关闭

https://github.com/codemirror/dev/issues/1399 codemirror最近更新出现了不少的拼字输入的bug,等待那边优化

codemirror在子版本中提交了破坏性的功能,在没有取得替换方案或者恢复的消息时,通过下面的方法对子依赖降级 在package.json中添加如下内容,并且重新安装依赖 ```json "resolutions": { "@codemirror/view": "6.27.0" }, ```

4.17.4版本禁用了编辑库的实验功能,该issue关闭

The authors of `html2pdf`, `html3pdf` and `html2canvas` have all become less active, which is quite a troublesome situation.☹️

Not yet, we can only try to integrate a temporary version, and it will be time-consuming.

Try using version v4.0.0, which replaces `html2pdf` with `window.print`.

This could be useful; I will make a decision after delving into the workings of this library.