Skip to content

dalanicolai/ebib-layer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

ebib layer

img/ebib.png

Table of Contents

Description

This layer adds support for the Ebib reference manager.

Features:

  • Manage references

Comments

  • To quickly open files from a .bib database it is probably even easier to use helm/ivy-bibtex
  • To get browser-extension functionality, use of an external reference manager might be helpful. For this case it should be noted that JabRef stores and manages its database as a .bib file, while Zotero uses an sqlite database. Therefore, using Jabref might be prefered.

    Additionally, JabRef does not require a running instance to use its browser-extension.

    Finally, if you rely on the Zotero web-api, then you might prefer to stay with Zotero and use the Emacs-zotero package.

Install

To use this configuration layer, clone it to your spacemacs-private-directory either from the command line with

git clone https://github.com/dalanicolai/ebib-layer.git .emacs.d/private/ebib

(where you can substitute the path for your private directory if you do not use the default path),

or from Spacemacs with M-: (shell-command (format "git clone https://github.com/dalanicolai/ebib-layer.git %s/ebib" spacemacs-private-directory)).

Subsequently add ebib to your ~/.spacemacs. You will need to add ebib to the existing dotspacemacs-configuration-layers list in this file.

Key bindings

Index buffer

Key BindingDescription
J/Kscroll page down/up
SPC m jjump to entry (searches only author and title fields)
SPC u SPC m jjump to entry (only) in current database
/ebib-search (searches in all fields)
nebib-search-next
eswitch to entry buffer
SPC m kdelete current entry
SPC m bfetch current entry bibtex from web
qquit ebib

Entry buffer

qquit entry buffer

Biblio selection buffer

eimport entry to current database

About

Spacemacs layer for the Ebib reference manager

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published