-
Notifications
You must be signed in to change notification settings - Fork 66
File rename not updating links #250
Copy link
Copy link
Closed
Description
Description
File rename works but links to the file don't get updated.
Steps:
- Navigate to the file to rename.
- Hit
<leader>wrand enter new file name (without extension) in the command line prompt.
Actual Result: File name is updated successfully but links to it don't get updated.
Expected Result: All links to renamed file should be updated to reflect the new name.
Example:
I have the following directory structure.
├── index.wiki
├── dir1
│ └── note1.wiki
├── dir2
└── note2.wiki
And following is the content of index.wiki:
[[/dir1/note1|note1]]
[[/dir2/note2|note2]]
When I go to note2.wiki and rename it to new-note by hitting <leader>wr, the file name changes but the link in index.wiki doesn't get updated with the new name.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels