remarkable-emoji

0.1.3 • Public • Published

remarkable-emoji

A plugin to add emoji support for Remarkable. The plugin can translate all emojis and most common emoticons to their unicode characters. It can be used in combination with client-side libraries such as Twitter's Twemoji to generate cross platform image based emojis.

Installation

This plugin can be installed via npm.

    npm install remarkable-emoji

Usage

    var Remarkable = require('remarkable');
    var remarkable-emoji = require('remarkable-emoji');
    var md = new Remarkable();
    
    md.use(remarkable-emoji);
    
    md.render("# I :laughing: when I am :)");

This plugin can be used in combination with Twemoji as such:

    var renderedText = twemoji.parse(md.render("This is an airplane :airplane:"));
    console.log(renderedText);

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.3
    123
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.1.3
    123
  • 0.1.2
    0
  • 0.1.1
    1
  • 0.1.0
    1

Package Sidebar

Install

npm i remarkable-emoji

Weekly Downloads

125

Version

0.1.3

License

MIT

Last publish

Collaborators

  • askabt