Changes between Version 4 and Version 5 of TracZoteroPlugin


Ignore:
Timestamp:
Jun 17, 2011, 3:10:37 PM (13 years ago)
Author:
Bangyou Zheng
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TracZoteroPlugin

    v4 v5  
    4242path = Reference
    4343}}}
    44  
     44  * if you have different database name other than 'zotero.sqlite', you can set 'dbname'
     45{{{
     46[zotero]
     47path = Reference
     48dbname = zotero.sqlite
     49}}}
     50  * The columns to show items could be specified by 'fields' and 'lables'.
     51{{{
     52fields = firstCreator, year, publicationTitle, title
     53labels = Authors, Year, Publication, Title
     54}}}
     55  * The links of attachments are rendered as two ways, http:// and zotero://. The default way is http://. you can set 'attachmentlink' as 'locat' to render attachment as 'zotero://'
     56{{{
     57attachmentlink = local
     58}}}
    4559== Example ==
    4660