feichao93

Results 56 comments of feichao93

> 如果文章中部分位置出现了偏移,如果点击偏移量修复按钮,全篇文章将会重新载入,导致已有的标注工作丢失 能否给出一篇出现这个问题的文档,我这里不好复现。

这个问题我也早就发现了,应该与「同步 `DecorationRange` 与 `native selection`」相关代码有关。这个问题比较棘手,暂时还无法解决。如果能够提供一个稳定的复现方法的话,可以加快解决这个问题。 你先升级到 v0.1.0 试试,最近我调整了相关代码,也许会好一些。

没实现... 所以没效果 ![image](https://user-images.githubusercontent.com/5550931/133745433-8e13f39d-5437-4f3a-af1b-93c49c44b399.png)

Thanks for your advice. I'll put the English doc (based on your version) alongside with Chinese doc in the same readme file, so when people open the repository, they can...

Nice idea. I'll investigate it in recent days. For now, you may use a customized filter to enhance the readability 😄 ```sass filter getFirstNumber() { return Number(this.match("\\d+")[0]) } div.movies@ {...

目前体积比较大的原因是 temme 依赖了 cheerio, cheerio 本身就有 320KB 左右的大小。 体积优化目前比较困难,暂时还没有好的方法 😌

想到在网页端的可以使用 DOM 自带的解析工具来代替 cheerio,这样 temme 在网页端可以做到很小。不过这样会导致网页端和 node 端有不一致的情况,而且这个变更实现起来成本较高。

@cjd6568358 不好意思,上班比较忙,我周末有空看看。

多个 feature 之间的组合是一个很挺复杂的问题,应该是开发的时候没考虑到这个情况。