Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' of github.com:GitbookIO/gitbook into fork | codepiano | 2014-11-02 | 7 | -50/+32 |
|\ | | | | | | | | | Conflicts: lib/parse/page.js | ||||
| * | Fix dependency in renderer | Samy Pessé | 2014-11-01 | 1 | -0/+1 |
| | | |||||
| * | Remove dependency for path in parser | Samy Pessé | 2014-11-01 | 1 | -5/+2 |
| | | |||||
| * | Adapt include in page parsing to works on clientside | Samy Pessé | 2014-11-01 | 6 | -45/+29 |
| | | |||||
* | | bugfix,init page object's lexed attribute. | codepiano | 2014-10-31 | 2 | -3/+4 |
|/ | | | | | | the page object's attribute 'lexed' is not correctly inited.so when use page.lexed to generate the search index file,nothing will be indexed. | ||||
* | Normalize template paths | Samy Pessé | 2014-10-30 | 2 | -5/+5 |
| | |||||
* | Fix #487: Use generated toc as base for ebook generation | Samy Pessé | 2014-10-30 | 3 | -6/+26 |
| | |||||
* | Add 'variables' to book.json doc | Samy Pessé | 2014-10-29 | 1 | -0/+3 |
| | |||||
* | Use book.json to store variables | Samy Pessé | 2014-10-29 | 2 | -20/+2 |
| | |||||
* | Fix small incompatibility mistake | Aaron O'Mullan | 2014-10-15 | 2 | -8/+5 |
| | |||||
* | Add include support, with variables and the whole shebang | Aaron O'Mullan | 2014-10-15 | 7 | -53/+100 |
| | | | | Fixes #462 | ||||
* | Merge pull request #472 from GitbookIO/fix/quizzes | Aaron O'Mullan | 2014-10-13 | 3 | -53/+107 |
|\ | | | | | Fix/quizzes | ||||
| * | Allow quiz titles in validation | Aaron O'Mullan | 2014-10-13 | 1 | -1/+6 |
| | | |||||
| * | Rewrite quiz logic to be more robust | Aaron O'Mullan | 2014-10-13 | 1 | -31/+68 |
| | | | | | | | | Fixes #470 | ||||
| * | Split section classification to separate files | Aaron O'Mullan | 2014-10-13 | 3 | -53/+65 |
| | | | | | | | | | | Maybe have a sections folder in the future and one per type (quiz/exercise/normal) ? | ||||
* | | Ste GitBook as publisher | Samy Pessé | 2014-10-13 | 1 | -0/+1 |
|/ | |||||
* | Add link to gitbook.gitignore | Samy Pessé | 2014-10-13 | 1 | -1/+0 |
| | |||||
* | Improve comments | Samy Pessé | 2014-10-13 | 2 | -8/+0 |
| | |||||
* | Fix default for pdf templates | Samy Pessé | 2014-10-13 | 1 | -4/+4 |
| | |||||
* | Remove ref to github options | Samy Pessé | 2014-10-13 | 1 | -14/+3 |
| | |||||
* | Force type of header and footer templates | Samy Pessé | 2014-10-13 | 2 | -1/+9 |
|\ | |||||
| * | Adding options to set header and footer in PDF generation | Alexandre Aquiles | 2014-10-06 | 2 | -2/+10 |
| | | |||||
* | | Merge pull request #471 from GitbookIO/feature/multipages | Samy Pessé | 2014-10-13 | 6 | -36/+11 |
|\ \ | | | | | | | Use multiple HTML files for ebook generation | ||||
| * | | Remove old codes | Samy Pessé | 2014-10-12 | 5 | -32/+4 |
| | | | |||||
| * | | Generate multiple page for ebook | Samy Pessé | 2014-10-12 | 2 | -8/+11 |
| |/ | |||||
* | | Fix incorrect page breaks after h1 and h2 divs | Aaron O'Mullan | 2014-10-08 | 1 | -1/+2 |
|/ | | | | Fixes #463, fixes #337, fixes #293 | ||||
* | Merge pull request #440 from GitbookIO/feature/ebookplugins | Samy Pessé | 2014-09-17 | 5 | -53/+60 |
|\ | | | | | Apply plugins to ebook generation | ||||
| * | Fix correct folder for assets | Samy Pessé | 2014-09-17 | 1 | -1/+1 |
| | | |||||
| * | Use correct resources file for ebook | Samy Pessé | 2014-09-17 | 3 | -6/+12 |
| | | |||||
| * | Remove githubId | Samy Pessé | 2014-09-17 | 3 | -33/+3 |
| | | | | | | | | Enable hook for ebook | ||||
| * | Add base to use plugins in page format | Samy Pessé | 2014-09-17 | 3 | -30/+61 |
| | | |||||
* | | fix radio input uncheck failed | markcxz | 2014-09-10 | 1 | -2/+4 |
|/ | |||||
* | Write correct glossary to disk | Samy Pessé | 2014-08-19 | 1 | -1/+1 |
| | |||||
* | Show index on glossary page | Samy Pessé | 2014-08-18 | 2 | -1/+30 |
| | |||||
* | Dump glossary index to glossary_index.json | Samy Pessé | 2014-08-18 | 2 | -2/+15 |
| | |||||
* | Remove debug | Samy Pessé | 2014-08-18 | 1 | -3/+0 |
| | |||||
* | Replace kramed-text-renderer references | Aaron O'Mullan | 2014-08-18 | 3 | -3/+3 |
| | | | | with “kramed-text-renderer” | ||||
* | Add glossary indexing | Aaron O'Mullan | 2014-08-18 | 3 | -1/+111 |
| | |||||
* | Fix dump typo in glossary's entryId func | Aaron O'Mullan | 2014-08-17 | 1 | -1/+1 |
| | |||||
* | Add "id" attribute to parsed glossary entries | Aaron O'Mullan | 2014-08-17 | 1 | -0/+6 |
| | |||||
* | Base template for glossary | Samy Pessé | 2014-08-17 | 1 | -0/+17 |
| | |||||
* | Parse glossary during build | Samy Pessé | 2014-08-17 | 1 | -1/+31 |
| | |||||
* | Simplify output of glossary parsing to more simple objects | Aaron O'Mullan | 2014-08-15 | 1 | -3/+8 |
| | |||||
* | Add glossary parser | Aaron O'Mullan | 2014-08-11 | 2 | -0/+37 |
| | |||||
* | Normalize markdown rendering with ebook (pdf, epub, mobi) | Samy Pessé | 2014-08-11 | 1 | -1/+1 |
| | |||||
* | Improve readme doc | Samy Pessé | 2014-08-11 | 1 | -1/+3 |
| | |||||
* | Fix error with markdown rendering | Samy Pessé | 2014-08-11 | 1 | -5/+5 |
| | |||||
* | Change default font | Samy Pessé | 2014-08-11 | 1 | -1/+1 |
| | |||||
* | Fix options parsing | Samy Pessé | 2014-08-11 | 2 | -11/+5 |
| | |||||
* | Change links system for sidebar | Samy Pessé | 2014-08-11 | 1 | -9/+1 |
| | |||||
* | Fix defaults for configuration | Samy Pessé | 2014-08-11 | 2 | -2/+19 |
| | |||||
* | Use only default config | Samy Pessé | 2014-08-11 | 1 | -12/+1 |
| | |||||
* | Remove config for github urls | Samy Pessé | 2014-08-11 | 4 | -124/+95 |
| | |||||
* | Remove html5 cache manifest | Samy Pessé | 2014-08-11 | 2 | -105/+2 |
| | |||||
* | Fix Langs path operator for Windows using 'links.js' | Viv-Rajkumar | 2014-08-11 | 1 | -1/+1 |
| | |||||
* | Fix #278: Add page break between chapters/articles | Samy Pessé | 2014-08-01 | 1 | -1/+4 |
| | |||||
* | Add comments to default introduction chapter code | Aaron O'Mullan | 2014-07-31 | 1 | -0/+2 |
| | | | Fixes #388 | ||||
* | Switch to graceful-fs, fix #373 | Aaron O'Mullan | 2014-07-30 | 3 | -3/+3 |
| | |||||
* | Replace "marked" with "kramed" | Aaron O'Mullan | 2014-07-30 | 6 | -18/+18 |
| | |||||
* | Fix resource normalization in when loading plugins | Aaron O'Mullan | 2014-07-30 | 2 | -5/+21 |
| | | | | Fixes #384 | ||||
* | Fix minor issues with new plugin additions | Aaron O'Mullan | 2014-07-29 | 2 | -20/+32 |
| | |||||
* | Support generating a plugin's book info dynamically | Aaron O'Mullan | 2014-07-29 | 2 | -69/+113 |
| | |||||
* | Improve path normalization when parsing SUMMARY.md | Aaron O'Mullan | 2014-07-29 | 1 | -2/+4 |
| | |||||
* | Ignore config files by default in fs.list | Shaform | 2014-07-13 | 1 | -0/+5 |
| | |||||
* | Fix #303: generate header id the same as github | Samy Pessé | 2014-07-12 | 1 | -0/+5 |
| | |||||
* | Merge pull request #266 from shaform/ref_links | Samy Pessé | 2014-07-11 | 2 | -3/+6 |
|\ | | | | | Add reference links support | ||||
| * | Merge remote-tracking branch 'upstream/master' into ref_links | Shaform | 2014-06-17 | 14 | -141/+268 |
| |\ | |||||
| * | | Improve code syntax for links assignment | Shaform | 2014-05-28 | 1 | -1/+1 |
| | | | |||||
| * | | fix links error | Shaform | 2014-05-27 | 1 | -1/+1 |
| | | | |||||
| * | | Add reference links support | Shaform | 2014-05-27 | 2 | -3/+6 |
| | | | | | | | | | | | | This commit resolves #184 | ||||
* | | | Merge pull request #268 from rlmv/master | Samy Pessé | 2014-07-11 | 1 | -0/+1 |
|\ \ \ | | | | | | | | | Fix page.path for plugins | ||||
| * | | | pass 'rawPath' page path to plugins | Robert Marchman | 2014-06-24 | 1 | -0/+1 |
| | | | | |||||
* | | | | Merge pull request #354 from citizenmatt/summary_hooks | Samy Pessé | 2014-07-11 | 1 | -6/+24 |
|\ \ \ \ | | | | | | | | | | | Plugin hooks for summary data | ||||
| * | | | | Hooks for summary data | Matt Ellis | 2014-07-09 | 1 | -6/+24 |
| | | | | | |||||
* | | | | | Support code includes for exercises | Aaron O'Mullan | 2014-07-10 | 1 | -3/+9 |
| | | | | | |||||
* | | | | | Support importing code snippets | Aaron O'Mullan | 2014-07-11 | 2 | -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 html | Matt Ellis | 2014-07-08 | 1 | -1/+1 |
|/ / / | |||||
* | | | Fix error when chapters list is empty | Samy Pessé | 2014-06-24 | 1 | -4/+6 |
| | | | | | | | | | | | | Fix GitbookIO/gitbook.io#101 and GitbookIO/gitbook.io#102 | ||||
* | | | Remove useless (and bad) sort on progress | Aaron O'Mullan | 2014-06-20 | 1 | -3/+0 |
| | | | | | | | | | | | | Fixes bad ordering of chapters on gitbook.io | ||||
* | | | Add csharp language highlight mapping | Aaron O'Mullan | 2014-06-18 | 1 | -0/+1 |
| | | | | | | | | | | | | Fixes #327 | ||||
* | | | Fix LANGS.md parsing | Aaron O'Mullan | 2014-06-17 | 2 | -13/+23 |
| | | | | | | | | | | | | And cleanup Summary parsing | ||||
* | | | Improve robustness of link utility functions | Aaron O'Mullan | 2014-06-17 | 1 | -3/+11 |
| |/ |/| | | | | | Fixes #321, fixes #323 | ||||
* | | Support URLs in "github" config | Aaron O'Mullan | 2014-06-16 | 1 | -2/+9 |
| | | | | | | | | Fixes GitbookIO/gitbook.io#90 | ||||
* | | Better string slicing in parse.git.githubID() | Aaron O'Mullan | 2014-06-16 | 1 | -1/+1 |
| | | |||||
* | | Normalize intro node in Summary parsing | Aaron O'Mullan | 2014-06-16 | 1 | -5/+22 |
| | | |||||
* | | Remove special case in navigation | Aaron O'Mullan | 2014-06-16 | 1 | -22/+1 |
| | | | | | | | | For intro node | ||||
* | | Support custom intro node, fixes #318 | Aaron O'Mullan | 2014-06-15 | 1 | -8/+23 |
| | | |||||
* | | Skip extra files and folders in copy phase of generation | Aaron O'Mullan | 2014-06-15 | 1 | -1/+12 |
| | | |||||
* | | Allow external links in summary, fixes #300 | Aaron O'Mullan | 2014-06-08 | 2 | -2/+13 |
| | | |||||
* | | Remove useless log | Samy Pessé | 2014-06-08 | 1 | -1/+0 |
| | | |||||
* | | Fix font size for mono font on pdf output | Samy Pessé | 2014-06-08 | 1 | -0/+1 |
| | | |||||
* | | Fix cover picture for multilangs book convertion to ebook | Samy Pessé | 2014-06-08 | 4 | -3/+34 |
| | | |||||
* | | Fix GitbookIO/gitbook.io#69: copy cover files at multi-langs root | Samy Pessé | 2014-06-07 | 1 | -0/+11 |
| | | |||||
* | | Improve meta tags for books | Samy Pessé | 2014-06-06 | 4 | -34/+51 |
| | | |||||
* | | Fix #296: fix static links on windows | Samy Pessé | 2014-06-06 | 2 | -3/+16 |
| | | |||||
* | | In case there's no config file, do not fail | Juho Vepsalainen | 2014-06-03 | 1 | -4/+8 |
| | | |||||
* | | Allow book.js to be used in addition to book.json | Juho Vepsalainen | 2014-06-03 | 1 | -12/+6 |
| | | | | | | | | | | | | | | Now it's possible to comment configuration properly and do some dynamic things if needed. Closes #287. | ||||
* | | Add option pdf.pageNumber | Samy Pessé | 2014-06-03 | 2 | -1/+3 |
| | | | | | | | | Fix GitbookIO/editor#38 | ||||
* | | Remove mixpanel as a default addon | Samy Pessé | 2014-06-03 | 1 | -1/+0 |
| | | |||||
* | | Fix calcul of output format for ebook | Samy Pessé | 2014-06-02 | 1 | -7/+2 |
| | |