tomlin7 / biscuit

Aesthetic, lightweight code editor with extension support
https://tomlin7.github.io/biscuit
MIT License
189 stars 27 forks source link

Extension Search bar implementation #439

Closed Kabiirk closed 1 month ago

Kabiirk commented 1 month ago

Hi @tomlin7 ,

This closes Issue #409.

I've opted for a simple search logic that returns exact matches. Also searching for an empty string would give you the complete (initial) string as well.

Search feature can be triggered either by pressing the SEARCH icon in the top right (beside the REFRESH icon), or by pressing <ENTER> key after typing.

Kabiirk commented 1 month ago

Thanks ! Good to know

tomlin7 commented 1 month ago

@Kabiirk happy hacktoberfest! ❤️

Kabiirk commented 1 month ago

@tomlin7 Happy Hacktoberfest to you too ! ❤️