branch: externals/consult-denote commit 0ce100120843c0cf1e75a321346385d76775a790 Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Add a couple of TODOs to power up regular Denote prompts --- consult-denote.el | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/consult-denote.el b/consult-denote.el index ba74dec149..70a318ab8b 100644 --- a/consult-denote.el +++ b/consult-denote.el @@ -152,6 +152,12 @@ aforementioned function." :items ,#'consult-denote--buffers) "Source for `consult-buffer' to list Denote buffers.") +;; TODO 2024-03-30: Cover the `denote-org-extras--outline-prompt'. It +;; will be like `consult-outline' in presentation. + +;; TODO 2024-03-30: Cover the `denote-silo-extras--directory-prompt'. +;; It is a regular directory prompt. Preview the dired buffer. + ;;;###autoload (define-minor-mode consult-denote-mode "Use Consult in tandem with Denote."