Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | 3 | -14/+25 |
| |\ | |||||
| * | | 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 | ||||
* | | | 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 | ||||
* | | | Fix LANGS.md parsing | Aaron O'Mullan | 2014-06-17 | 2 | -13/+23 |
| |/ |/| | | | | | And cleanup Summary parsing | ||||
* | | 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 |
|/ | |||||
* | Adapt navigation parsing to third and more levels in summary | Samy Pessé | 2014-05-26 | 1 | -1/+1 |
| | |||||
* | Remove useless method parseArticle | Samy Pessé | 2014-05-26 | 1 | -4/+0 |
| | |||||
* | Parse more than two level in summary | Samy Pessé | 2014-05-26 | 1 | -4/+8 |
| | |||||
* | Fix order of progress for level superior to x.9 | Samy Pessé | 2014-05-21 | 1 | -2/+2 |
| | | | | Related to GitbookIO/gitbook.io#23 | ||||
* | Fix generate failing on README parsing | Aaron O'Mullan | 2014-05-20 | 1 | -5/+7 |
| | | | | Failed if no title or description could be extracted | ||||
* | Improve parsing of readme (extraction of title and description as plain text ↵ | Samy Pessé | 2014-05-20 | 1 | -3/+14 |
| | | | | and not markdown) | ||||
* | Force forward slashes on SUMMARY.md paths | Matteo Ronchi | 2014-05-08 | 1 | -1/+1 |
| | | | | | this prevent windows user to generate invalid path on unix OS Reference to issue #39 on gitbook-editor | ||||
* | Fix #163: Move logic of git infos extraction to lib | Samy Pessé | 2014-04-28 | 2 | -1/+58 |
| | |||||
* | Make quiz easier to click by surround it with label. | Nattaphoom Ch | 2014-04-24 | 1 | -3/+8 |
| | |||||
* | Fix #136: replace links to .md by links to .html | Samy Pessé | 2014-04-22 | 1 | -11/+24 |
| | | | | Add more tests for links in page | ||||
* | Refactor navigation generation to be functional | Aaron O'Mullan | 2014-04-18 | 1 | -47/+28 |
| | | | | | This makes it a lot less error prone and far more robust. As well as a lot easier to understand | ||||
* | Fix image path calcul | Samy Pessé | 2014-04-18 | 1 | -2/+8 |
| | |||||
* | Normalize code language before highlighting | Aaron O'Mullan | 2014-04-17 | 1 | -0/+3 |
| | |||||
* | Disable automatic highlighting | Aaron O'Mullan | 2014-04-16 | 1 | -3/+5 |
| | | | | Fallback to no highlighting rather that potentially funky highlighting | ||||
* | In parse/page remove global marked settings | Aaron O'Mullan | 2014-04-16 | 1 | -12/+10 |
| | | | | | Highlighter settings were global, moved them to the render function (where they should have been) | ||||
* | Fix #100: fix section test isQuiz | Samy Pessé | 2014-04-16 | 1 | -1/+1 |
| | |||||
* | Add readme parsing for extracting title and description | Samy Pessé | 2014-04-14 | 2 | -0/+33 |
| | |||||
* | Refactor, document, improve section type detection | Aaron O'Mullan | 2014-04-12 | 1 | -18/+45 |
| | | | | Especially for quiz types | ||||
* | Quiz with GFM checkbox lists | James Phillpotts | 2014-04-12 | 3 | -27/+82 |
| | |||||
* | Tabular quiz | James Phillpotts | 2014-04-12 | 3 | -0/+51 |
| | |||||
* | Merge pull request #78 from mrpotes/mocha-windows | Aaron O'Mullan | 2014-04-10 | 1 | -10/+4 |
|\ | | | | | Fix URL creation on windows | ||||
| * | Use OS-agnostic path generation for images too | James Phillpotts | 2014-04-10 | 1 | -4/+2 |
| | | |||||
| * | Use API from node 0.8 | James Phillpotts | 2014-04-10 | 1 | -1/+2 |
| | | |||||
| * | Fix URL creation on windows | James Phillpotts | 2014-04-10 | 1 | -7/+2 |
| | | |||||
* | | Improve section detection, fixes #68 | Aaron O'Mullan | 2014-04-10 | 1 | -5/+9 |
|/ | |||||
* | Add lexing support for content code in exercises | Aaron O'Mullan | 2014-04-08 | 2 | -1/+6 |
| | | | | #52, #49, #46 | ||||
* | Fix URL rewriting error on empty URLs | Aaron O'Mullan | 2014-04-08 | 1 | -2/+2 |
| | | | | Fixes #54, fixes #59 | ||||
* | Resolve image URLs, fixes #38 | Aaron O'Mullan | 2014-04-06 | 1 | -0/+22 |
| | | | | Using outidr & dir options | ||||
* | Fix relative link detection in renderer | Aaron O'Mullan | 2014-04-06 | 1 | -1/+1 |
| | |||||
* | Generate section.id in lexer | Aaron O'Mullan | 2014-04-06 | 2 | -5/+13 |
| | | | | This allows generating correct URLs for our search index | ||||
* | In page parser, lex only if not already lexed | Aaron O'Mullan | 2014-04-06 | 1 | -1/+2 |
| | |||||
* | Move page lexer to separate module | Aaron O'Mullan | 2014-04-06 | 3 | -56/+67 |
| | | | | Allow lexer to be used independently of page parser/renderer | ||||
* | Add base for generating languages index | Samy Pessé | 2014-04-06 | 2 | -0/+24 |
| | |||||
* | Prevent renderer from mutating sections | Aaron O'Mullan | 2014-04-06 | 1 | -0/+3 |
| | |||||
* | Add basic code language normalization | Aaron O'Mullan | 2014-04-05 | 1 | -1/+4 |
| | |||||
* | Detect exercise language | Aaron O'Mullan | 2014-04-05 | 1 | -0/+12 |
| | | | | And ensure that all code blocks use the same language | ||||
* | _path is not used anymore | Samy Pessé | 2014-04-04 | 1 | -2/+2 |
| | |||||
* | Change normalization of parser to give link in .md | Samy Pessé | 2014-04-04 | 2 | -7/+4 |
| | |||||
* | Fix some typos in lib | Samy Pessé | 2014-04-04 | 2 | -1/+2 |
| | |||||
* | Resolve relative links to GitHub repo, fixes #6 | Aaron O'Mullan | 2014-04-02 | 2 | -6/+23 |
| | | | | Useful for linking to blobs and other files … | ||||
* | Merge sections together, fixes #7 | Aaron O'Mullan | 2014-04-02 | 1 | -0/+13 |
| | |||||
* | Fix #8: Improve page title | Samy Pessé | 2014-04-02 | 2 | -3/+12 |
| | |||||
* | Expose titles in navigation of current nodes | Aaron O'Mullan | 2014-04-02 | 1 | -0/+2 |
| | |||||
* | Fix usage of highlight.js | Samy Pessé | 2014-04-01 | 1 | -2/+7 |
| | |||||
* | Fix #3: Add syntax highlighting | Samy Pessé | 2014-04-01 | 1 | -0/+7 |
| | |||||
* | Improve animation and display of progress bar | Samy Pessé | 2014-04-01 | 1 | -1/+4 |
| | |||||
* | Add progress calcul | Samy Pessé | 2014-04-01 | 2 | -1/+39 |
| | |||||
* | Don't add chapters/articles with null paths to navigation | Aaron O'Mullan | 2014-04-01 | 1 | -0/+5 |
| | |||||
* | Add level attribute in navigation | Aaron O'Mullan | 2014-03-31 | 1 | -0/+3 |
| | |||||
* | Add level attribute to chapters/articles | Aaron O'Mullan | 2014-03-31 | 1 | -6/+10 |
| | |||||
* | Add target _blank support in renderer for external links | Aaron O'Mullan | 2014-03-31 | 1 | -8/+39 |
| | |||||
* | Fix tiny typo | Aaron O'Mullan | 2014-03-31 | 1 | -1/+1 |
| | | | | In string not code | ||||
* | Improve navigation from 1st chapter back to intro | Aaron O'Mullan | 2014-03-31 | 1 | -1/+7 |
| | | | | 1st chapter’s prev, now links to the intro page | ||||
* | Fix previous/next chapter navigation | Aaron O'Mullan | 2014-03-31 | 1 | -7/+12 |
| | |||||
* | Add parse.navigation module | Aaron O'Mullan | 2014-03-31 | 2 | -0/+69 |
| | | | | With tests | ||||
* | Change summary data format | Aaron O'Mullan | 2014-03-31 | 1 | -3/+2 |
| | | | | | Simplify chapter objects, by making them identical to article objects besides the .articles attribute | ||||
* | Filter out empty sections when generating pages | Aaron O'Mullan | 2014-03-31 | 1 | -0/+3 |
| | |||||
* | Generate a unique Id for each section | Aaron O'Mullan | 2014-03-31 | 1 | -0/+5 |
| | |||||
* | Add content & code generation for exercise sections | Aaron O'Mullan | 2014-03-31 | 1 | -9/+28 |
| | |||||
* | Fix bug with exercise classification | Aaron O'Mullan | 2014-03-31 | 1 | -7/+9 |
| | |||||
* | Normalize .md links to .html when rendering pages | Aaron O'Mullan | 2014-03-31 | 2 | -1/+35 |
| | |||||
* | Normalize chapter & article paths | Aaron O'Mullan | 2014-03-31 | 1 | -1/+6 |
| | |||||
* | Move summary & page parsing code to lib/parse/ | Aaron O'Mullan | 2014-03-31 | 3 | -0/+178 |