summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | * Update react-safe-html@0.4.0Samy Pesse2016-10-112-5/+5
| | |
| | * Add timing logs for browser renderingSamy Pesse2016-10-113-60/+79
| | |
| | * Don't log deprecated when no plugins is using deprecated APIsSamy Pesse2016-10-105-80/+73
| | |
| | * Add compiled plugin to gitignore for livereload pluginSamy Pesse2016-10-101-1/+4
| | |
| | * remove compiledp lugin from gitSamy Pesse2016-10-101-26/+0
| | |
| | * Adapt plugin livereload for new APIsSamy Pesse2016-10-109-67/+105
| | |
| | * Import plugin "livereload" from https://github.com/GitbookIO/plugin-livereloadSamy Pesse2016-10-106-0/+268
| | |\
| | | * moved insertion of livereload script tag to the correct placeDavid Graf2016-10-101-1/+1
| | | |
| | | * s/host/hostnameDavid Graf2016-10-101-1/+1
| | | |
| | | * typoDavid Graf2016-10-101-1/+1
| | | |
| | | * use current domain instead of localhostDavid Graf2016-10-101-1/+1
| | | |
| | | * initial commitDavid Graf2016-10-106-0/+268
| | |/
| | * Fix outline effect on summary articlesSamy Pesse2016-10-101-0/+1
| | |
| | * Show "copied" text when clicking the copy buttonSamy Pesse2016-10-104-7/+35
| | |
| | * Add plugin "copy-code" to defaultSamy Pesse2016-10-1010-36/+191
| | |
| | * Use URIIndex.resolve in resolveLinks modifiersSamy Pesse2016-10-0910-176/+101
| | |
| | * Use map.getIn for plugin headingSamy Pesse2016-10-091-1/+1
| | |
| | * Adapt plugin headings to use normal linksSamy Pesse2016-10-091-6/+6
| | |
| | * Resolve assets and lunr index before loadingSamy Pesse2016-10-093-6/+14
| | |
| | * Merge remote-tracking branch 'origin/dream' into dreamJohan Preynat2016-10-0944-1263/+1032
| | |\ | | | | | | | | | | | | | | | | # Conflicts: # packages/gitbook-plugin-headings/package.json
| | | * Fix scroll for content in default themeSamy Pesse2016-10-082-0/+6
| | | |
| | | * Prepare for multiple role rendering for ebooksSamy Pesse2016-10-0816-134/+135
| | | |
| | | * Add script to bump versionSamy Pesse2016-10-0812-448/+484
| | | |
| | | * Remove templating blocks post processSamy Pesse2016-10-078-288/+13
| | | |
| | | * Adapt tests for TemplateBlockSamy Pesse2016-10-077-419/+420
| | | |
| | * | gitbook-plugin-headings: Add CSSJohan Preynat2016-10-091-0/+43
| | | |
| | * | gitbook-plugin-headings: Update plugin to display anchorsJohan Preynat2016-10-091-9/+42
| | | |
| | * | gitbook-plugin-headings: Add base default optionsJohan Preynat2016-10-091-0/+9
| | | |
| | * | Add classnames to dependencies for gitbook-plugin-headingsJohan Preynat2016-10-091-0/+1
| | |/
| | * Fix style of toolbar and add title to itSamy Pesse2016-10-0611-40/+100
| | |
| | * Add "url" to summary articles and files in json representationSamy Pesse2016-10-0633-411/+268
| | |
| | * Generate an url index for generationSamy Pesse2016-10-0622-315/+367
| | |
| | * Add class URIIndex to store table path to urlSamy Pesse2016-10-064-302/+483
| | |
| | * Store config as immutable in stateSamy Pesse2016-10-062-0/+16
| | |
| | * Add reducer for file in gitbook stateSamy Pesse2016-10-052-0/+17
| | |
| | * Add "url" to fileSamy Pesse2016-10-0518-391/+67
| | |
| | * Starting gitbook-plugin-sharingSoreine2016-10-055-9/+35
| | |
| | * Replace plugin fontsettings by creating plugin headings :hammer:Johan Preynat2016-10-057-2/+100
| | |
| | * Fix include of immutable in theme-defaultSamy Pesse2016-10-051-1/+2
| | |
| | * We trigger current url history only once the page has been mountedSamy Pesse2016-10-052-13/+34
| | |
| | * Fix search not refreshed when adding an handlerSamy Pesse2016-10-052-4/+26
| | |
| | * Fix format of lunr resultsSamy Pesse2016-10-055-7/+35
| | |
| | * Add base for loading lunr indexSamy Pesse2016-10-054-8/+75
| | |
| | * Complete highlight pluginSamy Pesse2016-10-056-8/+155
| | |
| | * Start new highlight.js pluginSamy Pesse2016-10-0411-150/+127
| | |
| | * Correctly update page when url changedSamy Pesse2016-10-047-54/+68
| | |
| | * Add style for plugin hintSamy Pesse2016-10-047-55/+59
| | |
| | * Fix template of plugin to not mention themeSamy Pesse2016-10-044-6/+4
| | |
| | * First handling of templating blocksSamy Pesse2016-10-036-98/+29
| | |
| | * Don't compile tests file with babelSamy Pesse2016-10-033-2/+2
| | |
| | * Clear query in url when search is clearedSamy Pesse2016-10-031-2/+4
| | |
| | * Emit current location when listeningSamy Pesse2016-10-031-9/+33
| | |
| | * Use replace of url for search to avoid filling historySamy Pesse2016-10-032-30/+19
| | |
| | * Fix new api for activate/deactivateSamy Pesse2016-10-0310-39/+103
| | |
| | * Change "init to "activate"Samy Pesse2016-10-0313-24/+85
| | |
| | * Sync search with querystringSamy Pesse2016-10-039-43/+160
| | |
| | * Pass actions to thunk acitonsSamy Pesse2016-10-025-7/+49
| | |
| | * Fix size of button in toolbarSamy Pesse2016-10-021-1/+1
| | |
| | * Add style for search input in default themeSamy Pesse2016-10-027-7/+30
| | |
| | * Fix font and buttons in default themeSamy Pesse2016-10-025-4/+44
| | |
| | * Include font-awesome in default themeSamy Pesse2016-10-024-3/+17
| | |
| | * Fix clear of searchSamy Pesse2016-10-027-18/+36
| | |
| | * Complete i18n for search pluginSamy Pesse2016-10-013-6/+8
| | |
| | * Add action I18n.registerLocales and locales for default themeSamy Pesse2016-10-0131-48/+643
| | |
| | * Add fix for handling parsing page errorsJohan Preynat2016-10-012-6/+26
| | |
| | * Fix js error because of changing APISamy Pesse2016-10-014-10/+25
| | |
| | * Change api for registering componentsSamy Pesse2016-10-0123-105/+291
| | |
| | * Base api to use i18nSamy Pesse2016-09-3011-45/+59
| | |
| | * Improve Gitbook.connect to accept a mapActionsToPropsSamy Pesse2016-09-296-8/+135
| | |
| | * Start plugin "hints"Samy Pesse2016-09-298-1/+157
| | |
| | * Fix query action for searchSamy Pesse2016-09-2910-9/+218
| | |
| | * Integrate search in default themeSamy Pesse2016-09-299-46/+71
| | |
| | * Fix dist commandSamy Pesse2016-09-2928-88/+264
| | |
| | * Add npmignore and gitignore to plugin templateSamy Pesse2016-09-292-0/+33
| | |
| | * Add gitbook-plugin command to create a pluginSamy Pesse2016-09-295-0/+99
| | |
| | * Start search pluginSamy Pesse2016-09-2816-78/+245
| | |
| | * Fix lerna bootstrapSamy Pesse2016-09-2810-10/+16
| | |
| | * Add CONTRIBUTING.mdSamy Pesse2016-09-289-15/+60
| | |
| | * Start designing toolbarSamy Pesse2016-09-277-7/+45
| | |
| | * Style page with gitbook-markdown-cssSamy Pesse2016-09-279-2/+83
| | |
| | * Fix reducers mutating the state instead of creating a new oneSamy Pesse2016-09-273-5/+20
| | |
| | * Fix link and navigation clickSamy Pesse2016-09-264-10/+19
| | |
| | * Fix gitbook-plugin permissionSamy Pesse2016-09-261-1/+1
| | |
| | * Add basic for pjax navigationSamy Pesse2016-09-266-4/+237
| | |
| | * Mark article as active in summarySamy Pesse2016-09-257-11/+84
| | |
| | * Fix core reducer destroying other reducersSamy Pesse2016-09-2510-17/+75
| | |
| | * Add flex box componentsSamy Pesse2016-09-2421-23/+557
| | |
| | * Start documenting componentsSamy Pesse2016-09-223-1/+65
| | |
| | * Provide immutable proptypesSamy Pesse2016-09-224-3/+7
| | |
| | * Base tree rendering for summarySamy Pesse2016-09-224-5/+124
| | |
| | * Add immutable state for readme/summarySamy Pesse2016-09-2212-8/+188
| | | | | | | | | | | | Add shapes for these states
| | * First working version in the browserSamy Pesse2016-09-2213-134/+298
| | |
| | * Add js scripts to htmlSamy Pesse2016-09-217-61/+47
| | |
| | * Fix head extension by pluginsSamy Pesse2016-09-214-20/+55
| | |
| | * Prepare showing page htmlSamy Pesse2016-09-2116-38/+251
| | |
| | * Fix render of UnsafeComponentSamy Pesse2016-09-212-3/+2
| | |
| | * Fix composition with plugin reducersSamy Pesse2016-09-212-5/+7
| | |
| | * Fix rendering of unsafe injected componentsSamy Pesse2016-09-202-6/+11
| | |
| | * Working loading of pluginSamy Pesse2016-09-2012-51/+102
| | |
| | * Prepare loading of pluginSamy Pesse2016-09-206-128/+164
| | |