jlegewie / zotfile

Zotero plugin to manage your attachments: automatically rename, move, and attach PDFs (or other files) to Zotero items, sync PDFs from your Zotero library to your (mobile) PDF reader (e.g. an iPad, Android tablet, etc.), and extract PDF annotations.
4.06k stars 282 forks source link

Not to replace ':' with '-' #534

Closed jiangwangyi closed 1 year ago

jiangwangyi commented 3 years ago

I found that when renaming pdf files, zotfile will replace ':' with '-' automatically. Is there any way to solve the problem?

ahrendsen commented 3 years ago

Related to #537.

andrewcrook commented 2 years ago

A literal colon has often been a reserved character because of, for example, its usage to represent drives (a:, c:, d:) since the MSDOS days. I recommend to avoid them in file names. If you must then try a fullwidth unicode colon instead U+FF1A. It may only display correctly on modern operating systems.

image