domdomegg / markdown-inline-preview-vscode

📝🌈 A VS Code extension for improving the display of markdown directly in the editor
https://marketplace.visualstudio.com/items?itemName=domdomegg.markdown-inline-preview-vscode
MIT License
10 stars 2 forks source link

Add support for links preview #11

Open silopolis opened 3 months ago

silopolis commented 3 months ago

Link preview, as in hiding URL and (optionnaly?) adding an icon at the start of link text (specially useful for anchor links with no text, so they don't "disappear") is a much-needed feature to relieve writers eyes.

silopolis commented 3 months ago

It appears that the (experimental) markdown.extension.theming.decoration.renderLink setting already adds the link icon :)

image