Thanks for creating the extension! I guess you saw it coming - would you mind having a setting for the date format string? All my projects are named YYYYMMDD.<Name> and before I start renaming everything ...
So your current format would be yyyy-MM-dd_ (to also cover the '_' in line 103).
Thanks for creating the extension! I guess you saw it coming - would you mind having a setting for the date format string? All my projects are named
YYYYMMDD.<Name>
and before I start renaming everything ...So your current format would be
yyyy-MM-dd_
(to also cover the '_' in line 103).https://github.com/kernicPanel/bitwig-randomizer/blob/main/src/main/java/com/kernicpanel/RandomizerExtension.java#L101-L103
If you like the idea, I can have a go at it and send a PR end of week.