Trần Đức Nam

Results 8 comments of Trần Đức Nam

It's not bug of `yaml-language-server`. Maybe you use `https://github.com/kevinhwang91/nvim-ufo` or plugin that use `dynamicRegistration` of LSP. You can see configuration of LSP capabilities in https://github.com/kevinhwang91/nvim-ufo/tree/main#minimal-configuration (option 2), or in my...

@saberzero1 @aarnphm I updated documentation and put some recommendations from you

How about this PR @jackyzha0? Do you want to change anything?

I'm sorry, that's my fault when I updated new translations. I recovered it

Sorry @lachlanjs. That's my bad when encoding password from frontmatter. Thank you for using my PR and testing it

Thanks for using my PR. I recognized some link features that may be exposed content of protected notes. I will push other commits to fix it soon.

> Okay @rbatra2000 I think [this is what's up](https://github.com/dynamotn/digital-garden/blob/17a2ed63d55d0b99c385c9c01d684b0648f9b70c/quartz/components/scripts/search.inline.ts#L312-L314) > > ``` > itemTile.innerHTML = `${title}${htmlTags}${ > enablePreview && window.innerWidth > 600 ? "" : `${content}` > }` > ```...

I pushed fixed commit for @rbatra2000. Please test it and feedback if has any problem.