lostintangent / wikilens

🔎 VS Code extension that provides a Roam/Obsidian-like markdown-based notetaking experience for github.dev and VS Code
https://aka.ms/wikilens
128 stars 8 forks source link

Rename note #14

Open pomdtr opened 3 years ago

pomdtr commented 3 years ago

It would be helpful to be able to rename notes eather by :

Of course the operation would change every wikilinks in the workspace referencing the note

pomdtr commented 3 years ago

Markdown memo supports this : https://marketplace.visualstudio.com/items?itemName=svsool.markdown-memo

lostintangent commented 3 years ago

Great suggestion! Since we obviously have the backlinks, performing a rename should be pretty straight forward. I'll take a look at this later tonight 👍

pomdtr commented 3 years ago

Using the file rename event would be an ever better way to implement it,