summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Log modified file in watcherSamy Pesse2015-09-061-1/+1
* Fix #761: fix syntax highlighting for asciidocSamy Pessé2015-09-051-0/+5
* Add warning for file outside spineSamy Pessé2015-09-041-0/+10
* Add warning for too strict gitbook versionSamy Pessé2015-09-041-2/+2
* Improve error handling for failed image downloadSamy Pessé2015-09-012-1/+11
* Update nunjucks to fix raw and loaderSamy Pessé2015-09-011-1/+1
* Add method 'get' to config object (helper for plugins)Samy Pessé2015-08-271-0/+4
* Don't fail if hook returns nothing for "page" and "page:before"Samy Pessé2015-08-271-1/+1
* Add back page:before and page as non-deprecatedSamy Pessé2015-08-261-1/+1
* ignore _book in watch.jsxcv582015-08-041-0/+1
* Allowing for custom chapter-mark and page-break in PDF.Maksim Pecherskiy2015-06-302-2/+10
* Fix #802: make book.json accessible as "config." in templatingSamy Pesse2015-06-191-0/+3
* Fix #804: correctly extract kwargs from blocksSamy Pesse2015-06-181-1/+1
* Handle empty string for styles configurationSamy Pessé2015-06-021-1/+1
* Remove default print.css when styles/print.css is presentSamy Pessé2015-06-023-2/+4
* Fix i18n used in multilingual bookSamy Pesse2015-05-281-1/+2
* Adapt to nunjucks 1.3.xSamy Pesse2015-05-281-2/+2
* Sort glossary before applying it on pagesSamy Pesse2015-05-281-2/+5
* Fix #765: in init handle correctly empty entriesSamy Pesse2015-05-271-9/+9
* Don't create panic by telling about false overwriteWilhelm2015-05-271-2/+6
* Fix typo in warning in `lib/plugin`creynders2015-05-041-1/+1
* Fix #721: use links.join instead of path.join for links in pageSamy Pesse2015-04-231-1/+1
* Fix typo in lib/book.js: lanuages → languagesAnthony Fok2015-04-101-1/+1
* Merge pull request #700 from paulmillr/masterSamy Pessé2015-04-101-7/+8
|\
| * Switch from gaze to chokidar.Paul Miller2015-04-101-7/+8
* | use the `escape-string-regexp` moduleSindre Sorhus2015-04-082-7/+2
|/
* Normalize structure parsing errorSamy Pessé2015-04-021-10/+31
* Normalize template errorsSamy Pessé2015-04-022-3/+42
* Don't fail if config doesn't existsSamy Pessé2015-04-021-6/+6
* Invalidate configuration cache when reloadingSamy Pessé2015-04-021-1/+10
* Don't update translationsSamy Pessé2015-04-011-1/+2
* Use i18n node module for template translationSamy Pessé2015-04-014-43/+50
* Add back support for options.originalInputSamy Pessé2015-03-301-0/+14
* Separate book.contentLink and book.contentPathSamy Pessé2015-03-282-3/+8
* Fix title for introduction (with i18n)Samy Pessé2015-03-241-1/+2
* Add string representation for booksSamy Pessé2015-03-241-0/+5
* Ignore codeblocks when replacing glossary termsSamy Pessé2015-03-231-0/+3
* Highlight codeblocks in gitbook instead than the parsersSamy Pessé2015-03-232-1/+63
* Fix #641: fix progress order in json formatSamy Pessé2015-03-172-0/+9
* Merge branch masterSamy Pessé2015-03-171-1/+1
|\
| * :lipstick: Update default generatorWilliam Candillon2015-03-141-1/+1
* | Fix #649: add option "author" in book.json to set meta author in htmlSamy Pessé2015-03-171-0/+1
|/
* Add editorconfig and normalize indentSamy Pessé2015-03-1412-919/+919
* Fix #647: Fix links normalization (content and hash)Samy Pessé2015-03-131-5/+5
* Fix define of introduction from summarySamy Pessé2015-03-111-0/+1
* Ensure inline svgs have xml headerSamy Pessé2015-03-111-1/+1
* Remove require of old dependency "shell-escape"Samy Pessé2015-03-111-1/+0
* Fix inline svg extraction on windowsSamy Pessé2015-03-102-2/+2
* Fix run of svgexport on windowsSamy Pessé2015-03-101-9/+10
* Fix links normalization on windowsSamy Pessé2015-03-102-9/+11
* Add GitBook as book producer in ebook-convertSamy Pessé2015-03-081-0/+6
* Fix #633: update markdown parser to fix codeblocksSamy Pessé2015-03-081-1/+8
* Fix #227: Add base rtl support for websiteSamy Pessé2015-03-062-6/+15
* Update gitbook-parsers@0.5.0 and include page.prepareSamy Pessé2015-03-061-1/+2
* Fix #629: add generator name in template contextSamy Pessé2015-03-061-1/+2
* Fix #628: preserve pure anchor links and hash in relative linksSamy Pessé2015-03-062-4/+21
* Escape svgexport argsSamy Pessé2015-03-051-1/+2
* Fix transformation of README.md links in index.htmlSamy Pessé2015-02-261-2/+4
* Fix normalization of html link (README to index)Samy Pessé2015-02-211-1/+1
* Improve language detection from book.jsonSamy Pessé2015-02-141-0/+4
* Fix #608: fix chapter name for glossarySamy Pessé2015-02-142-3/+6
* Escape description in title attr of glossary linkSamy Pessé2015-02-141-1/+1
* Fix generation of multilingual book as ebookSamy Pessé2015-02-141-4/+5
* Merge pull request #605 from GitbookIO/update/lodashSamy Pessé2015-02-131-11/+15
|\
| * Fix test for lodash 3.1.0 (from git)Samy Pessé2015-02-111-11/+15
* | Fix test with post in blocksSamy Pessé2015-02-133-30/+35
* | Limit concurrent blocks processedSamy Pessé2015-02-132-10/+65
* | Accept post function from block to post process contentSamy Pessé2015-02-122-11/+26
* | Fix page normalization with empty links or imagesSamy Pessé2015-02-121-0/+2
* | Improve pdf by adding default header and footerSamy Pessé2015-02-122-4/+4
* | Always generate README.json with langs indexSamy Pessé2015-02-125-27/+24
* | Fix GitbookIO/plugin-youtube#2: hash remote image for local pathSamy Pessé2015-02-122-4/+11
* | Fix default language to englishSamy Pessé2015-02-121-0/+3
|/
* Update to gitbook-parsers@0.4.0Samy Pessé2015-02-091-2/+2
* Improve i18n to support locale normalizationSamy Pessé2015-02-093-14/+71
* Fix #595: calcul link to glossary as an absolute pathSamy Pessé2015-02-071-1/+1
* Fix #588: Fix replacement of glossary terms by linksSamy Pessé2015-02-061-1/+2
* Use tiny-lr instead of old unmaintained fork.Ludovico Fischer2015-02-051-1/+1
* Handle SVG correctly in page normalizationSamy Pessé2015-02-051-1/+8
* Add "finish:before" to the list of valid hooksSamy Pessé2015-02-051-1/+1
* Correctly copy cover for sub booksSamy Pessé2015-02-043-1/+8
* Fix generation of multilingual books as ebookSamy Pessé2015-02-041-7/+13
* Improve logs for images and ebook copySamy Pessé2015-02-042-12/+12
* Load plugins from the book in prioritySamy Pessé2015-02-041-1/+4
* Set "info" as default log levelSamy Pessé2015-02-031-1/+1
* Fix init commandSamy Pessé2015-02-031-4/+4
* Accept alpha and beta version of pluginsSamy Pessé2015-02-021-1/+1
* Improve install command to resolve best plugin versionSamy Pessé2015-02-023-38/+85
* Don't use xmlMode to normalize htmlSamy Pessé2015-01-301-1/+1
* Fix validation of semi-loaded pluginsSamy Pessé2015-01-301-0/+2
* Fix namespacing of plugins resourcesSamy Pessé2015-01-304-44/+65
* Fix support of iframe in html normalizationSamy Pessé2015-01-301-3/+14
* Use spaces identationSamy Pessé2015-01-301-24/+24
* Add "generator" to plugins blocks and filters ctxSamy Pessé2015-01-301-1/+2
* Remove useless logSamy Pessé2015-01-301-1/+0
* Fix #567: Fail hard if book.json is invalidSamy Pessé2015-01-301-0/+2
* Add warning message when gitbook version to use is not fixedSamy Pessé2015-01-301-0/+12
* Download external images in ebook formatSamy Pessé2015-01-294-53/+58
* Fix ebook commandsSamy Pessé2015-01-291-1/+1
* Convert inline svg as png if neededSamy Pessé2015-01-292-4/+42