-
Notifications
You must be signed in to change notification settings - Fork 53
Home
Bruce D'Arcus edited this page Apr 16, 2021
·
7 revisions
Welcome to the bibtex-actions wiki!
Bibtex-actions is designed around the default completing-read-multiple
emacs API, to exploit a new generation of packages built around the same; specifically:
- selectrum, vertico, and icomplete-vertical (completion)
- embark (contextual commands)
- orderless (completion style for matching features)
All of these packages are collaboratively designed, but with the explicit goal of being decoupled and easily composable into different kinds of customized solutions.
This is a decidedly different approach to that of ivy or helm, which are more monolithic in design.
Bibtex-actions take a similar approach.
Upshot: it should give users tons of room for creative customization.
Hence: this wiki. My hope is users will experiment with different ideas, and share them here.