Diego de la Hera

Results 93 issues of Diego de la Hera

Item citations are synced with Wikidata based on the item's QID. Given that the user may enter whatever value in the QID field, items may have QIDs corresponding to other...

enhancement
wikidata
PIDs
uploading

Right now, the plugin adds the default WikibaseJS-edit tag for edits made with wikibase-edit. Having a WIkiciteZotero tag may be useful to identify edits made with this plugin. The tag...

enhancement
analytics

ISBN should be ignored for book chapters, as they refer to the book they belong to, not to the book chapter itself. As a result, the Wikidata reconciliation service may...

bug
PIDs
data model

Tooltips which help understand what icons and buttons mean or do, don't seem to work. Using the `title` attribute doesn't seem to work, maybe because the TagsBox component is wrapped...

documentation

As described [here](https://github.com/diegodlh/zotero-cita/pull/148#issuecomment-1022371669), there may be cases where a Citation is linked to a Zotero item without using the Citation's `linkToZoteroItem` method. In these cases, the citing and cited items...

linked items

As described [here](https://github.com/diegodlh/zotero-cita/pull/148#issuecomment-1022371669), calling a Citation object's `linkToZoteroItem` method before the Citation has been added to a SourceItemWrapper object via its `addCitations` method may be problematic. For example, what would...

software design

Zotero cloud storage synchronization is complaining that some citations notes are too long to be synced. Consider splitting these notes into multiple notes. Potentially related to #58, #81

bug

Zotero checks for updates automatically, both for Zotero itself and for its add-ons. It does this by checking the update URL provided in the add-on `install.rdf` file. Right now this...

analytics

Our custom Wikidata JSON translator is an adaptation of Zotero's Wikidata translator. Many changes made to the former would apply to the latter. See for example #119, #93, and #140....

software design

When an item is added to Zotero, consider running automatic actions, such as fetching its QID and citations from Wikidata, as [proposed](https://meta.wikimedia.org/wiki/Wikicite/grant/WikiCite_addon_for_Zotero_with_citation_graph_support#Fetcher_module) in the original proposal. Consider running same actions...

enhancement