swyxkit
swyxkit copied to clipboard
better search
currently i use a filter, not search
- https://github.com/kbrsh/wade 1kb, no fuzzy search
- https://bundlephobia.com/package/[email protected] 15kb with fuzzy search <- want to isolate this to only the index page?
but also it'd be nice to search within any page when i just hit /.
related #45
use this? https://github.com/leeoniya/uFuzzy
yeah this looks good https://github.com/leeoniya/uFuzzy/issues/7
great post!
need to try a way to highlight HTML with different HTML tags. example if the needle is "between html" and I have the html below
<p>how would highlight in between <b>html formats</b>
if you figure it out send in a PR :)
Awesome