콰르토 파일을 디노트 형태로 사용하면 된다. 뭐 어려울 게 없다. 필요한가 여부는 그 다음이다.

[2024-12-03 Tue 13:14] 간단히 qmd를 통합 아직 미사용

그래 아예 그렇게 가도 좋다. 이 분의 닷파일도 보자. 별게 없이 바로 통합되었다. 근데 아직 시나리오에 익숙하지 않다.

DONT Daniel Liden "Using Quarto Files with Denote"

(Daniel Liden n.d.)

[2024-12-03 Tue 13:13] 아냐. 그냥 뺐다.

좋은데? 잠시만 이게 끝이네 넣었다. 오히려 노트 검색이 좋아졌다.

;; (print denote-file-types)
 
(let ((quarto (cdr (assoc 'markdown-yaml denote-file-types))))
  (setf (plist-get quarto :extension) ".qmd")
  (add-to-list 'denote-file-types (cons 'quarto quarto)))
 
(after! consult-notes
  (setq consult-notes-file-dir-sources
        '(
          ("Root"  ?r  "~/sync/org")
          ("Fleeting/notes"  ?f  "~/sync/org/notes")
          ("Literature/bib"  ?l  "~/sync/org/bib")
          ("Permanent/blog"  ?p  "~/sync/org/blog")
          ("Hub/meta"  ?h  "~/sync/org/meta")
          ("Docs/Zettels"  ?d  "~/sync/org/docs")
          ("Journal"  ?j  "~/sync/org/journal")
          ("Talks"  ?t  "~/sync/org/talks")
          ("EKG"  ?e  "~/sync/org/denote")
          ("MD"  ?m  "~/sync/org/md")
          ("Import"  ?i  "~/sync/org/import")
          ))
  )

Daniel Liden 2024 "Commits · master · Daniel Liden / coffeemacs · GitLab"

(Daniel Liden 2024) This is my personal configuration for emacs. I have been using various cobbled-together init.el files and I’ve used spacemacs in the past. The goal of this project is...

Related-Notes

References

Daniel Liden. 2024. “Commits · Master · Daniel Liden / Coffeemacs · GitLab.” https://gitlab.com/dliden/coffeemacs/-/commits/master.

———. n.d. “Using Quarto Files with Denote.” Accessed October 10, 2024. https://www.danliden.com/posts/20221217-denote-quarto.html.