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
As reported here, ZotFile doesn't extract correct page numbers for Legal Case items, while this works fine for Journal Article items.
According to https://api.zotero.org/schema, the case item type uses the firstPage field, which is base-mapped to pages. The issue here occurs because ZotFile is currently not using base-mapped pages for extracted annotations.
I'll create a PR that adds parameters to the getField function such that the pages base field is used for extracted annotations.
BTW, I will refer ZotFile users to these instructions how to install the development version.
The text was updated successfully, but these errors were encountered:
qqobb
added a commit
to qqobb/zotfile
that referenced
this issue
May 10, 2021
As reported here, ZotFile doesn't extract correct page numbers for Legal Case items, while this works fine for Journal Article items.
According to https://api.zotero.org/schema, the
case
item type uses thefirstPage
field, which is base-mapped topages
. The issue here occurs because ZotFile is currently not using base-mappedpages
for extracted annotations.I'll create a PR that adds parameters to the getField function such that the
pages
base field is used for extracted annotations.BTW, I will refer ZotFile users to these instructions how to install the development version.
The text was updated successfully, but these errors were encountered: