1[ZoteroAccess]
2; this username is used to connect to the Zotero website
3username = YOURUSERNAME
4; this key is used to get access to Zotero's RSS feed
5key = YOURZOTEROKEY
6; the user ID for the above username
7userid = YOURUSERID
8; if this is set to 1, the plugin will try to read unknown cite keys from Zotero's Atom feed
9autoupdate = 1
10
11[SourceEntries]
12; this wiki page is used to cache the sources read from the Zotero website
13cachePage = zotero:sources
14; format for output of author name
15authorFormat = LASTNAME, FIRSTNAME
16
17[WikiOutput]
18; these (comma separated) symbols are put around the short name
19parentheses = "[,]"
20; this prefix is added to the referenced page number if only a number is given (and no alphanumeric symbols)
21pagePrefix = p.
22; the format of the entry that is shown if you hover the mouse over a source link
23titleFormat = "AUTHOR: TITLE (DATE)"
24