This project uses the base code from ImageSaver by Ademiking
This extension helps replaceing remote image urls with local uris by downloading the images and replacing the paths
Features
Replace remote images in workspace with "Replace remote images " command
Adds a Code Lens above image urls that lets you replace single images
Change the path of downloaded images relative to the current workspace
Change how image names are formatted
Requirements
VS code ^1.82.0
Extension Settings
Image Name
Allows you to set a filename for a given string
If a file with the name already exists a number is added to the end of file
Support for formatting with the variable by using ${}
${rawdate} the current time in unix
${formatteddate} the current date in format yyyy-mm-dd
${workspacename} the name of the files workspace
${filename} the name of the file your in
Image path
Allows you to change the default path based on the current workspace