typst / webapp-issues

Issue tracker for Typst's web app.
https://typst.app
12 stars 0 forks source link

Ability to rename an image and all references #255

Open Aevyz opened 8 months ago

Aevyz commented 8 months ago

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.