summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Fix #926: use zh-hans instead of zh-cn and ja instead of jpSamy Pessé2015-11-251-13/+13
|
* Cleanup lib/generators/json.jsSamy Pessé2015-11-251-10/+10
|
* Fix urijs dependency on linuxSamy Pessé2015-11-251-19/+19
|
* Add bookRoot to gitbook.stateSamy Pessé2015-11-253-2/+3
|
* Improve book.findFile to be case incensitiveSamy Pessé2015-11-162-4/+17
|
* Test first extension of structure itself in book.findFileSamy Pessé2015-11-162-16/+27
|
* Fix custom styles for ebookSamy Pessé2015-11-031-1/+1
|
* Correctly generate id if none foundSamy Pessé2015-10-211-5/+13
|
* Use Arial as default fontSamy Pessé2015-10-211-1/+1
|
* Use helvetica by default for pdfSamy Pessé2015-10-202-2/+4
|
* Fix default style for pdf footer and headerSamy Pessé2015-10-201-1/+1
|
* Fix #974: correctly handle query in image urlsSamy Pessé2015-10-201-1/+1
|
* Fix #982: fix shortcuts for included templatesSamy Pessé2015-10-202-13/+47
|
* Add failing test for #982Samy Pessé2015-10-201-31/+33
|
* Fix legacy properties book.options.input, ...Samy Pessé2015-10-141-23/+23
|
* Fix resolve of plugins for prereleasesSamy Pessé2015-10-141-2/+2
|
* Correctly handle pre-version for plugins checksSamy Pessé2015-10-133-4/+23
|
* Set default config for all pluginsSamy Pessé2015-10-131-1/+1
|
* Correctly apply defaults config to pluginsConfigSamy Pessé2015-10-131-1/+2
|
* Fix error in accessing plugins configSamy Pessé2015-10-131-2/+2
|
* Add tests for plugins config validationSamy Pessé2015-10-133-17/+40
|
* Use jsonschema to valid and default plugins configSamy Pessé2015-10-133-24/+76
|
* Fix js errorSamy Pessé2015-10-121-2/+2
|
* Add hook "config" to transform configuration before generationSamy Pessé2015-10-125-146/+172
|
* Don't copy assets for ebook to website bundleSamy Pessé2015-10-062-62/+61
|
* Fix css being used for pdf footer and headerSamy Pessé2015-10-061-58/+58
|
* Inline css for footer/header templatesSamy Pesse2015-10-062-19/+36
|
* Add css to footer/header for pdfSamy Pessé2015-10-061-0/+16
|
* Start removing search and lunr from coreSamy Pessé2015-10-054-132/+67
|
* 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
| | | | Add test for it
* 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
| | | | Add test for it
* Handle absolute file correctly for conrefsSamy Pessé2015-09-151-1/+7
| | | | Add test for absolute file for conrefs
* Improve book.resolve to ensure file is in the bookSamy Pessé2015-09-153-13/+47
| | | | Adapt tests to plugin-highlight
* Merge branch 'improve/template-blocks'Samy Pessé2015-09-154-7/+7
|\
| * Use Book.resolve when possibleAaron O'Mullan2015-07-314-7/+7
| | | | | | | | For added consistency
* | Update css without highlight.jsSamy Pesse2015-09-141-1/+1
| | | | | | | | Add highlight as default plugin to be loaded
* | Pass language as kwargs to code blockSamy Pesse2015-09-141-1/+6
| | | | | | | | Improve tests for extending code highlighting
* | Add base test for extending code highlightingSamy Pesse2015-09-141-2/+0
| |
* | Use block code for highlight pre/codeSamy Pesse2015-09-143-17/+72
| | | | | | | | Cleanup correctly predefined blocks
* | 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
| | | | Add tests for it, fix #769
* 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.
| * Switch from gaze to chokidar.Paul Miller2015-04-101-7/+8
| |
* | use the `escape-string-regexp` moduleSindre Sorhus2015-04-082-7/+2
|/ | | | | | no point in hardcoding this. https://github.com/sindresorhus/escape-string-regexp
* 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
| | | | Related to rtCamp/gitbook-plugin-edit-link#2
* 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
|/