Thanks to visit codestin.com
Credit goes to github.com

Skip to content
 
 

Repository files navigation

Zotero Utilities

Zotero utility code common across various codebases such as the Zotero client, Zotero translation architecture and others.

Item utility functions require:

  • Calling Zotero.Schema.init(json) with the JSON from schema.json from Zotero schema repo
  • Calling Zotero.Date.init(json) with the JSON from resource/dateFormats.json
  • Loading resource/zoteroTypeSchemaData.js before cachedTypes.js or in Node.js running
      let CachedTypes = require('./cachedTypes')
      CachedTypes.setTypeSchema(require('./resource/zoteroTypeSchemaData'))
    

Please bundle the Zotero schema file with your repository, do not load it remotely.

About

Zotero utility code

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages