summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
...
* Add conrefs loader for templatingSamy Pessé2016-04-2511-12/+194
|
* Add more tests for LocationUtilsSamy Pessé2016-04-251-1/+50
|
* Add post processing for templatesSamy Pessé2016-04-256-2/+106
|
* Replace shortcuts in templatingSamy Pessé2016-04-256-25/+104
|
* Add base rendering for templateSamy Pessé2016-04-255-7/+62
|
* Add tests for link resolutionSamy Pessé2016-04-253-2/+91
|
* Complete json formatSamy Pessé2016-04-257-21/+27
|
* Convert markdown to html for pagesSamy Pessé2016-04-253-2/+45
|
* Fix plugins loadingSamy Pessé2016-04-2524-30/+161
|
* Add fiel for testing resolveLinksSamy Pesse2016-04-245-5/+61
|
* Add default filters and blocksSamy Pesse2016-04-245-397/+87
|
* Add base structure for templatingSamy Pesse2016-04-246-1/+439
|
* Parse multilingual booksSamy Pesse2016-04-244-9/+112
|
* add test for modifier "annotateText"Samy Pesse2016-04-234-9/+94
|
* Add assets inliner modifier for HTMLSamy Pesse2016-04-2317-41/+364
|
* Add json encoding utilsSamy Pesse2016-04-2341-3267/+328
|
* Add method to be article by levelSamy Pesse2016-04-239-15/+169
|
* Add base for calling hook on page/globalSamy Pessé2016-04-224-5/+114
|
* Add base utils for generationSamy Pessé2016-04-2220-91/+316
|
* Add test for configSamy Pessé2016-04-224-4/+124
|
* Add utils to install pluginsSamy Pessé2016-04-225-14/+211
|
* BaseSamy Pessé2016-04-2283-1214/+2424
|
* Merge remote-tracking branch 'origin/master'Samy Pessé2016-04-201-1/+1
|\
| * Correctly detect promises from block.process in TemplateEngine.applyBlock()Johan Preynat2016-04-201-1/+1
| |
* | When using structure.readme, fix link to readme to resolve to index.htmlSamy Pessé2016-04-201-0/+5
|/
* Comment template codeSamy Pessé2016-04-201-28/+122
|
* Fix reliability of template.self in macro importSamy Pessé2016-04-201-3/+7
|
* Correctly ignore structure file (only in root folder)Samy Pesse2016-04-201-3/+3
|
* Correctly load plugins when using "root" optionSamy Pesse2016-04-191-0/+1
|
* Ensure "template" is always set when rendering a templateSamy Pesse2016-04-192-5/+7
|
* Fix template context should be global in nunjucks for themingSamy Pesse2016-04-191-2/+4
| | | | Fix pdf_footer and pdf_header template not rendering
* Use page.content if modified or fallback to page.sections in plugins hooksJohan Preynat2016-04-191-8/+11
|
* Correctly set template.self in all casesSamy Pessé2016-04-183-16/+38
|
* Fix js error when using output without rootSamy Pessé2016-04-181-2/+3
|
* Fix infinite loop on this.optionsSamy Pessé2016-04-181-1/+1
|
* Add generator and output property as deprecated in configSamy Pessé2016-04-182-10/+5
|
* Ensure plugins compatibility with page.sectionsJohan Preynat2016-04-181-5/+17
|
* Add context for readmeSamy Pessé2016-04-183-1/+21
|
* Output context as global for themesSamy Pessé2016-04-154-106/+183
|
* Add method for theme: template.getJSContextSamy Pessé2016-04-141-1/+14
|
* Add lunr as default pluginSamy Pessé2016-04-141-1/+1
|
* Improve description extraction and adapt unit testsSamy Pessé2016-04-141-4/+10
|
* Pass template to block's contextSamy Pessé2016-04-141-1/+2
|
* Remove unused variableSamy Pessé2016-04-131-1/+0
|
* Improve block parsing to handle args/kwargs on subblocksSamy Pessé2016-04-131-54/+72
|
* Add trailing dots to page.description when longer than 300 charactersJohan Preynat2016-04-131-1/+5
|
* Add filter "getArticleByPath" for theme templatesSamy Pessé2016-04-131-0/+8
|
* Increase size of extracted descriptionSamy Pessé2016-04-131-2/+2
|
* Update page context for plugins hooksJohan Preynat2016-04-132-7/+7
|
* Watch _layouts when servingSamy Pessé2016-04-121-1/+1
|
* Cleanup code to list pluginsSamy Pessé2016-04-111-1/+2
|
* Fix #1195: fix external images and fix test for itSamy Pessé2016-04-111-0/+4
|
* Switch to ignore@3.1.1Samy Pesse2016-04-101-4/+2
|
* Fix generator deprecation warning being shown for each callSamy Pessé2016-04-101-6/+10
|
* Load plugins from book parent in multilingual bookSamy Pessé2016-04-091-2/+7
|
* Inherit ignore rules of output from bookSamy Pessé2016-04-081-0/+5
|
* Add "languages" property to all json files for multilingual bookSamy Pessé2016-04-081-1/+1
|
* Misinterpreted second argument of String.prototype.split. Remainder of the ↵Jasha Joachimsthal2016-03-241-2/+2
| | | | array must be joined instead.
* Limit splitting plugin name for git+sshJasha Joachimsthal2016-03-241-1/+1
|
* Fix template search paths to use plugins listed firstSamy Pessé2016-03-223-5/+29
|
* Add block "markdown", "asciidoc" and "markup"Samy Pessé2016-03-181-0/+20
|
* Use stabler block anchor in template outputSamy Pessé2016-03-181-2/+2
|
* Fix context for template block/filtersSamy Pessé2016-03-181-7/+11
|
* Add method renderInline and renderBlock to bookSamy Pessé2016-03-184-4/+31
|
* Load all plugins, even dependencies of pluginsSamy Pessé2016-03-153-43/+57
|
* Add method registry.list to list all plugins for a bookSamy Pessé2016-03-151-1/+49
|
* Fix FSLoader for relative pathsSamy Pessé2016-03-111-1/+18
|
* Create new loader for nunjucks to avoid infinite loopSamy Pessé2016-03-112-11/+49
|
* Use complete list of plugins for templates resolution / i18n / assetsSamy Pessé2016-03-093-40/+13
|
* Add back gitbook.generator property as deprecatedSamy Pessé2016-03-094-28/+37
|
* Add "output" variables for templatingSamy Pessé2016-03-092-1/+19
|
* Add book to templating contextSamy Pessé2016-03-071-2/+3
|
* Improve version suggestionSamy Pessé2016-03-071-1/+1
|
* Add deprecated methods isSubBook and contentPathSamy Pessé2016-03-071-0/+8
|
* Add more deprecated apiSamy Pessé2016-03-073-3/+16
|
* Fix linting errorsSamy Pessé2016-03-077-20/+9
|
* Fix log when installing pluginsSamy Pessé2016-03-071-1/+1
|
* Fix deprecated method root for send moduleSamy Pessé2016-03-072-3/+3
|
* Fix #1172: Fix second argument for ebook generationSamy Pesse2016-03-051-1/+1
|
* Extend "page" with frontmatter attributesSamy Pessé2016-03-021-10/+10
|
* Change json format version to follow major version of gitbookSamy Pesse2016-03-011-1/+1
|
* Improve structure of docSamy Pesse2016-02-291-4/+4
|
* Remove .gitbook and add "root" optionSamy Pessé2016-02-294-52/+46
|
* Don't copy _layouts to outputSamy Pessé2016-02-291-0/+1
|
* Fix #1165: correctly normalize path in summary to accept unicodeSamy Pessé2016-02-282-2/+5
|
* Add init commandSamy Pessé2016-02-284-5/+103
|
* Export output for plugins contextSamy Pessé2016-02-283-13/+16
|
* Don't add glossary to context when non existantSamy Pessé2016-02-261-0/+2
|
* Fix exec of svgexport on windowsSamy Pessé2016-02-252-16/+12
|
* Fix error message when svgexport is not installedSamy Pessé2016-02-251-1/+1
|
* Fix some path normalization on windowsSamy Pessé2016-02-252-3/+6
|
* Extract description from page's front matterSamy Pessé2016-02-252-0/+35
| | | | Fixes #1079 and #795
* Don't pass cover to ebook-convert if non existantSamy Pessé2016-02-252-3/+4
|
* Improve error msg for ebook generationSamy Pessé2016-02-254-5/+54
|
* Add filter fileExistsSamy Pessé2016-02-251-0/+5
|
* Improve command "parse"Samy Pessé2016-02-251-0/+7
|
* Support "sections" from gitbook 2 as deprecated for page hooksSamy Pessé2016-02-254-33/+68
|
* Call page hooks during transformation to HTMLSamy Pessé2016-02-251-0/+15
|
* Remove option defaultPlugins and simplify loadingSamy Pessé2016-02-258-39/+37
|
* Call hook "init" during generationSamy Pessé2016-02-251-0/+3
|