summaryrefslogtreecommitdiffstats
path: root/lib/page/index.js
Commit message (Expand)AuthorAgeFilesLines
* Add json encoding utilsSamy Pesse2016-04-231-246/+0
* Update page context for plugins hooksJohan Preynat2016-04-131-1/+0
* Add method renderInline and renderBlock to bookSamy Pessé2016-03-181-1/+1
* Add back gitbook.generator property as deprecatedSamy Pessé2016-03-091-24/+21
* Extend "page" with frontmatter attributesSamy Pessé2016-03-021-10/+10
* Fix some path normalization on windowsSamy Pessé2016-02-251-1/+1
* Extract description from page's front matterSamy Pessé2016-02-251-0/+22
* Support "sections" from gitbook 2 as deprecated for page hooksSamy Pessé2016-02-251-2/+7
* Call page hooks during transformation to HTMLSamy Pessé2016-02-251-0/+15
* Add property depth to article and pagesSamy Pessé2016-02-241-0/+1
* Fix path option for template errorSamy Pessé2016-02-241-1/+1
* Add context for multi-lingual booksSamy Pessé2016-02-241-0/+1
* Fix context for templating and pageSamy Pessé2016-02-211-14/+22
* Fix page.toHTML by using .content directlySamy Pessé2016-02-201-2/+1
* Add new gitbook-markdown and gitbook-asciidocSamy Pessé2016-02-201-1/+1
* Add detection of text direction and provide: 'page.dir'Samy Pessé2016-02-181-1/+10
* Fix path calcul to be coherantSamy Pessé2016-02-181-8/+14
* Glossary should be output as a normal pageSamy Pessé2016-02-181-8/+1
* Add "level" to TOCArticleSamy Pessé2016-02-181-0/+1
* Add filter resolveAsset to template for websiteSamy Pessé2016-02-181-1/+0
* Improve annotation with glossary termsSamy Pesse2016-02-171-2/+16
* Generate index.html instead of README.htmlSamy Pessé2016-02-171-18/+0
* Add type to file object in templating contextSamy Pessé2016-02-171-1/+2
* Use same json for page context and json buildsSamy Pessé2016-02-171-1/+2
* Fix addBlock for template engineSamy Pessé2016-02-151-1/+7
* Complete page.previous and page.next variablesSamy Pessé2016-02-151-2/+4
* Add test for file variables in templatingSamy Pessé2016-02-141-0/+5
* Move conrefs to a separate mixinSamy Pessé2016-02-141-3/+3
* Add .next and .prev to TOCArticleSamy Pessé2016-02-141-1/+5
* Add help chapter about variablesSamy Pessé2016-02-141-6/+15
* Add code blocks normalizationSamy Pessé2016-02-141-1/+11
* Complete test for convertion of svgsSamy Pesse2016-02-131-0/+8
* Add conversion of svg to png for assets inlinerSamy Pesse2016-02-121-1/+17
* Add pipeline to outline svg as pngSamy Pesse2016-02-121-1/+2
* Separate output in FolderOutput and baseSamy Pesse2016-02-121-16/+4
* Remove concept of generator, to merge it with OutputSamy Pesse2016-02-121-2/+3
* Replace links to page of summary by html linksSamy Pesse2016-02-121-5/+26
* Page output a simple html stringSamy Pesse2016-02-111-12/+13
* Add base for normalizing htmlSamy Pesse2016-02-111-0/+121