protesilaos / consult-denote

Use Consult in tandem with Denote
GNU General Public License v3.0
42 stars 2 forks source link

Integration with `consult-omni`? #9

Open WeissP opened 2 hours ago

WeissP commented 2 hours ago

I just came across this cool package called consult-omni that lets you merge both synchronous and asynchronous consult sources.

It's exactly what I need: I can search through my buffers, recent files, and notes with one command, while it should not slow down my workflow when I just want to switch buffers even if there are thousands of notes.

This may also be one of the solutions to the issue at https://github.com/protesilaos/consult-denote/issues/4, because I am fine with waiting a few seconds if I want to switch to a note, but not to a buffer.

WeissP commented 2 hours ago

You can check consult-omni-fd.el and consult-omni-consult-notes.el for reference.