-
Notifications
You must be signed in to change notification settings - Fork 20
feat: ability to search in installed apidocs #66
base: master
Are you sure you want to change the base?
Conversation
Intersting, I didn't know I needed this until now. But naming it |
Sure, I can rename it a little later today! Why I wrote it was crude...
But going all the way would be quite a lot more work, and possibly too slow to be useful. I guess this is good enough, and can be improved though time potentially. |
242a14a
to
2106776
Compare
modified the PR to now use the Grep terminology. |
I think displaying the raw markdown is okay in this case, using |
So I improved the result display format and made it a little bit fancy... I also want to customize the other pickers now...
I only realize it now, I thought you were talking about the previewer. Yes, the picker would just open the file in the current implementation. |
We could get the last preview buffer using |
Yes I think if we can't cut up the file at least to a large degree it's not going to work out. Otherwise I didn't test what you did yet, but it's looking great! |
Glow output doesn't necessarily match the original one so jumping to the specified line won't always work. But this feature is still great and I just learned about |
luckasRanarison#60 it was reverted in the original repo with luckasRanarison@fea272d but i still think this should be deleted and that fixes the close issue open a picker, type text until there are no matches, close the picker
i think this feature is useful. maybe it's a little crude, but it's better than not having the feature at all...