i don’t know about plugins… this is an outside of obsidian job…
we need to rename actual images and their references in the markdown file, making sure the changes happen in a loop
some information is needed:
OS
folder of attachments (consistently in folder below markdown file’s level or elsewhere or completely random)
is filename_image1.jpg or such is my filename_image2.png or such_is_my_filename_image3.gif or suchismyfilename_image45565.png preferred – asking because down the road it’s better to not have any spaces between strings in filenames and image numbering with suffixes _image1, etc. seem straightforward and logical – if anyone wants to help here they need to cater to anybody’s needs for posterity and any participants here should vote for the most logical naming conventions
obsidian doesn’t really have a problem with spaces in filenames but we need compatibility with any markdown app
okay, so shell script or python it will be (i prefer the latter but it needs an env setup)
attachments is straightforward
date suffix is doable based on creation date
1am here so my time is up for today… maybe tomorrow…?