Skip to content

nkg447/markdown-emoji

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages