org-pdftools VS vertico

Compare org-pdftools vs vertico and see what are their differences.

org-pdftools

A custom org link type for pdf-tools (by fuxialexander)

vertico

:dizzy: vertico.el - VERTical Interactive COmpletion (by minad)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
org-pdftools vertico
7 61
327 1,351
- -
3.4 8.8
8 months ago 5 days ago
Emacs Lisp Emacs Lisp
GNU General Public License v3.0 only 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.

org-pdftools

Posts with mentions or reviews of org-pdftools. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-05-04.
  • Integrate Zotero pdf notes with org roam
    4 projects | /r/emacs | 4 May 2023
    An alternative is to open PDFs, from Zotero or from anywhere else, with Emacs' pdf-tools (https://github.com/vedang/pdf-tools). If you annotate the pdf, those annotations are part of the pdf. And you can also use org-noter (https://github.com/weirdNox/org-noter) and org-noter-pdftools (https://github.com/fuxialexander/org-pdftools; but see https://github.com/fuxialexander/org-pdftools/issues/93#issuecomment-1493314118 if you use the new org-noter from https://github.com/org-noter/org-noter).
  • Learning maths.
    3 projects | /r/emacs | 9 Apr 2023
  • Org-roam, zotero, and org-noter workflow for scientific research and citations (+bibtex)?
    5 projects | /r/emacs | 21 Mar 2023
    Periodically, I go through the pdfs I've read (I have a collection in Zotero for the stuff I am in the process of reading) and I use org-noter-pdftools (see https://github.com/fuxialexander/org-pdftools ; this is different from, and extends and depends on, org-noter which, by the way, has recently got new maintainers) to extract all annotations in the pdf to a note that is associated to each pdf. One to one mapping here: one pdf file - one .org file for notes. These notes are basically just org(-roam) files that store the annotations for easy searching (see below) and to allow my linking to specific, individual, highlights (or text annotations). I think that initially setting everything up to my satisfaction was a little bit confusing (e.g., the names of some functions I think are the same between org-noter and org-noter-pdftools and sometimes it was unclear to me the differences in functionality between the two packages); but now it works flawlessly. From org-noter-pdftools I specially like how easy it is to get all the highlights, text annotations, etc (not manual scribbling, of course, and see also below for "typewritter" annotations) into an org-roam note that links directly to the exact location in the pdf.
  • Share your workflows for highlighting books - roam compatible epub reader with highlighting? nov.el / ereader
    5 projects | /r/orgmode | 10 Oct 2022
    Check out my screencast on org-noter. I don't think anything else comes close to this kind of workflow. Unfortunately it's not production ready yet. There's a related project org-noter--pdftools, I don't recall what it's state is.
  • Whatโ€™s New in Emacs 28.1?
    23 projects | news.ycombinator.com | 6 Apr 2022
  • Not being able to install and use pdf-tools or anything related to org-pdf
    3 projects | /r/DoomEmacs | 28 Aug 2021
    First I tried config from here - https://emacs.stackexchange.com/questions/19686/how-to-use-pdf-tools-pdf-view-mode-in-emacs but the package in unmaintained, so I used https://github.com/fuxialexander/org-pdftools
  • Workflow For Notetaking And Appending
    4 projects | /r/orgmode | 3 Oct 2020
    [2] https://github.com/fuxialexander/org-pdftools

vertico

Posts with mentions or reviews of vertico. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-06-30.
  • Minibuffer faces for highlighting file names in a project while de-emphasizing long directory paths?
    2 projects | /r/emacs | 30 Jun 2023
    It would be great if you add your snippet to the Vertico wiki. Such tweaks can be quite instructive for others who want to achieve the same or similar effects for other completion commands.
  • Magit-branch-checkout list order
    1 project | /r/emacs | 20 Jun 2023
    If you want completion to be sorted by your "most recent" I suggest you have a look at completion libraries. One example is vertico; when you enable savehist mode, the variable magit-revision-history, containing the branches you visited is persisted between sessions and vertico use that offer completions by most-recently-used, by default.
  • Input completion in emacs
    1 project | /r/emacs | 27 May 2023
    I think vertico is best alternative recently, really fast on Linux, macOS and Windows.
  • [Emacs Git] Add :vc keyword to use-package
    4 projects | /r/emacs | 16 May 2023
    (use-package modus-themes :vc (:url "https://gitlab.com/protesilaos/modus-themes" :branch "main")) (use-package vertico :vc (:url "https://github.com/minad/vertico" :rev :newest :lisp-dir "extensions/"))
  • Returning emacs user - what packages are common now?
    9 projects | /r/emacs | 9 May 2023
    An example relevant to your list would be some changes many people are taking with their completion framework - using package that leverage core emacs functionality rather than replacing it with a complete package that 'overrides' it. Consult, vertico, orderless and associate packages come to mind here. If you do a bit of a search you'll find plenty of info. Here is a video from Prot on the subject, but there are many others as well. I think Prot actually went on to write his own completion system to overlay native emacs functionality as well.
  • Best emacs configs for Javascript and/or users who don't like to memorize keybindings?
    5 projects | /r/emacs | 24 Apr 2023
    Next you "only" have to remember (elisp) function names. "Completion UIs" like ivy/counsel, icomplete, helm or vertico/consult, give you a nice auto completion list on M-x (choose the one of them, you like the most). Some of those Completion UIs will display existing keybindings and a short documentation for commands, near the auto complete candidates. So you will start to remember more keybindings without "learning sessions", just because invoking functions via keybindings is much faster (more convenient).
  • Why does elpaca make emacs startup so much faster?
    9 projects | /r/emacs | 23 Apr 2023
    Wow, interesting that my response is getting down voted. It seems not enough that I give away my work for free. Nevertheless I appreciate support from the community, as other Emacs package developers. The support is actually helpful. To clarify, publishing my configuration would translate into quite a bit of work, requiring separation of private and public bits.
  • How to combine rtags and vertico
    4 projects | /r/emacs | 7 Apr 2023
    I thought that lsp and rtags were different tools to do different things. Regarding lsp, I configured lsp-mode in my init file indeed! Currently I'm using Vertico (plus recommended sub-packages at github repository) and lsp-mode.
  • Call for new package volunteers
    1 project | /r/emacs | 1 Apr 2023
    Hey! There has already been a horizontico.el. ;)
  • How to Make Emacs Look Cooler with Simple Customization
    7 projects | /r/emacs | 10 Mar 2023
    FYI, selectrum is getting deprecated in favor of vertico. https://github.com/minad/vertico/issues/237

What are some alternatives?

When comparing org-pdftools and vertico you can also consider the following projects:

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

helm - Emacs incremental completion and selection narrowing framework

pdf-tools - Emacs support library for PDF files.

selectrum - ๐Ÿ”” Better solution for incremental narrowing in Emacs.

straight.el - ๐Ÿ€ Next-generation, purely functional package manager for the Emacs hacker.

swiper - Ivy - a generic completion frontend for Emacs, Swiper - isearch with an overview, and more. Oh, man!

org-brain - Org-mode wiki + concept-mapping

icomplete-vertical - Global Emacs minor mode to display icomplete candidates vertically

org-capture-ref - Extract metadata/bibtex info from websites for org-capture

corfu - :desert_island: corfu.el - COmpletion in Region FUnction

.emacs.d - Nate Eagleson's Emacs config.

consult - :mag: consult.el - Consulting completing-read