You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bibnotes doesn't copy images into the Vault. Obsidian's console outputs this message: Uncaught Error: ENOENT: no such file or directory, copyfile '/home/user/Zotero/storage/ZTWTKZRM/image.png' -> 'home/user/Documents/Obsidian Vault/Bibnotes_export/Booksname_ZTWTKZRM.png'.
New path lacks the / sign at the start of the string. This line of code is responsible for creating this path but if-statement is false for me despite being of Fedora Linux 38 user.
I've managed to make image copy work by monkey-patching (I hope I used right term) by removing if-statement and just keeping its body code right into Obsidian's console.
OS: Fedora Linux 38
Kernel: Linux 6.0.8-xm1.0.fc38.x86_64
Zotero: 6.0.26
Obsidian: 1.2.8
Bibnotes Formatter: 0.9.219
The text was updated successfully, but these errors were encountered:
Bibnotes doesn't copy images into the Vault. Obsidian's console outputs this message:
Uncaught Error: ENOENT: no such file or directory, copyfile '/home/user/Zotero/storage/ZTWTKZRM/image.png' -> 'home/user/Documents/Obsidian Vault/Bibnotes_export/Booksname_ZTWTKZRM.png'
.New path lacks the
/
sign at the start of the string. This line of code is responsible for creating this path but if-statement is false for me despite being of Fedora Linux 38 user.I've managed to make image copy work by monkey-patching (I hope I used right term) by removing if-statement and just keeping its body code right into Obsidian's console.
OS: Fedora Linux 38
Kernel: Linux 6.0.8-xm1.0.fc38.x86_64
Zotero: 6.0.26
Obsidian: 1.2.8
Bibnotes Formatter: 0.9.219
The text was updated successfully, but these errors were encountered: