1.3 Basic Setup
// The zoteroRoam_settings object will contain all your settings for the extension
// For now, we're doing a minimal configuration, with just a single data request.
// Paste this into your roam/js block, and fill out the API key + your user ID :
zoteroRoam_settings = {
dataRequests: {
apikey: "your_API_key",
dataURI: "users/your_user_id/items",
params: "limit=100"
}
}
Last updated