-
Notifications
You must be signed in to change notification settings - Fork 669
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
Changing a file name does not update backlinks #305
Comments
thx @ant-i-c-s, support for refactoring is on the roadmap, will be coming soon |
What I'm finding is that it wont even let you change backlinks manually. It updates with the old file name. |
@ErikPlachta the second problem should have been addressed by #349, do you have this issue with Foam 0.6.0? |
@riccardoferretti - I'm embarrassed to say I don't know how to check. 😳 I just started playing with Foam yesterday and learning how it works. Thinking I'm going to export my notes, burn it down, and build it back up vs wasting time. |
I was wondering if it would also be possible to automatically update backlinks when moving files? |
@ErikPlachta check in your extension tab and see the version number next to the Foam extension: @ysl970629 it will most definitely be possible 👍 |
Confirmed on 0.6.0 |
you mean the bug is still there in 0.6.0? |
@riccardoferretti said, "you mean the bug is still there in 0.6.0?" Yes, that is correct. I'm going to read through the documentation tonight and see if I'm breaking a rule somewhere I don't realize it. For context, here is a photo of code next to preview view.
|
A plugin can update the regular markdown links https://marketplace.visualstudio.com/items?itemName=mathiassoeholm.markdown-link-updater |
thx @ErikPlachta @ysl970629 |
No problem, love it and will keep using it. I made a clean clone and disabled all extension except for required and verified issue still happening. Should I make a bug report or anything else I can do to help? |
thanks @ErikPlachta this issue will track the file renaming, which actually is totally decoupled from the improvements on the linking side - it will just be more precise once we the linking gets more robust |
Do you have any information on how you plan to implement the refactoring, just to know where we can help? |
the approach I am thinking of atm is along the following flow:
there are still a few open questions (e.g. how to handle files that are currently opened in a tab witihin VS Code) |
closing as duplicate of #809 - moving the conversation there |
Consider a file
If you rename
file-2.md
, there is no prompt to update backlinks in file 1. This is something Obsidian supports, and VSCode supports this for other relative links like javascript imports.I looked to see if there was VSCode support for this, but they labelled it as an extension candidate, and even if they did add it I don't know if that would work for WikiLinks.
The text was updated successfully, but these errors were encountered: