Results 17 comments of Yu Wang

@xpgo , I have found the solution to this problem. As pointed out in link [Vault.rename(file, path) doesn't trigger link update - Developers & API - Obsidian Forum](https://forum.obsidian.md/t/vault-rename-file-path-doesnt-trigger-link-update/32317/2), API "renameFile"...

Just find [alx-folder-note](https://github.com/aidenlx/alx-folder-note) which is a fork and rewrite of `folder-note`. It solves the renaming problem.

@RezaYazdaniAminabadi , @njhill said version 0.8.0 fixed the issue, unfortunately this version doesn't fix for me. For PR #2662 , it fixes OPT-30B, which is command `date; deepspeed --num_gpus 4...

Thanks for your kind words. The command suggestion is also useless for me in 99% of the cases. However, I can't figure out a way to capture user typing without...

I find the reason Obsidian Mobile doesn't work. Every time I change the file (through file explorer), the return value of `getScroll()` is not 0. I verified that if I...

thanks @dy-sh . Now I understand the meaning of the check. Will work on a solution and come back later.

@dy-sh , I further debug the code and I don't understand why check `if (scroll === 0)` is enough to detect "whether a note is opened by a link that...