npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

gitbook-plugin-advanced-emoji

v0.2.2

Published

Shows the common emojis used on GitHub

Downloads

3,794

Readme

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

Versions

  • GitBook will automatically install the right version of the plugin
    • master branch is for GitBook v3.x and plugin version is 0.2.x
    • gitbook_v2 branch is for GitBook v2.x and plugin version is 0.1.x

Building a PDF

You can see the Branch pdf-test-book on how to use the plugin when building a PDF.

License

  • https://github.com/codeclou/gitbook-plugin-advanced-emoji is licensed under MIT License
  • https://github.com/hassankhan/emojify.js is licensed under MIT License