nkg447 / markdown-emoji

Markdown Emoji is a JS library to make any text input or a textbox enable the markdown emoji.

Home Page:https://nkg447.github.io/markdown-emoji/demo.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Emoji Markdown

Markdown Emoji is a JS library to make any text input or a textbox enable the markdown emoji.

How to use

Add the following script to you html file.

<script src="https://github.com/nkg447/markdown-emoji/releases/download/1.0/markdown-emoji.mini.js"></script>
<script>
    new MarkDownEmoji(document.getElementById("input_element")).start();
</script>

The MarkDownEmoji constructor accepts an element, on which the markdown emoji will be enabled.

Demo

https://nkg447.github.io/markdown-emoji/demo.html Markdown Emoji

About

Markdown Emoji is a JS library to make any text input or a textbox enable the markdown emoji.

https://nkg447.github.io/markdown-emoji/demo.html


Languages

Language:HTML 100.0%