
One big issue I have with this though is that it is using square brackets as template characters.
I often have files I want to name like this:
Code: Select all
[009-01] Something.txt
[009-02] Something.txt
[009-03] Something.txt
[009-04] Something.txt
Code: Select all
[009-[C]] Something.txt
Code: Select all
!009-[C]] Something.txt
[[]009-[C]] Something.txt
I would recommend using < and > instead of [ and ] for template names, since these cannot be part of filenames and thus never could conflict in the way described above.
Since many users are probably very used to square brackets, I would be very grateful if it could at least be consired to make a different set of tag enclosing characters possible through a custom setting.