Open Aevyz opened 10 months ago
When I rename an image, e.g. image.png to image_2.png, it should search for all references of #image("image.png") and change it to #image("image2.png")
#image("image.png")
#image("image2.png")
Quality of Life update so that renaming images is more convenient.
Description
When I rename an image, e.g. image.png to image_2.png, it should search for all references of
#image("image.png")
and change it to#image("image2.png")
Use Case
Quality of Life update so that renaming images is more convenient.