summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Remove fontsettings from core and add plugin as defaultSamy Pessé2015-10-051-8/+2
* Update lodash for client side codeSamy Pessé2015-10-051-5/+5
* Add sharing plugin as defaultSamy Pessé2015-10-052-114/+114
* Add method book.formatStringSamy Pessé2015-10-051-111/+129
* Move Book.init in another fileSamy Pessé2015-10-053-134/+149
* Fix #952: add configuration for index maximum sizeSamy Pessé2015-09-282-3/+6
* Improve installation of plugins to not install default onesSamy Pessé2015-09-222-13/+36
* Handle html param from code block outputSamy Pessé2015-09-221-3/+4
* Fix #941: limit size of lunr indexSamy Pessé2015-09-221-2/+18
* Fix #939: don't check gitbook version for sub-books (checked for parent)Samy Pessé2015-09-211-5/+7
* Throw correct error in configurationSamy Pessé2015-09-201-1/+1
* Fix disabling a default pluginSamy Pessé2015-09-191-8/+10
* Jshint all filesSamy Pessé2015-09-1522-210/+192
* Fix passing context to block functionsSamy Pessé2015-09-151-31/+30
* Improve code style for book.js and index.jsSamy Pessé2015-09-152-76/+68
* Fix stupid error that passed tests because "context" was globalSamy Pessé2015-09-151-2/+2
* Improve conrefs to handle all absolute file paths correctlySamy Pessé2015-09-155-71/+130
* Handle absolute file correctly for conrefsSamy Pessé2015-09-151-1/+7
* Improve book.resolve to ensure file is in the bookSamy Pessé2015-09-153-13/+47
* Merge branch 'improve/template-blocks'Samy Pessé2015-09-154-7/+7
|\
| * Use Book.resolve when possibleAaron O'Mullan2015-07-314-7/+7
* | Update css without highlight.jsSamy Pesse2015-09-141-1/+1
* | Pass language as kwargs to code blockSamy Pesse2015-09-141-1/+6
* | Add base test for extending code highlightingSamy Pesse2015-09-141-2/+0
* | Use block code for highlight pre/codeSamy Pesse2015-09-143-17/+72
* | Add default blocks (html and code)Samy Pesse2015-09-123-15/+41
* | Remove highlight.js dependencySamy Pesse2015-09-122-41/+1
* | Fix #910: fix stupid error with semver apiSamy Pessé2015-09-091-1/+1
* | Use position indicator that doesn't conflict with asciidocSamy Pesse2015-09-081-5/+5
* | 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