Skip to content
This repository has been archived by the owner on Mar 14, 2023. It is now read-only.

codeclou/gitbook-plugin-advanced-emoji

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📣 End of Lifetime Notice: We no longer provide support for this repository. It will be made readonly, you can still fork it and adapt it to your needs.


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

About

Transforms emojis like : white_check_mark : into real emoji images

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •