-
Notifications
You must be signed in to change notification settings - Fork 66
[Feature Request] support for Jabref as Bibliography Program #286
Copy link
Copy link
Closed
Description
Description
It would be nice if wiki.vim could also support JabRef as an Literature Program similar to the existing Zotero implementation.
- A description of the expected behavior
JabRef does store the Bibliography files an in*.bibfile which does look like
@Report{Mustermann2011,
author = {Max Mustermann},
date = {2011-08},
title = {Just some sample entry},
type = {resreport},
file = {:Mustermann2011.pdf:PDF;Mustermann2011.epub:ePUB},
}meaning I would like to make an reference in an Wiki Entry over @Mustermann2011.
When I am on the entry I would then like to have the choice to open JabRef or the PDF etc. (As it is implemented with Zotero).
The .vimrc could look something like that:
let g:wiki_use_jabref = True
let g:wiki_zotero_root = '/path/to/folder-with-all-literature-and-bib-file'I guess to make this available one would just need to change the "Zotero" executable to allow an other also.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels