Dan Wood

Results 57 comments of Dan Wood

Oh wow that looks amazing! Would love for Zed to integrate that

I don't code in Vue, so please double check my work here. I've tested this locally and it all seems to work. I've used match-sorter instead of flexsearch since the...

That's a good point. I'll look into implementing that now

@not-night-but I've switched out `match-sorter` to `microfuzz` because it supports match ranges and have used them to highlight characters in the search titles. Let me know if that looks good

@not-night-but Yeah, hadn't really used it so just picked it as something that supported highlights, but `uFuzzy` seems better. I've replaced it with that and also moved the highlighting to...

FWIW I managed to get something working by handling all state changes in `onDragOver` and using `preventDefault` inside to manually handle the changes