phibr0 / obsidian-emoji-shortcodes

Emoji Shortcodes - Obsidian Plugin | Adds Support for Emoji Shortcodes to Obsidian
MIT License
181 stars 15 forks source link

Feature/partial match #24

Closed I-Dont-Remember closed 2 years ago

I-Dont-Remember commented 2 years ago

Tackles issue #19 Filter as partial match.

Slight improvement would be to order results in increasing order of found index, so for :mus, :muscle: 💪 should appear before :unamused: 😒. Minimal gain for the effort though, probably saves 0.1s out of a users life, so decided not worth adding the extra implementation.

emoji-pr

chadlavi-casebook commented 2 years ago

I literally just came to this repo because I thought an emoji was missing, but it turns out it's just not easy to find because of the issue you are fixing here (the use case is the white_check_mark emoji. :check does not show results for it currently)

phibr0 commented 2 years ago

Thank you