autocomplete
Settings
How to enable autocomplete
// Example : using the @ character as trigger, with 'citekey' as format & display
// DO NOT define the zoteroRoam_settings object again
// Instead, modify your existing zoteroRoam_settings object
zoteroRoam_settings = {
dataRequests: {
apikey: 'XXXXXXXXXXXXXXXX',
dataURI: 'users/1234567/items',
params: 'limit=100'
},
autocomplete: {
trigger: '@', // Show autocomplete menu when typing @
format: 'citekey', // Insert the item as @citekey
display: 'citekey' // Show autocomplete menu items as citekeys
}
}display: "zettlr"
display: "zettlr"
Last updated