natask / org-roam-search

org ql-like syntax for org roam search.
Apache License 2.0
40 stars 0 forks source link

(feat): support different completion engines such as vertico #2

Open tefkah opened 2 years ago

tefkah commented 2 years ago

Very cool project! Do you think it would be possible to support different completion frameworks such as vertico, and, ideally, not have the dependency on helm?

Maybe this would require separating some of the logic in a separate package, and have separate packages for the different completion engines, but to be honest I am completely out of my depth here!

natask commented 2 years ago

I am interested in supporting other completing frameworks, specifically consult and by extension vertico as well. I read in programmed completion that completing-read supports taking a function as a collection. I will look into it.