Czy
Czy
这块我还真不清楚,如果关了脚本依旧无法复制的话,应该是知乎做了限制,这块我得研究研究
我研究了下,他应该是换框架了,现在的DOM结构完全是由SVG呈现的,应该是搞不了 我建议还是找个这种类似的公式解析器,把公式先放到那里边解析一遍
I solved the problem with bookmarks/outlines through pdfmake and pdf-lib. The PDF generated by this [example](https://github.com/WindrunnerMax/QuillBlocks/blob/master/examples/pdf-with-outline.ts) works properly in Chrome browser.
https://github.com/WindrunnerMax/EveryDay/issues/2 docsify
> 你的blog的那个目录怎么实现的,求知 自己写的一个插件https://github.com/WindrunnerMax/EveryDay/blob/gh-pages/Static/catalog.js
其实我这就是玩具而已 🤣,你可以看看 plate.js blocksuite 这些,都很棒
Maybe you just forgot to manually trigger garbage collection. The browser doesn't collect memory in real-time, and WeakMap only holds weak references, so it won't cause a memory leak. A...
哈哈哈,后期我没怎么用这个脚本了,你可以说下你的需求我更新一下
I've got a similar issue. Adding 'contenteditable' to the root DOM node can fix the selection problem, but then you've got to take control of the selection behavior yourself, which...