Skip to content

[Feature Request] support for Jabref as Bibliography Program #286

@felixschurk

Description

@felixschurk

Description

It would be nice if wiki.vim could also support JabRef as an Literature Program similar to the existing Zotero implementation.

  1. A description of the expected behavior
    JabRef does store the Bibliography files an in *.bib file 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions