summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Bump version to 0.4.00.4.0Aaron O'Mullan2014-04-281-1/+1
|
* Update doc about how to configure gitbookSamy Pessé2014-04-281-6/+29
|
* Remove some options from command line (moved to book.json)Samy Pessé2014-04-281-10/+0
|
* Use a global configuration file for a book (default to book.json)Samy Pessé2014-04-283-9/+62
|
* Fix #163: Move logic of git infos extraction to libSamy Pessé2014-04-284-67/+32
|
* Add hooks "page:before" and "page:after"Samy Pessé2014-04-281-4/+22
|
* Use hook to allow plugins to edit page content during generation (Fixes #176)Samy Pessé2014-04-283-12/+19
|
* Bump version to 0.3.20.3.2Aaron O'Mullan2014-04-271-1/+1
|
* Merge pull request #173 from erixtekila/masterSamy Pessé2014-04-271-0/+2
|\ | | | | Update README.md
| * Update README.mdEric Priou2014-04-271-3/+0
| |
| * Update README.mdEric Priou2014-04-271-0/+5
|/ | | 3rd party plugins done in the weekend
* Add link to disqus pluginSamy Pessé2014-04-271-0/+1
|
* Fix stupid typo thanks to @erixtekilaSamy Pessé2014-04-271-1/+1
|
* Merge pull request #171 from GitbookIO/feature/offlineCacheSamy Pessé2014-04-2713-11/+168
|\ | | | | Improve pages loading
| * Update page when new version of application cacheSamy Pessé2014-04-273-2/+21
| |
| * Add base loading indicator for navigationSamy Pessé2014-04-276-7/+43
| | | | | | | | #161
| * Add base cache manifestSamy Pessé2014-04-275-3/+105
|/
* Adapt tests for pluginsSamy Pessé2014-04-272-3/+3
|
* Fix #169: fix resolve of external pluginsSamy Pessé2014-04-273-10/+18
|
* Fix #165: replace separator from ":" to ","Samy Pessé2014-04-271-1/+1
|
* Fix display of code element in sepia/nightSamy Pessé2014-04-252-3/+3
|
* Improve summary divider for theme sepia and nightSamy Pessé2014-04-252-1/+3
|
* Improve highlight theme for sepia and night themesSamy Pessé2014-04-256-2/+218
|
* Change highlight theme to tomorrowSamy Pessé2014-04-253-16/+13
|
* Improve display of pre in markdown contentSamy Pessé2014-04-252-16/+3
|
* Add file watcher in "gitbook serve" command (Fix #47, #89, #140)Samy Pessé2014-04-255-35/+148
|
* Fix #153 and Improve pushState navigationSamy Pessé2014-04-253-12/+60
|
* Merge pull request #144 from attomos/masterSamy Pessé2014-04-253-6/+15
|\ | | | | Make quiz easier to click by surround it with label.
| * Make quiz easier to click by surround it with label.Nattaphoom Ch2014-04-243-6/+15
| |
* | Merge pull request #155 from pborreli/patch-1Samy Pessé2014-04-241-1/+1
|\ \ | | | | | | Fixed typo
| * | Fixed typoPascal Borreli2014-04-241-1/+1
|/ /
* | Bump version to 0.3.10.3.1Aaron O'Mullan2014-04-241-1/+1
| |
* | Reorder plugin namesAaron O'Mullan2014-04-241-2/+3
| | | | | | | | Improves #149 and improves GitBookIO/editor#12
* | Fix plugin testsAaron O'Mullan2014-04-241-2/+2
| |
* | Require plugin names to contain gitbook-*Aaron O'Mullan2014-04-241-3/+2
| | | | | | | | Fixes #149, fixes GitBookIO/editor#12
* | Fix #146: complete licenseSamy Pessé2014-04-241-2/+2
| |
* | Merge pull request #141 from frodsan/nicetiesAaron O'Mullan2014-04-233-5/+5
|\ \ | |/ |/| Niceties
| * Update color themes for highlight.js link.Francesco Rodriguez2014-04-232-4/+4
| |
| * Fix typo.Francesco Rodriguez2014-04-231-1/+1
|/
* Merge pull request #138 from Hermanya/patch-1Samy Pessé2014-04-221-0/+1
|\ | | | | Add @Hermanya as a contributor
| * Add @Hermanya as a contributorHermanya2014-04-221-0/+1
|/
* Bump version to 0.3.0Aaron O'Mullan2014-04-221-1/+1
|
* Fix #136: replace links to .md by links to .htmlSamy Pessé2014-04-226-15/+98
| | | | Add more tests for links in page
* Improve sepia theme sidebarSamy Pessé2014-04-222-2/+2
|
* Improve font-settings dropdown designSamy Pessé2014-04-222-16/+7
|
* Merge branch 'master' of https://github.com/Hermanya/gitbook into ↵Samy Pessé2014-04-2215-14/+623
|\ | | | | | | Hermanya-master
| * Font settings, closes #102Herman Starikov2014-04-1915-14/+600
| |
* | Add section in readme about pluginsSamy Pessé2014-04-221-0/+13
| |
* | Merge pull request #123 from GitbookIO/feature/pluginsAaron O'Mullan2014-04-2120-94/+395
|\ \ | | | | | | Fix #65: Plugins Architecture
| * | Change plugins separator to ","Samy Pessé2014-04-213-3/+3
| | |
| * | Add option --pluginsConfigSamy Pessé2014-04-213-21/+32
| | |
| * | Update default addonsSamy Pessé2014-04-212-4/+4
| | |
| * | Change js interface for plugins and add configurationSamy Pessé2014-04-2111-27/+42
| | |
| * | Use mathjax plugin version 0.0.2Samy Pessé2014-04-211-1/+1
| | |
| * | Fix #36: add mathjax plugin as defaultSamy Pessé2014-04-203-7/+18
| | |
| * | Use complete assets folder for pluginsSamy Pessé2014-04-204-13/+17
| | |
| * | Add option to change templates from pluginSamy Pessé2014-04-202-35/+58
| | |
| * | Trigger event on document when readySamy Pessé2014-04-192-1/+3
| | |
| * | Add global js interface for plugins and remove mixpanelSamy Pessé2014-04-198-51/+22
| | |
| * | Add call for hooks "init" and "finish"Samy Pessé2014-04-193-3/+34
| | |
| * | Add resources to site buildSamy Pessé2014-04-194-7/+52
| | |
| * | Add command line option "plugins"Samy Pessé2014-04-193-3/+3
| | |
| * | Load plugins during generationSamy Pessé2014-04-194-3/+11
| | |
| * | Add method to load a list of plugins from generator optionsSamy Pessé2014-04-193-1/+54
| | |
| * | Add base loading of default addonsSamy Pessé2014-04-193-3/+92
| | | | | | | | | | | | Add mixpanel as default addon
| * | Add base plugin object and test validation of pluginSamy Pessé2014-04-194-2/+46
| | |
| * | Remove theme readmeSamy Pessé2014-04-192-8/+2
| | | | | | | | | | | | Add semver dependency
* | | Bump version to 0.2.40.2.4Aaron O'Mullan2014-04-201-1/+1
|/ /
* | Fix #118: fix single page generation when file from summary doesn't existsSamy Pessé2014-04-181-0/+2
| |
* | Bump version to 0.2.30.2.3Aaron O'Mullan2014-04-181-1/+1
| |
* | Refactor navigation generation to be functionalAaron O'Mullan2014-04-181-47/+28
| | | | | | | | | | This makes it a lot less error prone and far more robust. As well as a lot easier to understand
* | Improve stability of mixpanel trackingSamy Pessé2014-04-185-17/+17
| |
* | Load css before contentSamy Pessé2014-04-181-1/+1
| |
* | Add warning about themeSamy Pessé2014-04-181-0/+2
| |
* | Merge pull request #117 from GitbookIO/fix/99Aaron O'Mullan2014-04-183-6/+50
|\ \ | | | | | | Fix #99
| * | Update tests for relative imagesSamy Pessé2014-04-182-4/+42
| | |
| * | Fix image path calculSamy Pessé2014-04-181-2/+8
| | |
* | | Fix quiz interractivitySamy Pessé2014-04-182-3/+6
|/ /
* | Fix #116: update url before updating html contentSamy Pessé2014-04-182-3/+3
| |
* | Add contributors to package.json and change homepageSamy Pessé2014-04-181-2/+13
| |
* | Add editor and twitter links in the readmeSamy Pessé2014-04-181-1/+1
| |
* | Fix navigation on chrome for iOS: disable pushStateSamy Pessé2014-04-182-2/+4
| |
* | Update README.mdAaron O'Mullan2014-04-171-0/+2
| |
* | Bump version to 0.2.20.2.2Aaron O'Mullan2014-04-171-1/+1
| |
* | Improve styling for pdf and ebookSamy Pessé2014-04-173-27/+36
| |
* | Fix state update after navigationSamy Pessé2014-04-172-2/+2
| |
* | Improve style for pdf and ebookSamy Pessé2014-04-177-11/+121
| |
* | Remove useless caracter from page formatSamy Pessé2014-04-171-1/+0
| |
* | Fix #107: Render all the page in single page formatSamy Pessé2014-04-171-46/+38
| |
* | Bump version to 0.2.10.2.1Aaron O'Mullan2014-04-171-1/+1
| |
* | Normalize code language before highlightingAaron O'Mullan2014-04-171-0/+3
| |
* | Merge pull request #104 from GitbookIO/fix/auto_highlightingSamy Pessé2014-04-171-3/+5
|\ \ | | | | | | Disable automatic highlighting
| * | Disable automatic highlightingAaron O'Mullan2014-04-161-3/+5
| | | | | | | | | | | | Fallback to no highlighting rather that potentially funky highlighting
* | | Merge pull request #105 from ptagell/masterAaron O'Mullan2014-04-161-1/+0
|\ \ \ | |/ / |/| | Removed duplicate line of readme
| * | Removed duplicate line of readmePaul Tagell2014-04-171-1/+0
| | |
* | | In parse/page remove global marked settingsAaron O'Mullan2014-04-161-12/+10
| |/ |/| | | | | | | Highlighter settings were global, moved them to the render function (where they should have been)
* | Fix #100: fix section test isQuizSamy Pessé2014-04-161-1/+1
| |
* | Add more test for quiz (related to #100)Samy Pessé2014-04-162-0/+16
| |
* | Do not pass SUMMARY.md to generator, fixes #93Aaron O'Mullan2014-04-161-2/+11
| | | | | | | | | | | | We want to parse SUMMARY.md but not generate a file from it, thus it should be removed from the list of files to be processed by the generator
* | Ignore .gitignore file by default in fs.listAaron O'Mullan2014-04-161-1/+2
| | | | | | | | Partial fix of #93