Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix stupid error | Samy Pesse | 2016-12-22 | 1 | -1/+1 |
| | |||||
* | Bump version to 1.1.2 | Samy Pesse | 2016-12-22 | 1 | -1/+1 |
| | |||||
* | Bump version to 1.1.1 | Samy Pessé | 2016-12-22 | 1 | -1/+1 |
| | |||||
* | Adapt to gitbook@html@1.2.* | Samy Pessé | 2016-12-22 | 3 | -2/+6 |
| | |||||
* | Bump version to 1.1.0 | Samy Pessé | 2016-12-22 | 1 | -1/+1 |
| | |||||
* | Add inline renderer | Samy Pessé | 2016-12-22 | 3 | -3/+25 |
| | |||||
* | Remove php entry from glossary | Samy Pessé | 2016-12-22 | 2 | -4/+1 |
| | |||||
* | Bump version to 1.0.2 | Samy Pessé | 2016-12-22 | 1 | -1/+1 |
| | |||||
* | Update gitbook-html@1.0.2 | Samy Pessé | 2016-12-22 | 1 | -1/+1 |
| | |||||
* | Bump version to 1.0.1 | Samy Pessé | 2016-12-22 | 1 | -1/+1 |
| | |||||
* | Update gitbook-html@1.0.1 | Samy Pessé | 2016-12-22 | 1 | -1/+1 |
| | |||||
* | Change node.js matrix on travis | Samy Pessé | 2016-12-22 | 1 | -2/+2 |
| | |||||
* | Bump version to 1.0.0 | Samy Pessé | 2016-12-22 | 1 | -1/+1 |
| | |||||
* | Use gitbook-html as base parser | Samy Pessé | 2016-12-22 | 16 | -254/+123 |
| | |||||
* | Bump version to 0.2.4 | Samy Pessé | 2016-12-22 | 1 | -1/+1 |
| | |||||
* | Update mocha | Samy Pessé | 2016-12-22 | 1 | -1/+1 |
| | |||||
* | Use asciidoctor 1.5.3-preview.1 | Jan Klosinski | 2016-12-22 | 1 | -1/+1 |
| | | | | | | | It contains a fix that makes it possible to install behind a proxy: asciidoctor/asciidoctor.js@143a6867 Related issue: asciidoctor/asciidoctor.js#128 | ||||
* | Fix license field | Samy Pessé | 2016-12-22 | 1 | -1/+1 |
| | |||||
* | Bump version to 0.2.3 | Samy Pessé | 2016-12-22 | 1 | -1/+1 |
| | |||||
* | Update cheerio@0.19.0 | Samy Pessé | 2016-12-22 | 1 | -1/+1 |
| | |||||
* | Bump version to 0.2.2 | Samy Pessé | 2016-12-22 | 1 | -1/+1 |
| | |||||
* | Update lodash and be less strict for q and lodash | Samy Pessé | 2016-12-22 | 1 | -2/+2 |
| | |||||
* | Fix indentations | Samy Pessé | 2016-12-22 | 6 | -39/+39 |
| | |||||
* | Convert tabs to spaces | Samy Pessé | 2016-12-22 | 9 | -59/+59 |
| | |||||
* | Bump version to 0.2.1 | Samy Pessé | 2016-12-22 | 1 | -1/+1 |
| | |||||
* | Update q and lodash | Samy Pessé | 2016-12-22 | 1 | -2/+2 |
| | |||||
* | Bump version to 0.2.0 | Samy Pessé | 2016-12-22 | 1 | -1/+1 |
| | |||||
* | Add tests for toText methods | Samy Pessé | 2016-12-22 | 5 | -4/+24 |
| | |||||
* | Add toText for glossary, summary and langs | Samy Pessé | 2016-12-22 | 3 | -1/+54 |
| | |||||
* | Bump version to 0.1.2 | Samy Pessé | 2016-12-22 | 1 | -1/+1 |
| | |||||
* | Move langs detection to global parser | Samy Pessé | 2016-12-22 | 5 | -19/+4 |
| | |||||
* | Delete test.js | Samy Pessé | 2016-12-22 | 1 | -6/+0 |
| | |||||
* | Bump version to 0.1.1 | Samy Pessé | 2016-12-22 | 1 | -1/+1 |
| | |||||
* | Don't add entry point to summary | Samy Pessé | 2016-12-22 | 2 | -31/+8 |
| | |||||
* | Bump version to 0.1.0 | Samy Pessé | 2016-12-22 | 1 | -1/+1 |
| | |||||
* | Remove test for summary levels | Samy Pessé | 2016-12-22 | 1 | -13/+0 |
| | |||||
* | Don't add id to glossary entry | Samy Pessé | 2016-12-22 | 1 | -7/+0 |
| | |||||
* | Enable travis tests | Samy Pessé | 2016-12-22 | 2 | -0/+7 |
| | |||||
* | Update description in readme | Samy Pessé | 2016-12-22 | 1 | -2/+2 |
| | |||||
* | Remove levels from chapters list | Samy Pessé | 2016-12-22 | 1 | -12/+0 |
| | |||||
* | Complete parsing of glossary | Samy Pessé | 2016-12-22 | 1 | -1/+28 |
| | |||||
* | Fix langs parsing | Samy Pessé | 2016-12-22 | 2 | -6/+7 |
| | |||||
* | Fix parsing of summary | Samy Pessé | 2016-12-22 | 2 | -6/+72 |
| | |||||
* | Add base to parse asciidoc | Samy Pessé | 2016-12-22 | 21 | -0/+402 |
| | |||||
* | Merge branch 'master' into dream | Samy Pessé | 2016-12-22 | 1 | -1/+0 |
| | |||||
* | 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 | 11 | -12/+13 |
| | |||||
* | 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 | 28 | -27/+27 |
| | |||||
* | 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 | 3 | -26/+33 |
| | |||||
* | 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 |
| | |||||
* | Increase content font-size | Samy Pesse | 2016-10-13 | 2 | -1/+2 |
| | |||||
* | search: Document search handlers API | Soreine | 2016-10-13 | 1 | -0/+41 |
| | |||||
* | Add support for align HTML attribute | Samy Pesse | 2016-10-13 | 1 | -0/+10 |
| | |||||
* | Start style for dropdowns | Samy Pesse | 2016-10-13 | 7 | -75/+116 |
| | |||||
* | Refactor Backdrop, Hotkeys and Dropdown | Samy Pesse | 2016-10-13 | 5 | -74/+97 |
| | |||||
* | Refactor code of plugin sharing | Samy Pesse | 2016-10-13 | 8 | -137/+172 |
| | |||||
* | Adapt plugin sharing (#1553) | Nicolas Gaborit | 2016-10-13 | 12 | -14/+569 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Reuse old package config * Add plugin config shape * Add ButtonGroup to core components * List all sharing sites * Displaying buttons from config * First iteration of Dropdown component (need CSS) * Using Dropdown for sharing button * Create HotKeys component * Move Backdrop to its own file * Trying a cleaner API for Dropdown * Add README.md * livereload: Add missing gitbook-plugin dependency * sharing: Now use Immutable state * sharing: Adapt quickly to new Dropdown * sharing: Fix sharing from dropdown | ||||
* | Revert fontsettings plugin | Samy Pesse | 2016-10-13 | 12 | -164/+5 |
| | |||||
* | Add base for new fontsettings plugin | Samy Pesse | 2016-10-13 | 24 | -400/+559 |
| | |||||
* | Readme should always be generated as "index.html" | Samy Pesse | 2016-10-12 | 3 | -6/+22 |
| | |||||
* | Enhance display of headings | Johan Preynat | 2016-10-12 | 1 | -1/+2 |
| | |||||
* | Improve some CSS for default theme | Samy Pesse | 2016-10-12 | 5 | -10/+13 |
| | |||||
* | Fix error for code blocks without language | Samy Pesse | 2016-10-12 | 3 | -3/+6 |
| |