helm-bibtex VS dot-doom

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

helm-bibtex

Search and manage bibliographies in Emacs (by tmalsburg)

dot-doom

My Doom Emacs config files. Mirrored from https://gitlab.com/zzamboni/dot-doom (by zzamboni)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
helm-bibtex dot-doom
8 5
455 113
- -
5.4 3.6
2 months ago 5 months ago
Emacs Lisp Emacs Lisp
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.

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.

dot-doom

Posts with mentions or reviews of dot-doom. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-02-24.
  • Starter Kit Recommendation: Spacemacs, Doom, or Centaur
    1 project | /r/emacs | 25 Mar 2021
    I switched from a hand-maintained config to Doom last year, and I can highly recommend it. It's very well organized, the community is very friendly and it works great. If you are interested, my config is at https://github.com/zzamboni/dot-doom/blob/master/doom.org.
  • Trouble with the init.el file using org
    3 projects | /r/emacs | 24 Feb 2021
    This sets the default for all the emacs-lisp blocks in the file, but you can still selectively write other blocks to different files, or not at all by specifying :tangle no. This way you can easily tangle multiple destination files from a single Org file. For an example, you can see my doom.org file, from which Doom's init.el, config.el and packages.el are all tangled.
  • Is there a way to create a beautiful presentation from Emacs?
    8 projects | /r/emacs | 22 Feb 2021
    In my config I have a hook I can call after saving the .org file to automatically export it and update the open browser to the current slide. This makes the process of updating/viewing the presentation a lot smoother. You can find my config here: https://github.com/zzamboni/dot-doom/blob/master/doom.org#revealjs-presentations
  • Long-Time Emacs User Looking to Level-Up (note-taking for classes)
    12 projects | /r/emacs | 16 Feb 2021
    Note that I said my "old config". A few months ago. I decided to try Doom Emacs. Over a couple of days, I ported most of the important bits of my decades-old, hand-maintained config, and in the process realized I could get rid of a lot of scaffolding (like the whole package-management bits in your config) by virtue of Doom's existing mechanisms, and also I could omit a lot of the configuration because Doom includes decent defaults for many things. I have not regretted moving to Doom. You can find my new config at https://github.com/zzamboni/dot-doom/blob/master/doom.org.
  • Problem requiring ox- packages in org-export-backends
    1 project | /r/emacs | 1 Feb 2021
    If you use use-package, it works well to define the package to be loaded :after org. I have lots of examples in my old emacs config, for example: (use-package ox-hugo :defer 3 :after org :custom (org-hugo-use-code-for-kbd t)) I now use Doom Emacs, but the same technique can be used with use-package!. For example, from my Doom Config: (use-package! ox-leanpub :after org :config (require 'ox-leanpub-markdown) (org-leanpub-book-setup-menu-markdown)) HTH

What are some alternatives?

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

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

pdf-tools - Emacs support library for PDF files.

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

writeroom-mode - Writeroom-mode: distraction-free writing for Emacs.

org-pomodoro - pomodoro technique for org-mode

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

org-tree-slide - A presentation tool for org-mode based on the visibility of outline trees

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

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

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

org-reveal - Exports Org-mode contents to Reveal.js HTML presentation.