phibr0 / obsidian-emoji-shortcodes

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

Think it possible to add an "Emoji Matcher" like on the Discord? #3

Closed Moonbase59 closed 3 years ago

Moonbase59 commented 3 years ago

Would you think it feasible to add an "emoji matcher" that opens a fuzzy match suggester as soon as one starts typing :…?

Auswahl_182

phibr0 commented 3 years ago

I would really like this Feature, unfortunately I still haven't figured out how to do stuff like this. I had these Suggesters planned for other Plugins too but in the End just used Obsidians normal FuzzySuggestModals

konhi commented 3 years ago

Emoji Toolbar has emoji picker like that for possible code reference.

image

phibr0 commented 3 years ago

Thats just Obsidians Default FuzzySuggestModal, the Problem is to put that into a Popover for the Editor.

konhi commented 3 years ago

What about it? https://github.com/argenos/nldates-obsidian

phibr0 commented 3 years ago

That looks exactly like what is needed. I will look into it