Skip to content

mathiassoeholm/markdown-link-updater

Repository files navigation

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.