summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * Fix summary page counter for epub low resolutionSamy Pessé2015-10-066-6/+5
| |
| * Change markdown -> markup in less mixinsSamy Pessé2015-10-065-5/+5
| |
| * Adapt glossary and summary for pdf/epub to new markup styleSamy Pessé2015-10-0611-34/+38
| |
| * Cleaner markup cssSamy Pessé2015-10-0612-323/+186
| |
| * Use black links in mobi filesSamy Pessé2015-10-0619-166/+197
| |
| * Improve support of glossary page in pdfSamy Pessé2015-10-063-3/+11
| |
| * Handle correctly rtl for toc in ebooksSamy Pesse2015-10-063-2/+27
| |
| * Center title for table of contentSamy Pesse2015-10-062-1/+5
| |
| * Improve display of table of contents for ebooksSamy Pesse2015-10-063-13/+38
| |
| * Inline css for footer/header templatesSamy Pesse2015-10-068-84/+122
| |
| * Remove bottom border on h1 and h2Samy Pesse2015-10-065-6/+12
| |
| * Fix glossary page using a "section" instead of a "div"Samy Pessé2015-10-066-16/+15
| |
| * Remove margin on first header of a page (ebook)Samy Pessé2015-10-063-6/+38
| | | | | | | | Avoid breaking in code blocks
| * Add css to footer/header for pdfSamy Pessé2015-10-065-30/+49
|/
* Merge pull request #964 from GitbookIO/features/plugin_apiSamy Pessé2015-10-0660-2177/+25882
|\ | | | | Better APIs for Plugins
| * Export jQuery for plugins compatibilitySamy Pessé2015-10-062-0/+2
| |
| * Add search plugin to dependenciesSamy Pessé2015-10-051-0/+1
| |
| * Adapt tests for new default pluginsSamy Pessé2015-10-051-1/+1
| |
| * Don't fail when can't write to localstorageSamy Pessé2015-10-052-2/+20
| |
| * Remove style for searchSamy Pessé2015-10-053-44/+2
| |
| * Tweak some details for browserify compatibilitySamy Pessé2015-10-053-1/+5
| |
| * Switch to gulp/browserifySamy Pessé2015-10-0534-915/+25245
| |
| * Define specific action for toggling summarySamy Pessé2015-10-056-38/+36
| |
| * Start removing search and lunr from coreSamy Pessé2015-10-0511-167/+99
| |
| * Adapt tests for new default pluginsSamy Pessé2015-10-051-99/+99
| |
| * Remove sharingSamy Pessé2015-10-054-45/+6
| |
| * Correctly reset buttons when page changedSamy Pessé2015-10-052-5/+26
| |
| * Remove fontsettings from core and add plugin as defaultSamy Pessé2015-10-0514-613/+5
| |
| * Add api to extend toolbarSamy Pessé2015-10-054-127/+157
| |
| * Update lodash for client side codeSamy Pessé2015-10-053-24/+24
| |
| * Add sharing plugin as defaultSamy Pessé2015-10-053-114/+115
| |
| * Add method book.formatStringSamy Pessé2015-10-054-129/+158
| |
| * Move Book.init in another fileSamy Pessé2015-10-054-147/+162
| |
| * Add eslint instead of jshintSamy Pessé2015-10-054-7/+20
| |
* | Add more node.js versions to travis-ciSamy Pessé2015-10-051-1/+3
|/
* Bump version to 2.4.32.4.3Samy Pessé2015-10-012-1/+6
|
* Merge pull request #955 from mstade/patch-1Samy Pessé2015-10-011-1/+1
|\ | | | | Change nunjucks dependency to v2.1.0
| * Change nunjucks dependency to v2.1.0Marcus Stade2015-10-011-1/+1
|/ | | Looks like mozilla/nunjucks#504 was merged and released in v2.1.0, so this changes `package.json` to no longer depend on a specific commit. Incidentally, this also solves a problem where corporate firewalls blocks npm from pulling in straight from github repos.
* Add ukranian translationSamy Pessé2015-09-282-0/+22
|
* Fix #952: add configuration for index maximum sizeSamy Pessé2015-09-282-3/+6
|
* Update gitbook-parsers@0.8.3Samy Pessé2015-09-281-1/+1
|
* Add slack button in readmeSamy Pessé2015-09-231-0/+1
|
* Add link to slack community channelSamy Pessé2015-09-231-1/+1
|
* Bump version to 2.4.22.4.2Samy Pessé2015-09-222-1/+7
|
* Improve installation of plugins to not install default onesSamy Pessé2015-09-222-13/+36
|
* Merge branch 'fix/inline_code_html'Samy Pessé2015-09-225-6/+20
|\
| * Update gitbook-plugin-highlight@1.0.3Samy Pessé2015-09-221-1/+1
| |
| * Handle html param from code block outputSamy Pessé2015-09-223-5/+9
| |
| * Add test for inline code block with html tagsSamy Pessé2015-09-222-1/+11
|/
* Fix #941: limit size of lunr indexSamy Pessé2015-09-222-3/+19
|
* Disable auto code highlighting (language should be specified)Samy Pessé2015-09-211-1/+1
|
* 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
|
* Bump version to 2.4.12.4.1Samy Pessé2015-09-192-1/+4
|
* Fix disabling a default pluginSamy Pessé2015-09-191-8/+10
|
* Add more tests for blocks args/kwargsSamy Pessé2015-09-171-1/+15
|
* Bump version to 2.4.02.4.0Samy Pessé2015-09-152-1/+8
|
* Merge pull request #930 from GitbookIO/jshintSamy Pessé2015-09-1547-613/+588
|\ | | | | Add config for jshint and fix lint errors
| * Lint all testsSamy Pessé2015-09-1519-235/+219
| |
| * Jshint all filesSamy Pessé2015-09-1522-210/+192
| |
| * Fix passing context to block functionsSamy Pessé2015-09-153-92/+102
| | | | | | | | Add test for it
| * Improve code style for book.js and index.jsSamy Pessé2015-09-152-76/+68
| |
| * Add jshint configurationSamy Pessé2015-09-151-0/+7
|/
* Fix stupid error that passed tests because "context" was globalSamy Pessé2015-09-151-2/+2
|
* Merge pull request #806 from aschempp/aria-rolesSamy Pessé2015-09-154-27/+29
|\ | | | | Aria roles for accessibility
| * Add role and html5 markup for the main navigationAndreas Schempp2015-06-181-23/+25
| |
| * Added basic ARIA roles for screenreadersAndreas Schempp2015-06-184-4/+4
| |
* | Merge pull request #919 from gaearon/fix-cmd-clickSamy Pessé2015-09-151-0/+12
|\ \ | | | | | | Don't react when user wants to open a link in a new tab
| * | Don't react when user wants to open a link in a new tabDan Abramov2015-09-121-0/+12
| | | | | | | | | | | | Fixes #846
* | | Merge pull request #929 from GitbookIO/feature/improve_resolveSamy Pessé2015-09-1515-65/+337
|\ \ \ | | | | | | | | Improve paths resolving for conrefs
| * | | Improve conrefs to handle all absolute file paths correctlySamy Pessé2015-09-157-73/+148
| | | | | | | | | | | | | | | | Add test for it
| * | | Handle absolute file correctly for conrefsSamy Pessé2015-09-153-5/+22
| | | | | | | | | | | | | | | | Add test for absolute file for conrefs
| * | | Add test for navigationSamy Pessé2015-09-153-3/+64
| | | | | | | | | | | | | | | | Update mocha and should
| * | | Improve book.resolve to ensure file is in the bookSamy Pessé2015-09-158-20/+139
|/ / / | | | | | | | | | Adapt tests to plugin-highlight
* | | Change text for editorSamy Pessé2015-09-151-1/+1
| | |
* | | 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
* | | | Merge pull request #928 from GitbookIO/feature/highlight_blockSamy Pessé2015-09-1423-466/+238
|\ \ \ \ | |_|/ / |/| | | Code highlighting extended by plugins
| * | | Change name of highlight test pluginSamy Pesse2015-09-144-11/+11
| | | |
| * | | Update css without highlight.jsSamy Pesse2015-09-143-3/+3
| | | | | | | | | | | | | | | | Add highlight as default plugin to be loaded
| * | | Add highlight as default pluginSamy Pesse2015-09-141-0/+1
| | | |
| * | | Pass language as kwargs to code blockSamy Pesse2015-09-145-14/+66
| | | | | | | | | | | | | | | | Improve tests for extending code highlighting
| * | | Add base test for extending code highlightingSamy Pesse2015-09-148-41/+51
| | | |
| * | | Use block code for highlight pre/codeSamy Pesse2015-09-144-18/+73
| | | | | | | | | | | | | | | | Cleanup correctly predefined blocks
| * | | Add default blocks (html and code)Samy Pesse2015-09-123-15/+41
| | | |
| * | | Remove highlight.js dependencySamy Pesse2015-09-129-430/+1
| | | |
| * | | Add test for replacing highlightingSamy Pesse2015-09-125-1/+58
|/ / /
* | | Bump version to 2.3.32.3.3Samy Pessé2015-09-102-1/+4
| | |
* | | Merge pull request #912 from GitbookIO/fix/538Samy Pessé2015-09-103-1/+5
|\ \ \ | | | | | | | | Fix 538: duplicate entries without paths are ignored
| * | | Update gitbook-parsers@0.8.2Samy Pessé2015-09-101-1/+1
| | | |
| * | | Add test for init with deep summarySamy Pessé2015-09-102-0/+4
|/ / /
* | | Bump version to 2.3.22.3.2Samy Pessé2015-09-092-1/+5
| | |
* | | Fix #910: fix stupid error with semver apiSamy Pessé2015-09-091-1/+1
| | |
* | | Merge pull request #908 from GitbookIO/fix/asciidoc_blocksSamy Pessé2015-09-092-5/+39
|\ \ \ | | | | | | | | Fix blocks in asciidoc
| * | | Use position indicator that doesn't conflict with asciidocSamy Pesse2015-09-082-6/+6
| | | |
| * | | Add test for blocks without parsingSamy Pesse2015-09-081-0/+34
|/ / /
* | | Bump version to 2.3.12.3.1Samy Pessé2015-09-082-1/+10
| | |
* | | Merge pull request #904 from kuaipao/fix-mobi-font-colorSamy Pessé2015-09-081-1/+1
|\ \ \ | | | | | | | | use black font on mobi
| * | | use black font on mobikuaipao2015-09-081-1/+1
|/ / /
* | | Log modified file in watcherSamy Pesse2015-09-061-1/+1
| | |