alxnbl / onenote-md-exporter

ConsoleApp to export OneNote notebooks to Markdown formats
GNU General Public License v3.0
892 stars 74 forks source link

feat: unique attachements filename switch #94

Closed Greatwallcorner closed 9 months ago

Greatwallcorner commented 11 months ago

feat: unique attachements filename switch

If you want you adjust directory struct manually, Maybe you will find many files has same name. You can't just put it into one folder directly. So I add a switch to control it, default is off. It will add a unique id behind the fileName and before suffix.

Greatwallcorner commented 11 months ago

@alxnbl

alxnbl commented 9 months ago

Thanks @Greatwallcorner . I have developed the same feature just before reading your PR and embeded the feature in version 1.4. I decided to replace the old behavior by the new unique identifier and not to offer a new setting to limit the number of settings. Thanks a lot for the work.