Ritij Paudel
Ritij Paudel
new command 'pseudonymize' refs : https://github.com/JabRef/jabref/pull/13158
> Ensure if the target file exists, do not use that name, use `FileNameUniqueness.getNonOverWritingFileName(targetDirectory, targetFileName)` to ensure that there is a unique other file name. > > (Note to us:...
when using `FileNameUniqueness.getNonOverWritingFileName()`, a loop was occurring why? * Example: The original file name is `paper_2082.pdf`. * After renaming, the new name becomes `paper1_2082.pdf`. This triggers a file field change...
Thanks, I appreciate the feedback. I will take care of it.
Additional: https://github.com/JabRef/jabref/pull/13842