Resolves selected URLs of one or more HTML pages and uses the document title(s) to format Markdown links
Features
- Works with all plain URLs and Markdown links without text (e.g.
[](https://example.com) ) in selection
- Requests HTML pages to extract title HTML elements
- Sanitizes title text (trim and compact whitespace, replace HTML entities)
- Summary after completion
Installation
Web
- Visit the extensions page
on the Visual Studio Marketplace
- Select Install
VSCode
- Press
F1 and type Extensions: Install Extensions
- Search for
vscode-url-title-resolver
- Select
install
Quick Start
- Install extension into VSCode and reload
- Create or open an existing Markdown file
and ensure it contains least one plain URL
- Select a text region or place the cursor
in a line that contains one or more URLs
- Open Command Palette and select Resolve title for URL(s)
- Wait until completions of the command execution and
review the summary shown in a notification
Main Project Dependencies
- axios: For HTTP request handling
Known Issues
Release Notes
See CHANGELOG
Latest Version
Please visit the release page for details
| |