summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Normalize template pathsSamy Pessé2014-10-302-5/+5
|
* Fix #487: Use generated toc as base for ebook generationSamy Pessé2014-10-303-6/+26
|
* Add 'variables' to book.json docSamy Pessé2014-10-291-0/+3
|
* Use book.json to store variablesSamy Pessé2014-10-292-20/+2
|
* Fix small incompatibility mistakeAaron O'Mullan2014-10-152-8/+5
|
* Add include support, with variables and the whole shebangAaron O'Mullan2014-10-157-53/+100
| | | | Fixes #462
* Merge pull request #472 from GitbookIO/fix/quizzesAaron O'Mullan2014-10-133-53/+107
|\ | | | | Fix/quizzes
| * Allow quiz titles in validationAaron O'Mullan2014-10-131-1/+6
| |
| * Rewrite quiz logic to be more robustAaron O'Mullan2014-10-131-31/+68
| | | | | | | | Fixes #470
| * Split section classification to separate filesAaron O'Mullan2014-10-133-53/+65
| | | | | | | | | | Maybe have a sections folder in the future and one per type (quiz/exercise/normal) ?
* | Ste GitBook as publisherSamy Pessé2014-10-131-0/+1
|/
* Add link to gitbook.gitignoreSamy Pessé2014-10-131-1/+0
|
* Improve commentsSamy Pessé2014-10-132-8/+0
|
* Fix default for pdf templatesSamy Pessé2014-10-131-4/+4
|
* Remove ref to github optionsSamy Pessé2014-10-131-14/+3
|
* Force type of header and footer templatesSamy Pessé2014-10-132-1/+9
|\
| * Adding options to set header and footer in PDF generationAlexandre Aquiles2014-10-062-2/+10
| |
* | Merge pull request #471 from GitbookIO/feature/multipagesSamy Pessé2014-10-136-36/+11
|\ \ | | | | | | Use multiple HTML files for ebook generation
| * | Remove old codesSamy Pessé2014-10-125-32/+4
| | |
| * | Generate multiple page for ebookSamy Pessé2014-10-122-8/+11
| |/
* | Fix incorrect page breaks after h1 and h2 divsAaron O'Mullan2014-10-081-1/+2
|/ | | | Fixes #463, fixes #337, fixes #293
* Merge pull request #440 from GitbookIO/feature/ebookpluginsSamy Pessé2014-09-175-53/+60
|\ | | | | Apply plugins to ebook generation
| * Fix correct folder for assetsSamy Pessé2014-09-171-1/+1
| |
| * Use correct resources file for ebookSamy Pessé2014-09-173-6/+12
| |
| * Remove githubIdSamy Pessé2014-09-173-33/+3
| | | | | | | | Enable hook for ebook
| * Add base to use plugins in page formatSamy Pessé2014-09-173-30/+61
| |
* | fix radio input uncheck failedmarkcxz2014-09-101-2/+4
|/
* Write correct glossary to diskSamy Pessé2014-08-191-1/+1
|
* Show index on glossary pageSamy Pessé2014-08-182-1/+30
|
* Dump glossary index to glossary_index.jsonSamy Pessé2014-08-182-2/+15
|
* Remove debugSamy Pessé2014-08-181-3/+0
|
* Replace kramed-text-renderer referencesAaron O'Mullan2014-08-183-3/+3
| | | | with “kramed-text-renderer”
* Add glossary indexingAaron O'Mullan2014-08-183-1/+111
|
* Fix dump typo in glossary's entryId funcAaron O'Mullan2014-08-171-1/+1
|
* Add "id" attribute to parsed glossary entriesAaron O'Mullan2014-08-171-0/+6
|
* Base template for glossarySamy Pessé2014-08-171-0/+17
|
* Parse glossary during buildSamy Pessé2014-08-171-1/+31
|
* Simplify output of glossary parsing to more simple objectsAaron O'Mullan2014-08-151-3/+8
|
* Add glossary parserAaron O'Mullan2014-08-112-0/+37
|
* Normalize markdown rendering with ebook (pdf, epub, mobi)Samy Pessé2014-08-111-1/+1
|
* Improve readme docSamy Pessé2014-08-111-1/+3
|
* Fix error with markdown renderingSamy Pessé2014-08-111-5/+5
|
* Change default fontSamy Pessé2014-08-111-1/+1
|
* Fix options parsingSamy Pessé2014-08-112-11/+5
|
* Change links system for sidebarSamy Pessé2014-08-111-9/+1
|
* Fix defaults for configurationSamy Pessé2014-08-112-2/+19
|
* Use only default configSamy Pessé2014-08-111-12/+1
|
* Remove config for github urlsSamy Pessé2014-08-114-124/+95
|
* Remove html5 cache manifestSamy Pessé2014-08-112-105/+2
|
* Fix Langs path operator for Windows using 'links.js'Viv-Rajkumar2014-08-111-1/+1
|
* Fix #278: Add page break between chapters/articlesSamy Pessé2014-08-011-1/+4
|
* Add comments to default introduction chapter codeAaron O'Mullan2014-07-311-0/+2
| | | Fixes #388
* Switch to graceful-fs, fix #373Aaron O'Mullan2014-07-303-3/+3
|
* Replace "marked" with "kramed"Aaron O'Mullan2014-07-306-18/+18
|
* Fix resource normalization in when loading pluginsAaron O'Mullan2014-07-302-5/+21
| | | | Fixes #384
* 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
|
* Improve path normalization when parsing SUMMARY.mdAaron O'Mullan2014-07-291-2/+4
|
* Ignore config files by default in fs.listShaform2014-07-131-0/+5
|
* Fix #303: generate header id the same as githubSamy Pessé2014-07-121-0/+5
|
* 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-1714-141/+268
| |\
| * | 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 #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
| | | | |
* | | | | 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
* | | | Convert links with fragments from md to htmlMatt Ellis2014-07-081-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
* | | Fix LANGS.md parsingAaron O'Mullan2014-06-172-13/+23
| | | | | | | | | | | | And cleanup Summary parsing
* | | Improve robustness of link utility functionsAaron O'Mullan2014-06-171-3/+11
| |/ |/| | | | | Fixes #321, fixes #323
* | 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
| |
* | 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
* | Support custom intro node, fixes #318Aaron O'Mullan2014-06-151-8/+23
| |
* | Skip extra files and folders in copy phase of generationAaron O'Mullan2014-06-151-1/+12
| |
* | Allow external links in summary, fixes #300Aaron O'Mullan2014-06-082-2/+13
| |
* | Remove useless logSamy Pessé2014-06-081-1/+0
| |
* | 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
| |
* | Fix GitbookIO/gitbook.io#69: copy cover files at multi-langs rootSamy Pessé2014-06-071-0/+11
| |
* | Improve meta tags for booksSamy Pessé2014-06-064-34/+51
| |
* | Fix #296: fix static links on windowsSamy Pessé2014-06-062-3/+16
| |
* | In case there's no config file, do not failJuho Vepsalainen2014-06-031-4/+8
| |
* | Allow book.js to be used in addition to book.jsonJuho Vepsalainen2014-06-031-12/+6
| | | | | | | | | | | | | | Now it's possible to comment configuration properly and do some dynamic things if needed. Closes #287.
* | Add option pdf.pageNumberSamy Pessé2014-06-032-1/+3
| | | | | | | | Fix GitbookIO/editor#38
* | Remove mixpanel as a default addonSamy Pessé2014-06-031-1/+0
| |
* | Fix calcul of output format for ebookSamy Pessé2014-06-021-7/+2
| |
* | Add options paperSize and margin for pdfSamy Pessé2014-06-021-9/+17
| |
* | Add options pdf.toc and pdf.fontSizeSamy Pessé2014-06-021-2/+6
| |
* | Langs index page now use direct link to html fileSamy Pessé2014-06-021-0/+5
| |
* | Fix #282: stop generation of langs index for page formatSamy Pessé2014-06-021-0/+5
| |
* | Fix error when plugin don't extend bookSamy Pessé2014-06-021-0/+1
| |