Henry

Results 8 comments of Henry

Hi, @alexanderniebuhr @jiangmaniu , I met the same problem. it can be reproduced in `vite + windicss` or `vuecli + windicss` project by following steps 1. [windicss-vite-html-demo](https://github.com/HenryC-3/windicss-vite-demo) 2. disable all...

Sorry for my oversight, I didn't reproduce it with only dendron enabled. I tried it again and successfully reproduced it with dendron and [Prettier](https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode) enabled. Any further information should I...

@namjul Thanks for your effort. This issue persists on my end. I tried it by turning autosave off, the preview won't update until I click the preview and then click...

@namjul Hi checked again and can't reproduce this time. But I did reload and then reproduced yesterday like [commented above](https://github.com/dendronhq/dendron/issues/3398#issuecomment-1218001911). Maybe we should put this issue on hold for a...

For anyone who directed to this issue, I wrote a small script to help convert the markdown link to the dendron link in the target directory. [HenryC-3/markdown-link-to-wikilink](https://github.com/HenryC-3/markdown-link-to-wikilink) > Make sure...

@holmesconan You may try [obsidian breadcrumbs plugin](https://github.com/SkepticMystic/breadcrumbs) which supports the dendron style hierarchy. Enable the option below. You'll get a breadcrumbs matrix view similar to the dendron tree view.

> 协商缓存需要配合强缓存使用,如果不启用强缓存的话,协商缓存根本没有意义 > > 这句话是什么理解呢?没有强缓存,协商缓存就用不了吗 别被绕糊涂了,强缓存和协商缓存二词非常有误导性,[上面](https://github.com/amandakelake/blog/issues/41#issuecomment-618775148)已经有人提及,建议直接查看文档。如果一定要借用这两个词的话,个人认为可以这样理解: - 强缓存:缓存没有过期,直接读取缓存 - 协商缓存:缓存过期,借助 Etag 和 Last-Modified 验证缓存是否可用(即所谓“协商”),可用就**读取缓存**(读取缓存,即“强缓存”),不可用就使用服务端返回的新资源 > 没有强缓存,协商缓存就用不了吗 读取缓存是验证缓存可用后的最后一步,不读取,前面的验证自然也没了意义。 两个词都是对流程的概括,但是听起来像管理缓存的手段,强缓存容易产生“弱缓存”的联想,协商也和“验证”挂不上边。 如有错误,烦请指出