A Doom Emacs module for my way of taking notes
This module depends on your setting of these three variables, this is the way I do it in my config.el:
(setq bibtex-completion-library-path "~/pdfs" bibtex-completion-bibliography (list "~/pdfs/references.bib") org-directory "~/org/")
My init file has this line in it:
(org +roam2 +noter)