Changing file paths to /
instead of \\
on Windows
#2515
-
Hi, Is there a way to enable this directly in zotero or better bibtex? I figured I can always do in the postscript something like I found in the documentation, but would prefer not to if it is possible.
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
You'd need |
Beta Was this translation helpful? Give feedback.
You'd need
att.localPath = att.localPath.replace(/\\/g, '/')
, but no, in BBT a postscript is the only way to do this. For standard Zotero you could in principle edit the bibtex translator.