summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #16 from wh0/patch-1Samy Pessé2014-04-041-1/+1
|\ | | | | GiBook -> GitBook
| * GiBook -> GitBookwh02014-04-031-1/+1
|/
* Bump version to 0.1.00.1.0Aaron O'Mullan2014-04-031-1/+1
|
* Handle empty repoID and print error, fixes #11Aaron O'Mullan2014-04-031-5/+14
|
* Enable use of spacebar for scrolling into book bodySamy Pessé2014-04-033-2/+5
|
* Add keyboard shortcut 's' to toggle sidebarSamy Pessé2014-04-032-3/+10
|
* Show sidebar by defaultSamy Pessé2014-04-033-3/+4
|
* Fix #9: add keyboard navigation using right/leftSamy Pessé2014-04-037-2/+1011
|
* Update screenshot previewSamy Pessé2014-04-021-0/+0
|
* Bump version to 0.0.40.0.4Samy Pessé2014-04-021-1/+1
|
* Update app.js buildSamy Pessé2014-04-021-1/+1
|
* Prevent default click action on sharingSamy Pessé2014-04-021-0/+1
|
* Add sharing links in headerSamy Pessé2014-04-024-3/+44
|
* Fix selection of all buffer when clicking on "Solution"Samy Pessé2014-04-022-1/+2
|
* Use prefix for storage keySamy Pessé2014-04-023-2/+14
|
* Add button to edit current chapter in sidebarSamy Pessé2014-04-021-0/+3
|
* Resolve relative links to GitHub repo, fixes #6Aaron O'Mullan2014-04-023-7/+27
| | | | Useful for linking to blobs and other files …
* Add github link resolution testAaron O'Mullan2014-04-021-0/+18
|
* Add GITHUB_LINKS.md fixtureAaron O'Mullan2014-04-021-0/+3
| | | | For testing github link resolution
* Hide articles in progress bar on mobileSamy Pessé2014-04-022-1/+9
|
* Update faviconSamy Pessé2014-04-021-0/+0
|
* Add meta tag generatorSamy Pessé2014-04-021-0/+1
|
* Improve meta tagsSamy Pessé2014-04-022-6/+17
|
* Merge sections together, fixes #7Aaron O'Mullan2014-04-021-0/+13
|
* Add tests for section mergingAaron O'Mullan2014-04-021-0/+11
|
* Add HR_PAGE.md fixtureAaron O'Mullan2014-04-021-0/+11
| | | | | This is for testing that non exercise sections are merged correctly together and united with HRs
* Fix #8: Improve page titleSamy Pessé2014-04-025-11/+19
|
* Expose titles in navigation of current nodesAaron O'Mullan2014-04-021-0/+2
|
* Add preview on readmeSamy Pessé2014-04-021-0/+2
|
* Bump version to 0.0.30.0.3Samy Pessé2014-04-021-1/+1
|
* Fix mixpanel trackingSamy Pessé2014-04-023-4/+7
|
* Improve README.md, fix minor typosAaron O'Mullan2014-04-021-10/+10
|
* Add preview screenshotSamy Pessé2014-04-021-0/+0
|
* Fix format for exerciseSamy Pessé2014-04-021-25/+19
|
* Add informations about exercises formatSamy Pessé2014-04-021-2/+42
|
* Add information about summary formatSamy Pessé2014-04-021-0/+25
|
* Add base information on installation in readmeSamy Pessé2014-04-021-2/+30
|
* Fix usage of highlight.jsSamy Pessé2014-04-011-2/+7
|
* Bump version to 0.0.20.0.2Samy Pessé2014-04-011-1/+1
|
* Fix #5: Add faviconSamy Pessé2014-04-012-1/+1
|
* Improve design of page content (sections and exercises)Samy Pessé2014-04-016-8/+9
|
* Add border radius to sections and footer navigation buttonSamy Pessé2014-04-013-2/+3
|
* Make chapter in progress bar clickableSamy Pessé2014-04-012-1/+6
|
* Improve footer navigationSamy Pessé2014-04-013-10/+6
|
* Mark chapter as read after the page is viewedSamy Pessé2014-04-012-5/+5
|
* Fix execution when contains &&Samy Pessé2014-04-013-11/+6
|
* Improve lisibility of text in pageSamy Pessé2014-04-012-3/+10
|
* Add highlight.js dependencySamy Pessé2014-04-011-1/+2
|
* Fix #3: Add syntax highlightingSamy Pessé2014-04-014-1/+100
|
* Fix #4: Add option for defining descriptionSamy Pessé2014-04-013-5/+11
|
* Add base analytic using mixpanelSamy Pessé2014-04-015-3/+30
|
* Fix transition on headerSamy Pessé2014-04-012-1/+6
|
* Save sidebar stateSamy Pessé2014-04-017-8/+64
|
* Bump version to 0.0.10.0.1Aaron O'Mullan2014-04-011-1/+1
|
* Improve footer navigation on mobileSamy Pessé2014-04-013-3/+20
|
* Improve progress bar designSamy Pessé2014-04-012-3/+3
|
* Change style of bottom navigationSamy Pessé2014-04-013-64/+19
|
* Fix link to issuesSamy Pessé2014-04-011-1/+1
|
* Fix summary display on firefoxSamy Pessé2014-04-012-1/+3
|
* Improve animation and display of progress barSamy Pessé2014-04-014-6/+33
|
* Fix position of progress barSamy Pessé2014-04-011-11/+11
|
* Add progress calculSamy Pessé2014-04-018-5/+105
|
* Add cli command serveAaron O'Mullan2014-04-013-3/+66
| | | | | This does a build, then spins up a HTTP server to serve the books contents
* Don't add chapters/articles with null paths to navigationAaron O'Mullan2014-04-011-0/+5
|
* Adjust summary test for new SUMMARY.md fixtureAaron O'Mullan2014-04-011-1/+5
|
* Add tests for null paths in navigationAaron O'Mullan2014-04-012-0/+9
| | | | Unfinished chapters/articles should be put in navigation
* Fix execution of codeSamy Pessé2014-04-012-11/+7
|
* Add execution of exerciseSamy Pessé2014-04-018-31/+167
|
* Add jsrepl to static assetsAaron O'Mullan2014-03-315-0/+122
|
* Add base for full optimized markdown github styleSamy Pessé2014-03-313-1/+291
|
* Fix font-awesome pathSamy Pessé2014-03-312-2/+2
|
* Fix overflow on headerSamy Pessé2014-03-312-1/+2
|
* Mark as disabled articles not yet finished in the summarySamy Pessé2014-03-313-2/+15
|
* Only convert markdown file from the navigationSamy Pessé2014-03-312-5/+5
|
* Move getFiles to fs moduleSamy Pessé2014-03-312-36/+35
|
* Show level in summary pageSamy Pessé2014-03-313-3/+12
|
* Signal and mark progressSamy Pessé2014-03-318-32/+67
|
* Mark levels done in local storageSamy Pessé2014-03-316-6/+17
|
* Add level attribute in navigationAaron O'Mullan2014-03-311-0/+3
|
* Add tests for level attribute in navigationAaron O'Mullan2014-03-311-0/+11
|
* Add base for handling and storing progressSamy Pessé2014-03-316-3/+6872
|
* Add level attribute to chapters/articlesAaron O'Mullan2014-03-311-6/+10
|
* Add tests for level attribute to chapters/articlesAaron O'Mullan2014-03-311-0/+11
|
* Symlink README.html to index.html for book outputAaron O'Mullan2014-03-312-4/+13
|
* Remove extra "q" dependency in package.jsonAaron O'Mullan2014-03-311-1/+0
|
* Replace glob with better fstream-ignoreAaron O'Mullan2014-03-312-6/+40
| | | | It ignores according to .gitignore and other folders
* Fix star and watch countSamy Pessé2014-03-313-3/+4
|
* Move all javascript to the bundleSamy Pessé2014-03-316-51/+45
|
* Add base for javascript compilation using requirejsSamy Pessé2014-03-317-2/+11211
|
* Ensure destination dir exists before buildingAaron O'Mullan2014-03-311-0/+4
|
* Add target _blank support in renderer for external linksAaron O'Mullan2014-03-311-8/+39
|
* Fix display of long title in summarySamy Pessé2014-03-312-1/+4
|
* Improve footer navigation displaySamy Pessé2014-03-313-3/+7
|
* Mark as active current chapterSamy Pessé2014-03-313-3/+3
|
* Fix tiny typoAaron O'Mullan2014-03-311-1/+1
| | | | In string not code
* Improve navigation from 1st chapter back to introAaron O'Mullan2014-03-312-2/+8
| | | | 1st chapter’s prev, now links to the intro page
* Improve navigation on mobile resolutionsSamy Pessé2014-03-313-4/+37
|
* Fix previous/next chapter navigationAaron O'Mullan2014-03-311-7/+12
|
* Add better tests for chapter navigationAaron O'Mullan2014-03-311-1/+7
| | | | Proves previous and next chapter logic is broken
* Add navigation tests for first page for README of a chapterAaron O'Mullan2014-03-311-0/+5
|