rdmpage / lois-kg

Lots of interesting stuff knowledge graph
0 stars 0 forks source link

Consider adding Zotero-friendly metadata or Javascript #11

Open rdmpage opened 4 years ago

rdmpage commented 4 years ago

In addition to including meta tags, etc. so that web page has structured markup, we can get Zotero to re-detect the metadata, see Exposing Your Metadata.

document.dispatchEvent(new Event('ZoteroItemUpdated', {
    bubbles: true,
    cancelable: true
}))