wileyyugioh/zotmoov

Lower case and 'undefined' subfolder

Opened this issue · 4 comments

First of all, many thanks for making this plugin to make the transition to Zotero 7 much easier!

ZotFile allows to make all subfolder names in lower case, and will have a fallback subfolder called 'undefined' when the wildcard does not work, so that the files won't mixed with folders together.

I didn't seem to find relevant settings in zotmoov for these two functions, are they currently available? If not, would you consider adding them?

Yes, I think it's possible. I think I'll do it by adding a wildcard that just specifies "undefined." That way you can use the conditionals and still make it so that the fallback behavior for undefined wildcards is still ignore.

Please try prerelease 1.1.15. You can also change what the "undefined" string is by modifying the hidden preference extensions.zotmoov.undefined_str

%U works like a charm, thank you!

I didn't find a way to make the folder names all lower case, is it not in 1.1.15 yet?

Yeah it’s not in 1.1.15 yet. For 1.1.16 I’m planning to work on implementing something similar to the custom wildcards of Zotfile so you can do the toLowerCase and regex substitutions