summaryrefslogtreecommitdiffstats
path: root/packages
Commit message (Collapse)AuthorAgeFilesLines
* search: Clear search with Esc or buttonSoreine2016-10-193-1/+44
|
* Clearer doc for FileSoreine2016-10-192-4/+3
|
* core: Fix HotKeys default keymapSoreine2016-10-191-1/+1
|
* plugin-lunr: Fix reading page search attributesSoreine2016-10-181-3/+5
|
* Add roles "body:wrapper", "toolbar:wrapper", "page:wrapper"Samy Pesse2016-10-171-4/+10
|
* Remove react dependencies from "gitbook"Samy Pesse2016-10-171-4/+1
|
* Use same react instance between server and gitbookSamy Pesse2016-10-172-2/+4
| | | | Fix injection of DOM properties not working on the browser
* Add background to dropdownSamy Pesse2016-10-172-1/+3
|
* Fix display of button in left toolbarSamy Pesse2016-10-173-9/+11
|
* Normalize action types in pluginsSamy Pesse2016-10-172-3/+3
|
* Replace GitBook.Shapes by GitBook.PropTypesSamy Pesse2016-10-1728-27/+27
|
* Add languages to client side state, and add "current" to json reprSamy Pesse2016-10-1410-5/+94
|
* Normalize Panel in gitbook-coreSamy Pesse2016-10-144-0/+32
|
* Improve "gitbook-plugin create" to prompt for title/categoriesSamy Pesse2016-10-133-3/+26
|
* Add component tooltip from gitbook-coreSamy Pesse2016-10-135-0/+153
|
* Add roles "page:header" and "page:footer"Samy Pesse2016-10-132-5/+11
|
* Fix update of page attributes in hook "page"Samy Pesse2016-10-133-10/+17
|
* Add tests for multiple inline template blocksJohan Preynat2016-10-132-2/+29
|
* Hook "page" should not be able to edit content but attributesSamy Pesse2016-10-133-26/+33
|
* Limit size of text in search resultsSamy Pesse2016-10-133-2/+11
|
* Add highlighting for search terms in resultsSamy Pesse2016-10-133-6/+21
|
* Fix rendering of searchSamy Pesse2016-10-134-13/+20
|
* Search plugin should provide roles "search:results" and "search:result"Samy Pesse2016-10-134-14/+18
|
* Fix search inputSamy Pesse2016-10-131-3/+3
|
* Normalize style of dropdownSamy Pesse2016-10-134-22/+39
|
* gitbook-plugin: Add eslint as devDependencySoreine2016-10-131-0/+1
|
* Rename "navigation" to "history" and add loading barSamy Pesse2016-10-1316-55/+239
|
* Increase content font-sizeSamy Pesse2016-10-132-1/+2
|
* search: Document search handlers APISoreine2016-10-131-0/+41
|
* Add support for align HTML attributeSamy Pesse2016-10-131-0/+10
|
* Start style for dropdownsSamy Pesse2016-10-137-75/+116
|
* Refactor Backdrop, Hotkeys and DropdownSamy Pesse2016-10-135-74/+97
|
* Refactor code of plugin sharingSamy Pesse2016-10-138-137/+172
|
* Adapt plugin sharing (#1553)Nicolas Gaborit2016-10-1312-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 pluginSamy Pesse2016-10-1312-164/+5
|
* Add base for new fontsettings pluginSamy Pesse2016-10-1324-400/+559
|
* Readme should always be generated as "index.html"Samy Pesse2016-10-123-6/+22
|
* Enhance display of headingsJohan Preynat2016-10-121-1/+2
|
* Improve some CSS for default themeSamy Pesse2016-10-125-10/+13
|
* Fix error for code blocks without languageSamy Pesse2016-10-123-3/+6
|
* Adapt test for listDependenciesSamy Pesse2016-10-121-13/+14
|
* Use ied instead of npm for installation of pluginsSamy Pesse2016-10-128-185/+199
|
* Adapt test for plugins.findForBookSamy Pesse2016-10-121-4/+4
|
* Adapt tests for website rendering and render languages indexSamy Pesse2016-10-123-36/+32
|
* Remove references to plugin resourcesSamy Pesse2016-10-1221-163/+94
|
* Use a single instance of Git for outputSamy Pesse2016-10-128-51/+78
|
* Adapt findInstalled for unit testsSamy Pesse2016-10-123-9/+14
|
* Improve performance of plugins listingSamy Pesse2016-10-111-52/+37
|
* gitbook-plugin create should add eslint configSamy Pesse2016-10-113-4/+9
|
* Update nunjucks@2.5.2Samy Pesse2016-10-111-2/+1
|
* 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-108-67/+101
|
* 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-109-35/+190
|
* 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-0941-1260/+992
|\ | | | | | | | | # 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-0815-132/+132
| |
| * Add script to bump versionSamy Pesse2016-10-0810-447/+447
| |
| * 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-0517-388/+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-032-1/+2
|
* Clear query in url when search is clearedSamy Pesse2016-10-031-2/+4
|