mirror of
https://github.com/org-roam/org-roam
synced 2025-08-27 14:23:32 -05:00
(feat): add org-roam-find-directory (#424)
This commit is contained in:
@@ -379,6 +379,12 @@ INITIAL-PROMPT is the initial title prompt."
|
||||
(add-hook 'org-capture-after-finalize-hook #'org-roam-capture--find-file-h)
|
||||
(org-roam--capture))))))
|
||||
|
||||
;;;; org-roam-find-directory
|
||||
(defun org-roam-find-directory ()
|
||||
"Find and open `org-roam-directory'."
|
||||
(interactive)
|
||||
(find-file org-roam-directory))
|
||||
|
||||
;;;; org-roam-find-ref
|
||||
(defun org-roam--get-ref-path-completions ()
|
||||
"Return a list of cons pairs for titles to absolute path of Org-roam files."
|
||||
|
Reference in New Issue
Block a user