foambubble / foam

A personal knowledge management and sharing system for VSCode
https://foambubble.github.io/
Other
15.46k stars 663 forks source link

Link manipulations #1319

Open KillyMXI opened 10 months ago

KillyMXI commented 10 months ago

Is your feature request related to a problem? Please describe.

Wikilinks are convenient where they are supported, but if I need to keep the document compatible - I'd like to have an option to convert them to equivalent Markdown links. Currently there seems to be no way to do it automatically and brackets autocompletion fights me when I try to do it manually.

Describe the solution you'd like

Introduce commands/refactorings to change between link types. Refactorings for individual links, commands for whole document.

For example, Obsidian plugin that does the same thing: https://github.com/mii-key/obsidian-links (Not all of it might be necessary in context of Foam)

Describe alternatives you've considered

Screenshots or Videos

No response

riccardoferretti commented 10 months ago

Although I wouldn't say it's a priority for Foam, I like the idea, and given the model Foam has of the system, it don't expect it to be super complicated to implement. If anyone wants to look into it I will be happy to provide pointers