One9398 / vimwiki

Automatically exported from code.google.com/p/vimwiki
0 stars 1 forks source link

References via BibTeX #144

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
A feature request for references or citations which are read from BibTeX.  
BibTeX files are fairly straight forward to parse and it is not necessary for 
any external libraries.

The user would have to specify at least two vimwiki variables: one for the 
location of the BibTeX file(s) to use, and another for the format of the 
citation (for the latter, a default can exist, say the "Chicago" style).  There 
could also be predefined citation styles for some of the most popular styles.  
Another variable can be how the citation is displayed: [1] or (1) or 
"Habamax2010" or "Habamax et al.", etc.

To reference a citation, some syntax would have to be introduced: 
<cite>Citation</cite> or @@Citation@@ or something to that effect.  A decision 
would have to be made whether the citations would appear in their own div 
(placeable via a placeholder), whether citations will be appended to the list 
of footnotes (see Issue #143) or whether the user will have the option of 
either of these two possibilities.

Original issue reported on code.google.com by venter...@gmail.com on 15 Nov 2010 at 9:15

GoogleCodeExporter commented 8 years ago

Original comment by habamax on 16 Nov 2010 at 5:30

GoogleCodeExporter commented 8 years ago
Can't wait for this feature.

Original comment by merez...@gmail.com on 9 Aug 2011 at 7:25

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
Same here!
Maybe vim-pandoc would be a good role model here: 
https://github.com/vim-pandoc/vim-pandoc

Original comment by martzirn...@gmail.com on 17 Jul 2012 at 2:02