configuration VS helm-bibtex

Compare configuration vs helm-bibtex and see what are their differences.

configuration

My configs: OS setups, dotfiles, scripts and more. (by cadadr)

helm-bibtex

Search and manage bibliographies in Emacs (by tmalsburg)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
configuration helm-bibtex
10 8
26 455
- -
8.8 5.4
3 months ago 2 months ago
Emacs Lisp Emacs Lisp
GNU General Public License v3.0 or later GNU General Public License v3.0 only
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

configuration

Posts with mentions or reviews of configuration. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-07-20.
  • Use a reference manager, friends
    3 projects | /r/GradSchool | 20 Jul 2021
    FWIW I have this little Perl script that fetches BibTeX from doi.org for DOI numbers: https://github.com/cadadr/configuration/blob/76466b1342aaadfddf3453ab70ada4a15e82afbb/bin/doi2bib.pl I searched a lot for a way to make something similar for ISBN -> BibTeX to no avail...
  • LaTeX - Why do we use it?
    1 project | /r/GradSchool | 18 May 2021
    If you're writing LaTeX without using any supporting software, it will be harder. But there are some things that you can use to make life way easier. One of these is the concept of "snippets". In Emacs I use something called yasnippet, and it works like this: I define a snippet like this or even something more elaborate like this. They have "trigger words". E.g. for the second one, I type "report" in a file and hit TAB. It inserts all that "snippet" to the file, and I can edit parts marked as $1, $2 and similar, jumping between them using TAB. I use this with Org mode, which is like Markdown, so it's not much different from typing into Word, essentially. There's some initial work figuring out how to do something like a syntax tree or say an equation, but once you figure a pattern out you can make it into a template using snippets and it's easier than Word once you have that.
  • Org Agenda Auto Updating
    2 projects | /r/orgmode | 19 Apr 2021
    There are some examples in my init.el, you can find them if you search for :after.
  • Dir/file local variable hell, how do you cook them?
    1 project | /r/emacs | 21 Feb 2021
    The way I do python is, I've a proxy shell script which I set as the python interpreter in Emacs.
  • Long-Time Emacs User Looking to Level-Up (note-taking for classes)
    12 projects | /r/emacs | 16 Feb 2021
    One particular thing I can suggest for equations is dynamic latex equation previews, which toggles TeX source when the cursor is on an equation but when it goes out of it it toggles a rendered preview. See this and this, adapted from this).
  • Doom has dropped support for Emacs 26.1 (Debian stable). Suggestions on what to do next?
    5 projects | /r/emacs | 5 Feb 2021
    Wrt LSP specifically, I only use it with python and the whole config is this couple lines plus this hook. IDK how lsp-mode is configured but this works fairly well for me, and actual Python config is a bit more cumbersome (because Microsoft comes up with a new Python LSP package every other day and you can't know which one to deal with...). It hooks into Emacs' complete-symbol (i.e. C-M-i), so if company or whatever (sorry, I don't really know those packages well, there was auto-something too but IDK which one is better or recommended these days) does use that mechanism as a backend, it should work seamlessly. I've made these little bindings to quickly pick a completion from the *Completions* window (gk-interactively is just a macro that expands to (lambda () ). Again, eglot hooks into Emacs' completion mechanism, so I'd risk a guess that helm or ivy would just work with that. Personally I don't like these completion frameworks because again they look to me like they are somewhat useful but not enough to warrant their complexity. I like good old completing-read, with some modern configuration (and BTW the UI Semantics section that bit is in in my init.el contains a lot of what you could call "saner defaults"). Notably they've added some very neat structural and fuzzy matching abilities starting with 25.1 IIRC and I don't even feel the need to turn ido on when those features are enabled.
  • What is the most useful part of your Emacs config?
    9 projects | /r/emacs | 25 Jan 2021
    I have a little project system that I use a lot and is a life saver: https://github.com/cadadr/configuration/tree/3e11ef25344188cc55b16f314c3c5358ace8a266/emacs.d/init.el#L1249 It's simple but it's very helpful. I like to have a project command view with dired at root on the left and magit or vc.el on the right, and I can go back to that view with a single command, gk-home, bound to the Home key. Popping a shell at bottom like yakuake with a single keybinding to gk-pop-shell is very useful too. I use frame parameters to tie projects up with frames so these two functions know what to do in each project frame. Titles are set up such that it's easy to find a particular frame with something like Rofi.
  • Linux helpful?
    1 project | /r/compling | 23 Jan 2021
    Depends on what you want to do. Linux is a more welcoming environment for programmers and an OS-level package manager is very helpful. I have one big repo for all my configs, and if my computer failed today I can get up and running on anything else in a couple hours, typing a few commands only. With Windows it's always a manual process and takes longer. And sometimes Windows makes some programmers' tasks too hard, like setting environment variables, etc. And more advanced things like scripting, virtualisation, containers, etc. are generally easier to do in Linux.
  • RFC: theme emacs with a 6-color palette with semantics theming
    3 projects | /r/emacs | 15 Jan 2021
    E.g. a very important detail IMHO is the active vs. inactive modelines. In your light theme they are virtually the same, so you need to chase the cursor to find the active window. The first thing I modify in themes I use is to make modeline colours such that inactive one is faded but still legible, and active modeline really stands out: https://github.com/cadadr/configuration/blob/bf8b87c36dbab85d1ec35f3c9aa6f7d3c5e1f347/emacs.d/init.el#L5842 In general if you're not limited by a palette it's easier to adjust everything perfectly.

helm-bibtex

Posts with mentions or reviews of helm-bibtex. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-05-20.
  • Write research paper notes/summaries in emacs
    8 projects | /r/emacs | 20 May 2022
    This on its own is a great system for writing such notes. However, it is very lacking in searchability. If you want the notes, you need to go find them. To solve this, you first need a package to manage your bibliography in Emacs. These function with a .bib file that I assume you already can obtain through Mendeley. To my knowledge, there are two great packages for this, citar and bibtex-completion (which is actually two packages ivy-bibtex and helm-bibtex). Depending on the completion framework you are using (Ivy, Helm or Vertico/Selectrum) you can use one of these. These packages read from a bibliography file and make your life so much easier in finding the research paper you are looking for. They also have another neat feature. They allow you to create notes for your bibtex entries with ready customisable templates. This makes this whole process so much easier as you can find a paper you want to read, create a note for it with one of these packages and then link it to its pdf with org-noter. This way you have a fully-fledged research workflow inside Emacs.
  • Helm-bibtex: Search and manage bibliographies in Emacs
    1 project | news.ycombinator.com | 11 Feb 2022
  • org-ref/bibtex-completion/ivy-bibtex entries are not displayed if keyphrases do not fall into the display field
    3 projects | /r/emacs | 24 Oct 2021
    I have a question regarding org-ref, bibtex-completion and ivy-bibtex respectively. I have org-ref set up as suggested by John Kitchin on his github page. This is some of the relevant code, i guess.
  • New package consult-bibtex
    4 projects | /r/emacs | 27 Aug 2021
    no multiple selection (ivy has it, but not ivy-bibtex, see https://github.com/tmalsburg/helm-bibtex/issues/308)
  • Consult equivalent for ivy-bibtex?
    2 projects | /r/emacs | 7 Mar 2021
    There is already a completing-read implementation of helm-bibtex/ivy-bibtex in the works which is supposed to be used with Selectrum/Icomplete/Consult etc. See https://github.com/tmalsburg/helm-bibtex/pull/361 and https://github.com/tmalsburg/helm-bibtex/pull/355. Maybe you can collaborate with /u/bdarcus?
  • completing-read: displaying using one string, but searching on another?
    2 projects | /r/emacs | 26 Feb 2021
    This got me pointed in the right direction. I just need to now write the helper function to grab that extended metadata.
  • Long-Time Emacs User Looking to Level-Up (note-taking for classes)
    12 projects | /r/emacs | 16 Feb 2021
    I also second the suggestion of another poster on counsel, swiper, ivy, etc. (I love this suite and the various add-ons). I'd add ivy-bibtex.

What are some alternatives?

When comparing configuration and helm-bibtex you can also consider the following projects:

org-pomodoro - pomodoro technique for org-mode

citar - Emacs package to quickly find and act on bibliographic references, and edit org, markdown, and latex academic documents.

dot-doom - My Doom Emacs config files. Mirrored from https://gitlab.com/zzamboni/dot-doom

org-ref - org-mode modules for citations, cross-references, bibliographies in org-mode and useful bibtex tools to go with it.

pdf-tools - Emacs support library for PDF files.

git-auto-commit-mode - Automatically commit to git after each save

org-roam-bibtex - Org Roam integration with bibliography management software

org-sidebar - A helpful sidebar for Org mode

org-noter - Emacs document annotator, using Org-mode

org-download - Drag and drop images to Emacs org-mode

citeproc-el - A CSL 1.0.2 Citation Processor for Emacs.