title | tags | ||
---|---|---|---|
URL title resolver for Markdown |
|
Resolves selected URLs of one or more HTML pages and uses the document title(s) to format Markdown links
- 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
- Visit the extensions page on the Visual Studio Marketplace
- Select Install
- Press
F1
and typeExtensions: Install Extensions
- Search for
vscode-url-title-resolver
- Select
install
- 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
- axios: For HTTP request handling
- None
See CHANGELOG
Please visit the release page for details