autoload / autoupdate

autoload

Setting autoload: true will make the extension turn itself on whenever the Roam graph is loaded. Any other value won't do anything.

autoupdate

Setting autoupdate: true will make the extension check every 60s if there is new or modified data to be pulled from Zotero. If there is, the data will be updated accordingly.

zoteroRoam_settings = {
    // dataRequests: {...},
    autoload: true,
    autoupdate: true
}

Last updated

Was this helpful?