honkit

HonKit is building beautiful books using Markdown - Fork of GitBook

APACHE-2.0 License

Downloads
48K
Stars
3K
Committers
136

Bot releases are visible (Hide)

honkit - v3.7.0

Published by github-actions[bot] almost 3 years ago

Features

Performance Improvements

  • honkit: memorize encoded summary article #243 by @Yilun-Sun

Comments

honkit - v3.6.23

Published by github-actions[bot] almost 3 years ago

Fixes

  • honkit: Replace newlines with white space in pdf headers + footers #237 fix #236 by @OlduwanSteve

Comments

honkit - v3.6.22

Published by github-actions[bot] about 3 years ago

Fixes

  • honkit: fix incremental build on multiple languages book #212 #228

Comments

honkit - v3.6.21

Published by github-actions[bot] about 3 years ago

Fixes

  • honkit: change pdf margin options (#223) (7ffa130), closes #221 by @yhor1e

Comments

honkit - v3.6.20

Published by github-actions[bot] over 3 years ago

Fixes

  • theme-default: Remove Console Log for Page Changes #203 by @Stuyk

Comments

honkit - chore(release): v3.6.19

Published by github-actions[bot] over 3 years ago

Bug Fixes

  • honkit-plugin-highlight: fix highlight.js warning (#200) (4433488)

Comments

honkit - chore(release): v3.6.18

Published by github-actions[bot] over 3 years ago

Bug Fixes

  • theme-default: fix Uncaught TypeError when click a page (#196) (349aae6) closes #191

Comments

honkit - chore(release): v3.6.17

Published by github-actions[bot] over 3 years ago

Fixes

  • honkit: use ^ semver for deps #185
  • honkit: update dependencies #181

Comments

honkit - v3.6.16

Published by github-actions[bot] almost 4 years ago

Features


Comments

honkit - v3.6.15

Published by github-actions[bot] almost 4 years ago

Fixes

  • theme-default: remove unnecessary meta tag #173 by @dogatana

Refactor

  • Migrate models to class-based for improving TypeScript compatibility #169 by @azu

Comments

honkit - v3.6.14

Published by github-actions[bot] almost 4 years ago

Fixes

  • theme-default: fix: bump highlight.js from 9.8.0 to 10.4.0 #162 #161 by @masnagam

Now, HonKit use @honkit/honkit-plugin-highlight instead of gitbook-plugin-highlight.
It aims to clear highlight.js's vulnerability alerts #161.

📝 Some language name is deprecated in highlight.js

Please see the latest document!
https://github.com/highlightjs/highlight.js/blob/10.4.0/SUPPORTED_LANGUAGES.md

honkit - v3.6.13

Published by github-actions[bot] almost 4 years ago

Fixes

  • theme-default: Fix browser print layout in default theme #159 by @fwouts
honkit - v3.6.12

Published by github-actions[bot] almost 4 years ago

Fixes

  • honkit: unescape characteres of output html #155 by @dogatana
honkit - chore(release): v3.6.11

Published by github-actions[bot] almost 4 years ago

Note for npm user

No changes from v3.6.10.

It only includes fixing CI error #149
It aims to publish a new docker image.

honkit - fix(theme-default): fix blank page on mobile

Published by github-actions[bot] almost 4 years ago

Fix a regression of theme-default on v3.6.9 #148

Official page is blank on mobile #151

fix #151

Update

npm install [email protected]
honkit - v3.6.9

Published by github-actions[bot] almost 4 years ago

Fixes

  • honkit: Fix copying unnecessary assets on windows #146
  • theme-default: Improve CLS score #92 (aa7a598)
  • theme-default: fix first scroll position (4fb9cd3)
honkit - chore(release): v3.6.8

Published by github-actions[bot] almost 4 years ago

Fixes

Previously, skip "page" and "page:before" hook when HonKit has the cache for the page.
However, this logic breaks some plugin like plugin-lunr.

In 3.6.8, HonKit always call "page" and "page:before".

honkit - chore(release): v3.6.6

Published by github-actions[bot] about 4 years ago

Features

  • theme-default: support honkit variablbles #36
  • docker: support ebook-convert installation #32 #125
honkit - fix(honkit): fix empty publish

Published by github-actions[bot] about 4 years ago

In sometimes, CI publish empty content

  • 3.6.0 ~ 3.6.4 has a this bug.

Issue

tsc copy package.json if use import pkg from "../package.json"
npm pack fail to pack if the package has two package.json

  • package.json
  • lib
    • package.json

npm pack refer to lib/package.json.
It creates an empty pack

https://github.com/honkit/honkit/pull/123/commits/50e8e4c0855dd1784912ebd59915f30f5cdc7dc4

honkit - chore(release): v3.6.4

Published by github-actions[bot] about 4 years ago

Fixes

  • docker: use latest as default when build without --build-arg PACKAGE_VERSION=<v>