New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

gitbook-plugin-advanced-emoji

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gitbook-plugin-advanced-emoji

Shows the common emojis used on GitHub

  • 0.1.5
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
525
decreased by-42.43%
Maintainers
1
Weekly downloads
 
Created
Source

GitBook Plugin: Advanced Emoji

Transforms emojis like :white_check_mark: into real emoji images using emojify.js.

Please note that this plugin only works for markdown files. All other filetypes will just be ignored, and the plugin does nothing.

Installation

You can install this plugin via npm:

$ npm install gitbook-plugin-advanced-emoji

Be sure to activate the option from the book.json file:

{
    "plugins" : ["advanced-emoji"]
}

Then run gitbook install followed by either gitbook serve or gitbook build

Using Ignore Flags

If you want for example occurences of emojis not replaced you will need to wrap them in the following comments.

<!-- ignore:advanced-emoji:start -->
:white_check_mark:
<!-- ignore:advanced-emoji:end -->

You can even set the ignores around a codeblock or more lines.

This is a text

<!-- ignore:advanced-emoji:start -->
'''
Check the Code
Code ... :white_check_mark:
'''
<!-- ignore:advanced-emoji:end -->

foo

License

Publishing to npmjs.com

npm install           # install dependencies
npm run pre-publish   # copies emoji pngs and css to assets folder
npm run publish       # publishes to npmjs.com

FAQs

Package last updated on 01 Dec 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc