-
-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Slows down Emacs when doing obsidian-follow-link-at-point
and sometimes create new file while the file already exists in Obsidian Vault.
#37
Comments
Hi, thanks for reporting! |
obsidian.el: 20221102.1643 Emacs Version 29.0.50 (9.0) |
Probably a unicode problem. Can you zip a test folder structure with these files and attach it here? |
It seems GitHub issue page didn't support zip files, I uploaded a repo as a minimal Obsidian Vault. |
The only characters Obsidian doesn't allow to use are:
regexp: These characters are fine:
|
@suliveevil I've seen you forked the repo, are you working on a fix? |
I'm Emacs noob 😂 |
I'm probably experiencing the same issue. I have a file called
When I try Using Emacs 28.2 and It seems to be related to #25, as it found many files with broken YAML headers on my vault (my bad, my citations plugin template was incorrect). EDIT: It's not. I fixed all YAML headers, and the problem persists. |
It's supposed to find a file by a simple link, not create a new one. I'll look into it as soon as I have time. |
Hey! I'm having a similar problem right now where I cannot follow any wiki links or markdown links that are nested within some directory when using I am currently on emacs version |
I have these files in Obsidian Vault:
status
What's in test.md
What's in 文件对比.md
problem
When I was in test.md,
obsidian-follow-link-at-point
creates a new file under Vault instead goto主题/文件对比.md
.When I was in
主题/文件对比.md
,obsidian-follow-link-at-point
list two option in minibuffer:Instead of goto
test.md
.Similar to what this PR mentions:
#32
The text was updated successfully, but these errors were encountered: