hiroppy / fusuma

✍️ Fusuma makes slides with Markdown easily.
https://hiroppy.github.io/fusuma
5.39k stars 196 forks source link

[feature request] :emoji: support #92

Closed Quramy closed 5 years ago

Quramy commented 5 years ago

Hi @hiroppy , thanks for the awesome product :) I’m loving to make presentations with fusuma!

I think it’s better that fusuma would render from :smile: to 😄 like GitHub md or slack emoji features. How about this?

And, of course, I’ll contribute about this feature if you would want ;)

hiroppy commented 5 years ago

Good idea. Do you know a library to convert :smile: to 😄 ?

hiroppy commented 5 years ago

And, currently, I've been working to support .mdx. So it is also possible with the library of react. https://github.com/hiroppy/fusuma/pull/82

Quramy commented 5 years ago

Yeah, I know you’re planning to mdx. So, if we’re support emoji, it should be available with md and mdx.

Quramy commented 5 years ago

About convert libs or something to load with under webpack build process, I’ll investment them :bow:

I want to discuss how to implement this feature because you’re the specialist webpack ;)

hiroppy commented 5 years ago

@Quramy How about remark-emoji? https://mdxjs.com/advanced/plugins

Quramy commented 5 years ago

Looks like with us, I’ll check it out!

hiroppy commented 5 years ago

ok, I'll merge .mdx, plz wait a moment :)

Quramy commented 5 years ago

I got it!