summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Replace "marked" with "kramed"Aaron O'Mullan2014-07-307-19/+19
|
* Fix font settings applySamy Pessé2014-07-302-7/+7
|
* Remove github count stars and watchersSamy Pessé2014-07-303-26/+1
|
* Bump version to 0.6.30.6.3Aaron O'Mullan2014-07-301-1/+1
|
* Fix resource normalization in when loading pluginsAaron O'Mullan2014-07-302-5/+21
| | | | Fixes #384
* Add changelogs for 0.6.2Samy Pessé2014-07-301-0/+5
|
* Bump version to 0.6.20.6.2Aaron O'Mullan2014-07-301-1/+1
|
* Fix minor issues with new plugin additionsAaron O'Mullan2014-07-292-20/+32
|
* Support generating a plugin's book info dynamicallyAaron O'Mullan2014-07-292-69/+113
|
* Fix #345: Improve navigation on dark themeSamy Pessé2014-07-293-5/+9
|
* Improve path normalization when parsing SUMMARY.mdAaron O'Mullan2014-07-291-2/+4
|
* Add invalid paths in SUMMARY.md fixtureAaron O'Mullan2014-07-291-2/+2
| | | | To test for correct path normalization
* Bump version to 0.6.10.6.1Samy Pessé2014-07-231-1/+1
|
* Update plugin-mathjax@0.0.4Samy Pessé2014-07-231-1/+1
|
* Fix readme spacingSamy Pessé2014-07-221-4/+4
|
* Merge pull request #372 from justanotheranonymoususer/patch-1Samy Pessé2014-07-201-1/+1
|\ | | | | Update summary.html (fixed an HTML typo)
| * Update summary.htmljustanotheranonymoususer2014-07-201-1/+1
|/
* Merge pull request #370 from nightwing/patch-1Aaron O'Mullan2014-07-151-1/+9
|\ | | | | Add keyboard shortcut for submitting exercise
| * Add keyboard shortcut for submitting exerciseHarutyun Amirjanyan2014-07-161-1/+9
|/
* Merge pull request #366 from shaform/ignoreSamy Pessé2014-07-141-0/+5
|\ | | | | Ignore config files by default in fs.list
| * Ignore config files by default in fs.listShaform2014-07-131-0/+5
|/
* Merge pull request #359 from jcouyang/patch-1Samy Pessé2014-07-121-0/+1
|\ | | | | add jsbin embedded plugin
| * add jsbin embedded supportJichao Ouyang2014-07-121-0/+1
|/
* Bump version to 0.6.00.6.0Samy Pessé2014-07-122-1/+6
|
* Change command "git:push" to "publish"Samy Pessé2014-07-121-1/+1
|
* Fix #303: generate header id the same as githubSamy Pessé2014-07-121-0/+5
|
* Merge pull request #358 from GitbookIO/featureplatformSamy Pessé2014-07-113-1/+93
|\ | | | | Add base command git:push and git:remote
| * Add base command git:push and git:remoteSamy Pessé2014-07-123-1/+93
| |
* | Merge pull request #266 from shaform/ref_linksSamy Pessé2014-07-112-3/+6
|\ \ | | | | | | Add reference links support
| * \ Merge remote-tracking branch 'upstream/master' into ref_linksShaform2014-06-1761-541/+598
| |\ \
| * | | Improve code syntax for links assignmentShaform2014-05-281-1/+1
| | | |
| * | | fix links errorShaform2014-05-271-1/+1
| | | |
| * | | Add reference links supportShaform2014-05-272-3/+6
| | | | | | | | | | | | | | | | This commit resolves #184
* | | | Merge pull request #268 from rlmv/masterSamy Pessé2014-07-111-0/+1
|\ \ \ \ | | | | | | | | | | Fix page.path for plugins
| * | | | pass 'rawPath' page path to pluginsRobert Marchman2014-06-241-0/+1
| | | | |
* | | | | Merge pull request #347 from rlmv/custom_linksSamy Pessé2014-07-112-0/+14
|\ \ \ \ \ | | | | | | | | | | | | Add custom links to TOC
| * | | | | update readme with custom linksBo Marchman2014-07-021-0/+5
| | | | | |
| * | | | | Add custom link capabilityBo Marchman2014-07-021-0/+9
| |/ / / / | | | | | | | | | | | | | | | | | | | | Users can add custom links at the top of the table of contents by adding a links.custom object to book.json. Issue #304
* | | | | Merge pull request #353 from citizenmatt/active_pageSamy Pessé2014-07-111-1/+1
|\ \ \ \ \ | | | | | | | | | | | | Highlight active page in summary
| * | | | | Highlight active page in summaryMatt Ellis2014-07-091-1/+1
| | | | | |
* | | | | | Merge pull request #354 from citizenmatt/summary_hooksSamy Pessé2014-07-111-6/+24
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | Plugin hooks for summary data
| * | | | | Hooks for summary dataMatt Ellis2014-07-091-6/+24
| |/ / / /
* | | | | Merge pull request #356 from GitbookIO/feature/includesSamy Pessé2014-07-106-4/+115
|\ \ \ \ \ | |/ / / / |/| | | | Support importing code snippets
| * | | | Add tests for includesAaron O'Mullan2014-07-103-0/+74
| | | | |
| * | | | Support code includes for exercisesAaron O'Mullan2014-07-101-3/+9
| | | | |
| * | | | Support importing code snippetsAaron O'Mullan2014-07-112-1/+32
|/ / / / | | | | | | | | | | | | | | | | Allowing to keep code in separate files, which can be cleaner in a quite a few scenarios
* | | | Merge pull request #352 from citizenmatt/links_with_fragmentsAaron O'Mullan2014-07-081-1/+1
|\ \ \ \ | | | | | | | | | | Convert links with fragments from md to html
| * | | | Convert links with fragments from md to htmlMatt Ellis2014-07-081-1/+1
|/ / / /
* | | | Merge pull request #348 from rlmv/anchors_readmeSamy Pessé2014-07-061-0/+1
|\ \ \ \ | |/ / / |/| | | Add anchor plugin to README
| * | | add heading anchors plugin to readmeBo Marchman2014-07-021-0/+1
|/ / /
* | | Bump version to 0.5.60.5.6Samy Pessé2014-06-241-1/+1
| | |
* | | Fix error when chapters list is emptySamy Pessé2014-06-241-4/+6
| | | | | | | | | | | | Fix GitbookIO/gitbook.io#101 and GitbookIO/gitbook.io#102
* | | Remove useless (and bad) sort on progressAaron O'Mullan2014-06-201-3/+0
| | | | | | | | | | | | Fixes bad ordering of chapters on gitbook.io
* | | Add csharp language highlight mappingAaron O'Mullan2014-06-181-0/+1
| | | | | | | | | | | | Fixes #327
* | | Bump version to 0.5.50.5.5Aaron O'Mullan2014-06-181-1/+1
| | |
* | | Fix LANGS.md parsingAaron O'Mullan2014-06-172-13/+23
| | | | | | | | | | | | And cleanup Summary parsing
* | | Bump version to 0.5.40.5.4Aaron O'Mullan2014-06-171-1/+1
| | |
* | | Improve robustness of link utility functionsAaron O'Mullan2014-06-171-3/+11
| | | | | | | | | | | | Fixes #321, fixes #323
* | | Support --verbose flag, fixes #325Aaron O'Mullan2014-06-171-3/+13
| | |
* | | Add infos about debuggingSamy Pessé2014-06-171-0/+9
| |/ |/|
* | Support URLs in "github" configAaron O'Mullan2014-06-161-2/+9
| | | | | | | | Fixes GitbookIO/gitbook.io#90
* | Better string slicing in parse.git.githubID()Aaron O'Mullan2014-06-161-1/+1
| |
* | Fix #310: improve display of long title in headerSamy Pessé2014-06-162-2/+6
| |
* | Remove page break between articles in ebookSamy Pessé2014-06-163-4/+2
| | | | | | | | Add title for exercise solutions sections
* | Merge pull request #319 from GitbookIO/enchancement/custom_introSamy Pessé2014-06-166-31/+81
|\ \ | | | | | | Enchancement/custom intro
| * | Normalize intro node in Summary parsingAaron O'Mullan2014-06-161-5/+22
| | |
| * | Remove special case in navigationAaron O'Mullan2014-06-161-22/+1
| | | | | | | | | | | | For intro node
| * | Adapt summary tests to new summary parsingAaron O'Mullan2014-06-161-13/+17
| | | | | | | | | | | | | | | We now insert default README.md (introduction) node in parsing the SUMMARY.md logic
| * | Refactor Summary renderingAaron O'Mullan2014-06-161-5/+10
| | | | | | | | | | | | Introduction is no longer an edge case
| * | Add test for level regarding #318Aaron O'Mullan2014-06-151-0/+1
| | |
| * | Support custom intro node, fixes #318Aaron O'Mullan2014-06-151-8/+23
| | |
| * | Fix test for #318Aaron O'Mullan2014-06-151-1/+1
| | |
| * | Add extra navigation tests for #318Aaron O'Mullan2014-06-152-0/+29
|/ /
* | Drop Travis tests for Node 0.8Aaron O'Mullan2014-06-151-1/+0
| |
* | Bump version to 0.5.30.5.3Aaron O'Mullan2014-06-151-1/+1
| |
* | Skip extra files and folders in copy phase of generationAaron O'Mullan2014-06-151-1/+12
| |
* | Add link to gitbook.io in readmeAaron O'Mullan2014-06-151-1/+1
| |
* | Allow external links in summary, fixes #300Aaron O'Mullan2014-06-083-6/+24
| |
* | Remove useless logSamy Pessé2014-06-081-1/+0
| |
* | Bump version to 0.5.20.5.2Samy Pessé2014-06-081-1/+1
| |
* | Fix font size for mono font on pdf outputSamy Pessé2014-06-081-0/+1
| |
* | Fix cover picture for multilangs book convertion to ebookSamy Pessé2014-06-084-3/+34
| |
* | Bump version to 0.5.10.5.1Aaron O'Mullan2014-06-071-1/+1
| |
* | Fix style for main languages index pageSamy Pessé2014-06-071-0/+4
| |
* | Fix GitbookIO/gitbook.io#69: copy cover files at multi-langs rootSamy Pessé2014-06-071-0/+11
| |
* | Fix title and description for pages in websiteSamy Pessé2014-06-072-5/+4
| |
* | Don't use cdn for aceSamy Pessé2014-06-076-15/+15
| |
* | Show quiz inside ebookSamy Pessé2014-06-063-6/+20
| |
* | Use base style for ebook instead of bootstrapSamy Pessé2014-06-062-9/+3
| |
* | Improve navigation links designSamy Pessé2014-06-062-3/+3
| |
* | Improve meta tags for booksSamy Pessé2014-06-066-60/+73
| |
* | Improve font sizes and spacing on contentSamy Pessé2014-06-065-7/+12
| |
* | Fix #296: fix static links on windowsSamy Pessé2014-06-062-3/+16
| |
* | Bump version to 0.5.00.5.0Samy Pessé2014-06-031-1/+1
| |
* | Fix #289: center images on ebookSamy Pessé2014-06-032-1/+2
| |
* | Font Merriweather 600 doesn't existsSamy Pessé2014-06-031-12/+0
| |
* | Remove fonts Anonymous Pro and EB GaramondSamy Pessé2014-06-039-38/+2
| |
* | Fix #275: fix emphasized font pathSamy Pessé2014-06-032-14/+14
| |
* | Improve font on titleSamy Pessé2014-06-034-5/+5
| | | | | | | | Set sans-serif as default
* | Improve design (more flat)Samy Pessé2014-06-034-17/+18
| |