Skip to content

Instantly share code, notes, and snippets.

@progfolio
Last active March 13, 2022 05:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save progfolio/a0ed13284653b76a57979bb72f070424 to your computer and use it in GitHub Desktop.
Save progfolio/a0ed13284653b76a57979bb72f070424 to your computer and use it in GitHub Desktop.
private_comments front-end prior art research
  • Available on NonGNU Elpa and MELPA
  • Supports Emacs >= 27.1
  • recently updated (new maintainer)
  • annotation ranges supported (may make integration with private_comments more complex)
  • comments entered in minibuffer.
  • tied to its own database format
  • displays annotations on right side of window.
  • Threw timer errors when I used it.
  • Heavier code base (more than we need?).
  • Available on MELPA
  • Supports Emacs >= 26.1
  • Recently updated (active)
  • 1 line = 1 comment
  • comments entered in minibuffer.
  • Tied to own storage format.
  • Source code quality is fair (not a lot of documentation).
  • not distributed on any ELPA
  • Supports Emacs >= 24.1
  • depends on (orphaned package) popwin
  • updated less often
  • comments entered in buffer
  • “experimental” comment persistence format
  • Poorest code quality of the three. Does not have proper package header, no lexical binding enabled, etc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment