Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 945 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 945 Bytes

Markdown Link Updater

version

Features

Updates Markdown links automatically, when files in the workspace are moved or renamed.

demo

Extension Settings

This extension contributes the following settings:

  • markdownLinkUpdater.exclude: Array of glob patterns used to exclude specific folders and files. Default value is ['**/node_modules/**'].
  • markdownLinkUpdater.include: Array of glob patterns use to include specific folders and files. If the array is empty, everything will be included, unless specified by exclude. Default value is [].

Release Notes

See CHANGELOG for more information.