Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update markup-it@4.0.0-pre.0origin/gitbookcom-api | Samy Pessé | 2017-02-28 | 1 | -1/+1 |
| | |||||
* | Start removing nunjucks | Samy Pessé | 2017-02-26 | 9 | -165/+130 |
| | |||||
* | Add spec for hint block | Samy Pessé | 2017-02-26 | 1 | -0/+19 |
| | |||||
* | Improve configuration for heading anchors | Samy Pessé | 2017-02-19 | 2 | -3/+8 |
| | |||||
* | Add "tomorrow-night" to enum of theme for syntax highlighting | Samy Pessé | 2017-02-19 | 1 | -1/+2 |
| | |||||
* | Add "theme" option to default syntax highlighting | Samy Pessé | 2017-02-19 | 7 | -106/+186 |
| | |||||
* | Add default value argument to config.getForPlugin | Samy Pessé | 2017-02-19 | 3 | -22/+11 |
| | |||||
* | Add prop types for config | Samy Pessé | 2017-02-18 | 1 | -1/+3 |
| | |||||
* | Add method toString to Location object | Samy Pessé | 2017-02-18 | 1 | -1/+1 |
| | |||||
* | Fix config model for core api | Samy Pessé | 2017-02-18 | 2 | -11/+10 |
| | |||||
* | Remove "gitbook-core" from plugin's dependencies | Samy Pessé | 2017-02-18 | 15 | -24/+30 |
| | |||||
* | Add model for config instead of using fromJS | Samy Pessé | 2017-02-17 | 2 | -3/+36 |
| | |||||
* | Add property is available to api store | Samy Pessé | 2017-02-17 | 1 | -0/+3 |
| | |||||
* | Define actions for low level gitbook.com API | Samy Pessé | 2017-02-17 | 10 | -27/+172 |
| | |||||
* | fix typo: _layout to _layouts (#1714) | YuLun Shih | 2017-02-15 | 1 | -1/+1 |
| | |||||
* | Fixed link to AsciiDoc (#1691) | Piotr Kuczynski | 2017-02-02 | 1 | -1/+1 |
| | |||||
* | Bump version to 4.0.0-alpha.4 🚀4.0.0-alpha.4 | Samy Pessé | 2017-01-27 | 13 | -41/+41 |
| | |||||
* | Use less restrictive versions range for markup-it | Samy Pessé | 2017-01-27 | 1 | -1/+1 |
| | |||||
* | 🆙 Update markup-it@3.2.2 | Samy Pessé | 2017-01-24 | 1 | -1/+1 |
| | |||||
* | Bump version to 4.0.0-alpha.3 🚀4.0.0-alpha.3 | Samy Pessé | 2017-01-13 | 13 | -41/+41 |
| | |||||
* | Fix publish script | Samy Pessé | 2017-01-13 | 1 | -2/+2 |
| | |||||
* | Remove bump script from bootstrapping | Samy Pessé | 2017-01-13 | 2 | -44/+1 |
| | |||||
* | Test and fix conversion of empty parts (#1675) | Nicolas Gaborit | 2017-01-13 | 6 | -8/+212 |
| | | | | | | * Test and fix conversion of empty parts * Cover case of last part empty | ||||
* | Fix and test Book.getDefaultExt() (#1674) | Nicolas Gaborit | 2017-01-13 | 2 | -1/+66 |
| | |||||
* | Add script to publish a new version | Samy Pessé | 2017-01-13 | 2 | -1/+28 |
| | |||||
* | Bump version to 4.0.0-alpha.2 🚀4.0.0-alpha.2 | Samy Pessé | 2017-01-13 | 13 | -41/+41 |
| | |||||
* | Adding more tests for (summary <-> document) transformations (#1665) | Nicolas Gaborit | 2017-01-12 | 14 | -22/+770 |
| | | | | | | | | * Add tests for summaryFromDocument * Add tests for summaryToDocument * Add tests for untitled parts (HR) | ||||
* | Clarify the use of {{ book.var }} (#1652) | Nicolas Gaborit | 2017-01-11 | 1 | -1/+13 |
| | | | Fixes #1425 | ||||
* | Add tests to changelog | Samy Pessé | 2017-01-06 | 1 | -0/+3 |
| | |||||
* | Switch to markup-it for parsing (#1659) | Samy Pessé | 2017-01-06 | 211 | -2130/+2795 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Start new parsers in gitbook itself * Update markup-it * Fix eslint errors * Adapt basic parsing for summary * Start tests for summaryFromDocument * Continue * Add parsing of glossary * Add back languages parsing * Adapt most tests for parsing * Adapt all tests 🙌 * Adapt travis tests * Bootstrap lerna before running tests * Fix lowercase in require (linux) * Fix command gitbook init * Fix generation of ready by init command * Fix generation of summary * Fix watch after serve * Add trademark to sidebar * Add back favicon to default theme * Open trademark in new tab | ||||
* | Fix images in readme | Samy Pessé | 2016-12-22 | 1 | -7/+14 |
| | |||||
* | Improve the readme | Samy Pessé | 2016-12-22 | 1 | -1/+3 |
| | |||||
* | Add banner and move images to docs folder | Samy Pessé | 2016-12-22 | 3 | -3/+2 |
| | |||||
* | Change instruction in readme to mention "yarn" | Samy Pessé | 2016-12-22 | 1 | -4/+4 |
| | |||||
* | Update lerna@2.0.0-beta.31 | Samy Pessé | 2016-12-22 | 4 | -5/+1338 |
| | |||||
* | Removing extra period (#1579) | Julia Kulla-Mader | 2016-12-22 | 0 | -0/+0 |
| | |||||
* | Updated book.js link (#1591) | AJ | 2016-12-22 | 1 | -1/+1 |
| | | | The book.js link was pointing to a 404 page. This commit updates the link. | ||||
* | Merge pull request #1543 from GitbookIO/dream | Samy Pessé | 2016-12-22 | 581 | -6862/+13637 |
|\ | | | | | React for rendering website with plugins | ||||
| * | Merge branch 'master' into dream | Samy Pessé | 2016-12-22 | 19 | -33/+62 |
| |\ | |/ |/| | |||||
* | | Google Analytics spelling error (#1580) | Julia Kulla-Mader | 2016-12-22 | 1 | -1/+1 |
| | | |||||
* | | Remove fixed-size font effects in issue template | Soreine | 2016-12-21 | 1 | -14/+19 |
| | | |||||
* | | Improve GitHub issue template (#1648) | Nicolas Gaborit | 2016-12-21 | 1 | -9/+15 |
| | | | | | | | | It is now short and simple, and redirects to the feedback repo if needed. | ||||
* | | Minor grammar fix (#1642) | Marlon Bernardes | 2016-12-19 | 1 | -1/+1 |
| | | |||||
* | | correct typo s/serie/series/ (#1638) | Jonathan Andrew Wolter | 2016-12-17 | 1 | -1/+1 |
| | | |||||
* | | GNU/Linux Calibre installation instruction for ebook (#1533) | Guillermo Lengemann | 2016-10-19 | 1 | -0/+14 |
| | | | | | | Adding details to generating ebook an pdfs in GNU/Linux. | ||||
* | | Add 'emphasis' in 'SUMMARY.md' and trimming (#1566) | Hur jung ju | 2016-10-19 | 14 | -21/+14 |
| | | |||||
* | | Update examples.md with Loomio guide (#1550) | jdaviescoates | 2016-10-07 | 1 | -1/+1 |
| | | |||||
* | | Bump version to 3.2.23.2.2 | Johan Preynat | 2016-10-01 | 2 | -1/+5 |
| | | |||||
* | | Rollback to use gitbook-markdown@1.3.2 | Johan Preynat | 2016-10-01 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'fix-3.1-version' | Johan Preynat | 2016-10-01 | 2 | -6/+26 |
|\ \ | |||||
| * | | Correctly handle page parsing errors | Johan Preynat | 2016-10-01 | 1 | -6/+25 |
| | | | |||||
| * | | Add comment | Johan Preynat | 2016-10-01 | 1 | -0/+1 |
| | | | |||||
* | | | Add changes for 3.2.1 | Samy Pessé | 2016-09-28 | 1 | -0/+4 |
| | | | |||||
* | | | Bump version to 3.2.13.2.1 | Samy Pesse | 2016-09-28 | 1 | -1/+1 |
| | | | |||||
* | | | Update theme-default@1.0.6 | Samy Pesse | 2016-09-28 | 1 | -1/+1 |
| | | | |||||
* | | | Use nunjucks@2.5.2 | Johan Preynat | 2016-09-28 | 1 | -1/+1 |
| | | | |||||
* | | | fixing a typo of the word "publishing" (#1536) | Peter B Smith | 2016-09-28 | 1 | -1/+1 |
| | | | |||||
* | | | Update examples.md (#1522) | jdaviescoates | 2016-09-08 | 1 | -0/+2 |
| | | | | | | | | | By adding the Loomio and Enspiral handbook examples | ||||
| | * | Prevent null as location in history | Samy Pesse | 2016-12-04 | 1 | -1/+1 |
| | | | |||||
| | * | Debounce scroll watcher in body | Samy Pesse | 2016-12-04 | 2 | -4/+12 |
| | | | |||||
| | * | History is activated with a setup location | Samy Pesse | 2016-12-04 | 2 | -1/+3 |
| | | | |||||
| | * | Update url when scrolling in default theme | Samy Pesse | 2016-12-04 | 2 | -5/+92 |
| | | | |||||
| | * | Update ied@2.3.6 and ad trailing newline in package.json | Samy Pesse | 2016-12-04 | 12 | -13/+16 |
| | | | |||||
| | * | plugin: Add more categories | Soreine | 2016-12-02 | 1 | -1/+4 |
| | | | |||||
| | * | plugin: Improve messages for create CLI | Soreine | 2016-12-02 | 1 | -5/+5 |
| | | | |||||
| | * | core: Remove unused Button.href prop | Soreine | 2016-12-02 | 1 | -1/+0 |
| | | | |||||
| | * | plugin: Display help by default | Soreine | 2016-12-02 | 1 | -0/+3 |
| | | | |||||
| | * | plugin: Add CONTRIBUTING.md | Soreine | 2016-12-02 | 2 | -1/+12 |
| | | | |||||
| | * | plugin-search: Remove react dependency | Soreine | 2016-12-02 | 1 | -3/+2 |
| | | | |||||
| | * | Fixed React version | Soreine | 2016-12-02 | 1 | -4/+4 |
| | | | |||||
| | * | ReactInjection was moved | Soreine | 2016-12-02 | 1 | -1/+1 |
| | | | |||||
| | * | Use fixed size for sidebar and provide animation | Johan Preynat | 2016-10-31 | 6 | -14/+54 |
| | | | |||||
| | * | Export ReactCSSTransitionGroup from gitbook-core | Johan Preynat | 2016-10-31 | 2 | -0/+3 |
| | | | |||||
| | * | search: Clear search with Esc or button | Soreine | 2016-10-19 | 3 | -1/+44 |
| | | | |||||
| | * | Clearer doc for File | Soreine | 2016-10-19 | 2 | -4/+3 |
| | | | |||||
| | * | core: Fix HotKeys default keymap | Soreine | 2016-10-19 | 1 | -1/+1 |
| | | | |||||
| | * | plugin-lunr: Fix reading page search attributes | Soreine | 2016-10-18 | 1 | -3/+5 |
| | | | |||||
| | * | Add roles "body:wrapper", "toolbar:wrapper", "page:wrapper" | Samy Pesse | 2016-10-17 | 1 | -4/+10 |
| | | | |||||
| | * | Remove react dependencies from "gitbook" | Samy Pesse | 2016-10-17 | 1 | -4/+1 |
| | | | |||||
| | * | Use same react instance between server and gitbook | Samy Pesse | 2016-10-17 | 2 | -2/+4 |
| | | | | | | | | | | | | Fix injection of DOM properties not working on the browser | ||||
| | * | Add background to dropdown | Samy Pesse | 2016-10-17 | 2 | -1/+3 |
| | | | |||||
| | * | Fix display of button in left toolbar | Samy Pesse | 2016-10-17 | 3 | -9/+11 |
| | | | |||||
| | * | Normalize action types in plugins | Samy Pesse | 2016-10-17 | 2 | -3/+3 |
| | | | |||||
| | * | Replace GitBook.Shapes by GitBook.PropTypes | Samy Pesse | 2016-10-17 | 29 | -28/+28 |
| | | | |||||
| | * | Add languages to client side state, and add "current" to json repr | Samy Pesse | 2016-10-14 | 10 | -5/+94 |
| | | | |||||
| | * | Normalize Panel in gitbook-core | Samy Pesse | 2016-10-14 | 4 | -0/+32 |
| | | | |||||
| | * | Improve "gitbook-plugin create" to prompt for title/categories | Samy Pesse | 2016-10-13 | 3 | -3/+26 |
| | | | |||||
| | * | Add component tooltip from gitbook-core | Samy Pesse | 2016-10-13 | 5 | -0/+153 |
| | | | |||||
| | * | Add roles "page:header" and "page:footer" | Samy Pesse | 2016-10-13 | 2 | -5/+11 |
| | | | |||||
| | * | Fix update of page attributes in hook "page" | Samy Pesse | 2016-10-13 | 3 | -10/+17 |
| | | | |||||
| | * | Add tests for multiple inline template blocks | Johan Preynat | 2016-10-13 | 2 | -2/+29 |
| | | | |||||
| | * | Hook "page" should not be able to edit content but attributes | Samy Pesse | 2016-10-13 | 4 | -26/+35 |
| | | | |||||
| | * | Limit size of text in search results | Samy Pesse | 2016-10-13 | 3 | -2/+11 |
| | | | |||||
| | * | Add highlighting for search terms in results | Samy Pesse | 2016-10-13 | 3 | -6/+21 |
| | | | |||||
| | * | Fix rendering of search | Samy Pesse | 2016-10-13 | 4 | -13/+20 |
| | | | |||||
| | * | Search plugin should provide roles "search:results" and "search:result" | Samy Pesse | 2016-10-13 | 4 | -14/+18 |
| | | | |||||
| | * | Fix search input | Samy Pesse | 2016-10-13 | 1 | -3/+3 |
| | | | |||||
| | * | Normalize style of dropdown | Samy Pesse | 2016-10-13 | 4 | -22/+39 |
| | | | |||||
| | * | gitbook-plugin: Add eslint as devDependency | Soreine | 2016-10-13 | 1 | -0/+1 |
| | | | |||||
| | * | Rename "navigation" to "history" and add loading bar | Samy Pesse | 2016-10-13 | 16 | -55/+239 |
| | | |