[Feature request] Indexing
Is it possible to add a naming variable %index% that holds the screenshot index in the folder it's being saved? For example, a user saves their screenshots to the desktop folder, but there's already a picture called "Snipaste" and the name in the preferences is set Snipaste%index%, and when the user makes the next snip, it's automatically being named "Snipaste1", and the next will be "Snipaste2" and so on
It's already there. Snipaste will avoid overriding existing files (for Quick Save and Auto Save), so when a file of the generated name already exists, a number will be automatically appended to the file name. No %index% is needed.
This works:
Preferences > Output > File > Manual/Quick/Auto Save > Path
If you set the filename to be something static like snip.png it will number the files: snip.png, snip_0.png, snip_1.png, ...
I believe this is done?