summaryrefslogtreecommitdiffstats
path: root/lib/utils
Commit message (Collapse)AuthorAgeFilesLines
...
* Remove highlight.js dependencySamy Pesse2015-09-122-41/+1
|
* Fix #761: fix syntax highlighting for asciidocSamy Pessé2015-09-051-0/+5
|
* Add warning for file outside spineSamy Pessé2015-09-041-0/+10
|
* Improve error handling for failed image downloadSamy Pessé2015-09-012-1/+11
|
* Update nunjucks to fix raw and loaderSamy Pessé2015-09-011-1/+1
|
* ignore _book in watch.jsxcv582015-08-041-0/+1
|
* Sort glossary before applying it on pagesSamy Pesse2015-05-281-2/+5
|
* Fix #721: use links.join instead of path.join for links in pageSamy Pesse2015-04-231-1/+1
|
* Merge pull request #700 from paulmillr/masterSamy Pessé2015-04-101-7/+8
|\ | | | | Switch from gaze to chokidar.
| * Switch from gaze to chokidar.Paul Miller2015-04-101-7/+8
| |
* | use the `escape-string-regexp` moduleSindre Sorhus2015-04-081-5/+0
|/ | | | | | no point in hardcoding this. https://github.com/sindresorhus/escape-string-regexp
* Don't update translationsSamy Pessé2015-04-011-1/+2
|
* Use i18n node module for template translationSamy Pessé2015-04-011-30/+37
|
* Fix title for introduction (with i18n)Samy Pessé2015-03-241-1/+2
|
* Ignore codeblocks when replacing glossary termsSamy Pessé2015-03-231-0/+3
|
* Highlight codeblocks in gitbook instead than the parsersSamy Pessé2015-03-232-1/+63
|
* Fix #641: fix progress order in json formatSamy Pessé2015-03-172-0/+9
|
* Add editorconfig and normalize indentSamy Pessé2015-03-144-199/+199
|
* Fix #647: Fix links normalization (content and hash)Samy Pessé2015-03-131-5/+5
|
* Ensure inline svgs have xml headerSamy Pessé2015-03-111-1/+1
|
* Remove require of old dependency "shell-escape"Samy Pessé2015-03-111-1/+0
|
* Fix inline svg extraction on windowsSamy Pessé2015-03-102-2/+2
|
* Fix run of svgexport on windowsSamy Pessé2015-03-101-9/+10
|
* Fix links normalization on windowsSamy Pessé2015-03-102-9/+11
|
* Fix #227: Add base rtl support for websiteSamy Pessé2015-03-061-1/+3
|
* Fix #628: preserve pure anchor links and hash in relative linksSamy Pessé2015-03-062-4/+21
|
* Escape svgexport argsSamy Pessé2015-03-051-1/+2
| | | | Fixes shakiba/svgexport#5 and #624
* Fix transformation of README.md links in index.htmlSamy Pessé2015-02-261-2/+4
|
* Improve language detection from book.jsonSamy Pessé2015-02-141-0/+4
|
* Escape description in title attr of glossary linkSamy Pessé2015-02-141-1/+1
| | | | Related to #609
* Fix test with post in blocksSamy Pessé2015-02-132-27/+32
|
* Limit concurrent blocks processedSamy Pessé2015-02-131-0/+51
|
* Accept post function from block to post process contentSamy Pessé2015-02-121-3/+3
|
* Fix page normalization with empty links or imagesSamy Pessé2015-02-121-0/+2
|
* Fix GitbookIO/plugin-youtube#2: hash remote image for local pathSamy Pessé2015-02-122-4/+11
|
* Fix default language to englishSamy Pessé2015-02-121-0/+3
|
* Improve i18n to support locale normalizationSamy Pessé2015-02-091-0/+63
|
* Fix #595: calcul link to glossary as an absolute pathSamy Pessé2015-02-071-1/+1
|
* Fix #588: Fix replacement of glossary terms by linksSamy Pessé2015-02-061-1/+2
|
* Handle SVG correctly in page normalizationSamy Pessé2015-02-051-1/+8
| | | | Related to mathjax/MathJax-node#65
* Improve logs for images and ebook copySamy Pessé2015-02-041-4/+4
|
* Don't use xmlMode to normalize htmlSamy Pessé2015-01-301-1/+1
|
* Fix support of iframe in html normalizationSamy Pessé2015-01-301-3/+14
|
* Use spaces identationSamy Pessé2015-01-301-24/+24
|
* Download external images in ebook formatSamy Pessé2015-01-294-53/+58
|
* Convert inline svg as png if neededSamy Pessé2015-01-291-3/+36
|
* Fix inline svg image in pageSamy Pessé2015-01-291-1/+1
|
* Fix resources loading in pluginsSamy Pessé2015-01-281-2/+3
|
* Fix for good path resolution of svg imageSamy Pessé2015-01-281-2/+2
|
* Fix conversion of svg when cache is emptySamy Pessé2015-01-281-0/+2
|
* Improve svg conversion and links normalizationSamy Pessé2015-01-281-11/+19
|
* Fix absolute path calculSamy Pessé2015-01-282-9/+11
| | | | Add tests for links module
* Improve image conversion to png to avoid doublonsSamy Pessé2015-01-282-21/+44
|
* Fix error message when svgexport is not installedSamy Pessé2015-01-281-1/+1
|
* Use svgexport instead of imagemagickSamy Pessé2015-01-283-43/+68
|
* Handle correctly path starting with "/"Samy Pessé2015-01-282-2/+4
|
* Handle absolute url for images conversion (svg -> png)Samy Pessé2015-01-282-4/+20
|
* Improve error message when imagemagick is not installedSamy Pessé2015-01-282-2/+10
|
* Convert svg images to png in ebookSamy Pessé2015-01-283-5/+121
|
* Add options "shortcuts" for blocks from pluginsSamy Pessé2015-01-271-0/+5
|
* Fix #273: clean the output without removing .git and .svnSamy Pessé2015-01-261-36/+78
|
* fs.list take option for files to ignoresSamy Pessé2015-01-261-25/+12
|
* Add warning message about deprecated hooksSamy Pessé2015-01-261-3/+5
|
* Fix git url parsing for content referencesSamy Pessé2015-01-261-16/+10
|
* Support ssh urls in git parsingSamy Pessé2015-01-261-3/+8
|
* Add tests for parsing git urlSamy Pessé2015-01-261-1/+4
|
* Improve loggerSamy Pessé2015-01-251-7/+19
|
* Improve logger moduleSamy Pessé2015-01-251-0/+77
|
* Add _book to list of files to ignoreSamy Pessé2015-01-251-0/+1
|
* Add Book.generateFile to output a pdfSamy Pessé2015-01-242-3/+7
|
* Add base loader to resolve git dependenciesSamy Pessé2015-01-242-1/+116
|
* Watch all fiels that can be parsed in serveSamy Pessé2015-01-241-1/+12
|
* Improve navigation with non existant entriesSamy Pessé2015-01-241-7/+23
| | | | Use i18n for introduction title
* Complete serve commandSamy Pessé2015-01-243-1/+125
|
* Load locales to translate layoutSamy Pessé2015-01-231-0/+1
|
* Add base for ebook generatorSamy Pessé2015-01-231-0/+26
|
* Write search index to output folderSamy Pessé2015-01-221-1/+16
|
* Write glossary for websiteSamy Pessé2015-01-221-0/+9
|
* Replace glossary terms by links to glossarySamy Pessé2015-01-221-1/+1
|
* Mark glossary terms in html parsedSamy Pessé2015-01-221-1/+70
|
* Use external gitbook parsersSamy Pessé2015-01-221-24/+0
|
* Add summary utilsSamy Pessé2015-01-211-0/+24
|
* Fix site generator polluting basegeneratorSamy Pessé2015-01-211-0/+1
|
* Normalize paths in html contentSamy Pessé2015-01-192-0/+133
|
* Parse navigation and progress in parsed pageSamy Pessé2015-01-192-0/+111
|
* Use template before parsing glossary, summary and langsSamy Pessé2015-01-191-0/+1
|
* Add base object to load configurationSamy Pessé2015-01-191-0/+90
|
* Clear folderSamy Pessé2015-01-194-109/+0
|
* Fix #487: Use generated toc as base for ebook generationSamy Pessé2014-10-301-2/+2
|
* Add csharp language highlight mappingAaron O'Mullan2014-06-181-0/+1
| | | | Fixes #327
* Improve robustness of link utility functionsAaron O'Mullan2014-06-171-3/+11
| | | | Fixes #321, fixes #323
* Allow external links in summary, fixes #300Aaron O'Mullan2014-06-081-1/+7
|
* Fix #296: fix static links on windowsSamy Pessé2014-06-061-1/+14
|
* Add option pdf.pageNumberSamy Pessé2014-06-031-1/+1
| | | | Fix GitbookIO/editor#38
* Add toc at the end of pdfSamy Pessé2014-05-291-0/+1
|
* Improve ebook generation (toc, ...)Samy Pessé2014-05-291-0/+25
|
* Fix #249: fix links.toAbsolute on windowsSamy Pessé2014-05-231-0/+4
|
* Fix #136: replace links to .md by links to .htmlSamy Pessé2014-04-222-0/+30
| | | | Add more tests for links in page
* Improve language normalizationAaron O'Mullan2014-04-101-0/+2
| | | | Check for null before converting to lower case
* Add basic code language normalizationAaron O'Mullan2014-04-052-0/+19