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

Commit 725d3e1

Browse files
author
Bernhard Grünewaldt
committed
v0.1.6 with pdf support fixes #1
1 parent de9f366 commit 725d3e1

File tree

4 files changed

+28
-10
lines changed

4 files changed

+28
-10
lines changed

assets/emoji-book.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
/* adjusted for gitbook styling. original css from emojify.js */
2+
.emoji {
3+
width: 1em;
4+
height: 1em;
5+
display: inline-block;
6+
margin-top: 0;
7+
background-size: contain;
8+
}
File renamed without changes.

index.js

Lines changed: 14 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22
"name": "gitbook-plugin-advanced-emoji",
33
"description": "Shows the common emojis used on GitHub",
44
"main": "index.js",
5-
"version": "0.1.5",
5+
"version": "0.1.6",
66
"engines": {
77
"gitbook": ">=2.5.0"
88
},
99
"gitbook": {
1010
"properties": {
11-
"myConfigKey": {
12-
"type": "string",
13-
"default": "test",
14-
"description": "test"
11+
"embedEmojis": {
12+
"type": "boolean",
13+
"default": false,
14+
"description": "Should the plugin embedd emojis as base64 data-uri strings instead of linked image urls?"
1515
}
1616
}
1717
},
@@ -20,7 +20,7 @@
2020
"type": "git",
2121
"url": "https://github.com/codeclou/gitbook-plugin-advanced-emoji.git"
2222
},
23-
"license": "Apache 2",
23+
"license": "MIT",
2424
"bugs": {
2525
"url": "https://github.com/codeclou/gitbook-plugin-advanced-emoji/issues"
2626
},

0 commit comments

Comments
 (0)