Aaron O'Mullan
|
c9db068227
|
Refactor navigation generation to be functional
This makes it a lot less error prone and far more robust. As well as a
lot easier to understand
|
2014-04-18 11:49:55 -07:00 |
|
Samy Pessé
|
b5bb953e47
|
Fix image path calcul
|
2014-04-18 17:15:03 +02:00 |
|
Aaron O'Mullan
|
a36b9a6088
|
Normalize code language before highlighting
|
2014-04-17 01:09:26 -07:00 |
|
Aaron O'Mullan
|
52610d7d61
|
Disable automatic highlighting
Fallback to no highlighting rather that potentially funky highlighting
|
2014-04-16 13:15:35 -07:00 |
|
Aaron O'Mullan
|
9e4b393b7a
|
In parse/page remove global marked settings
Highlighter settings were global, moved them to the render function
(where they should have been)
|
2014-04-16 13:07:35 -07:00 |
|
Samy Pessé
|
a0ae34a3b7
|
Fix #100: fix section test isQuiz
|
2014-04-16 17:16:18 +02:00 |
|
Aaron O'Mullan
|
c9eb27bfe7
|
Do not pass SUMMARY.md to generator, fixes #93
We want to parse SUMMARY.md but not generate a file from it, thus it
should be removed from the list of files to be processed by the
generator
|
2014-04-16 00:18:35 -07:00 |
|
Aaron O'Mullan
|
b78505c290
|
Ignore .gitignore file by default in fs.list
Partial fix of #93
|
2014-04-16 00:11:54 -07:00 |
|
Samy Pessé
|
05f1eed9ce
|
Fix #91: Extract defaults title and description from README.md
|
2014-04-14 19:48:12 +02:00 |
|
Samy Pessé
|
c0ca055bf4
|
Add readme parsing for extracting title and description
|
2014-04-14 19:21:43 +02:00 |
|
Samy Pessé
|
e4fa8aaca7
|
Fix generate.file method
|
2014-04-14 18:56:20 +02:00 |
|
Samy Pessé
|
1bbef54015
|
Remove logs from core module
|
2014-04-13 23:55:13 +02:00 |
|
Samy Pessé
|
3c7cae6262
|
Move more build logic to the core generation module
|
2014-04-13 23:53:34 +02:00 |
|
Aaron O'Mullan
|
555c0d63ee
|
Add gitbook init command, fixes #67
|
2014-04-12 12:27:13 -07:00 |
|
Aaron O'Mullan
|
6173fb76ad
|
Refactor, document, improve section type detection
Especially for quiz types
|
2014-04-12 01:50:48 -07:00 |
|
James Phillpotts
|
b07681a16a
|
Quiz with GFM checkbox lists
|
2014-04-12 01:26:03 -07:00 |
|
James Phillpotts
|
f6595f5111
|
Tabular quiz
|
2014-04-12 01:25:07 -07:00 |
|
Aaron O'Mullan
|
892ec04f52
|
Merge pull request #78 from mrpotes/mocha-windows
Fix URL creation on windows
|
2014-04-10 11:44:33 -07:00 |
|
James Phillpotts
|
8f457a752e
|
Use OS-agnostic path generation for images too
|
2014-04-10 11:00:52 +01:00 |
|
James Phillpotts
|
435a4b8c99
|
Use API from node 0.8
|
2014-04-10 10:45:54 +01:00 |
|
Aaron O'Mullan
|
e54b808093
|
Improve section detection, fixes #68
|
2014-04-10 02:32:37 -07:00 |
|
James Phillpotts
|
fb7653bd14
|
Fix URL creation on windows
|
2014-04-10 10:31:32 +01:00 |
|
Aaron O'Mullan
|
619ded93ad
|
Improve language normalization
Check for null before converting to lower case
|
2014-04-10 02:21:54 -07:00 |
|
Samy Pessé
|
99594791e0
|
Merge Optional github
|
2014-04-09 08:23:11 +02:00 |
|
Samy Pessé
|
1b432288f0
|
Merge branch 'optional-github' of https://github.com/mrpotes/gitbook into mrpotes-optional-github
|
2014-04-09 08:17:37 +02:00 |
|
Aaron O'Mullan
|
392573a990
|
Add lexing support for content code in exercises
#52, #49, #46
|
2014-04-08 15:01:12 -07:00 |
|
Aaron O'Mullan
|
554d6a6170
|
Fix URL rewriting error on empty URLs
Fixes #54, fixes #59
|
2014-04-08 14:47:36 -07:00 |
|
James Phillpotts
|
80794997a4
|
Make use of github optional
|
2014-04-07 10:38:06 +01:00 |
|
Samy Pessé
|
cf3a641350
|
Fix progress link to README
|
2014-04-07 00:02:00 -07:00 |
|
Samy Pessé
|
ec719891a1
|
Remove need for README.md for multi-languages
|
2014-04-06 23:53:39 -07:00 |
|
Samy Pessé
|
9fe80b878e
|
Add option cover for ebook generation
|
2014-04-06 21:46:11 -07:00 |
|
Samy Pessé
|
4b64c87011
|
Add base ebook generator using ebook-convert
|
2014-04-06 19:10:22 -07:00 |
|
Samy Pessé
|
4c36c592c1
|
Merge pull request #40 from GitbookIO/feature/searchclient
Feature/searchclient
|
2014-04-06 17:13:32 -07:00 |
|
Samy Pessé
|
9ffb1a062f
|
Use cache in localstorage to store search index
|
2014-04-06 17:13:10 -07:00 |
|
Aaron O'Mullan
|
c166a9863e
|
Resolve image URLs, fixes #38
Using outidr & dir options
|
2014-04-06 16:05:12 -07:00 |
|
Aaron O'Mullan
|
1a4b196851
|
Add outdir option to generators' generateFile
|
2014-04-06 16:04:28 -07:00 |
|
Aaron O'Mullan
|
75a8d3069d
|
Fix dir option in site generator
Use relative folder not absolute
|
2014-04-06 15:55:24 -07:00 |
|
Aaron O'Mullan
|
eecb33baa8
|
Fix relative link detection in renderer
|
2014-04-06 15:46:20 -07:00 |
|
Aaron O'Mullan
|
aa7835e913
|
Add .bookignore to ignoreFiles #37
|
2014-04-06 15:19:31 -07:00 |
|
Samy Pessé
|
74edc4f279
|
Merge pull request #39 from GitbookIO/feature/search
Feature/search
|
2014-04-06 15:03:27 -07:00 |
|
Aaron O'Mullan
|
696cbdc3b1
|
Generate section.id in lexer
This allows generating correct URLs for our search index
|
2014-04-06 14:53:33 -07:00 |
|
Aaron O'Mullan
|
2f8543d710
|
Generate search_index.json when generating site
Fixes #24
|
2014-04-06 14:50:11 -07:00 |
|
Samy Pessé
|
52ccc2b46d
|
Fix #33: copy files when generating pdf or single page
|
2014-04-06 14:37:33 -07:00 |
|
Aaron O'Mullan
|
9270d7949a
|
In page parser, lex only if not already lexed
|
2014-04-06 14:13:48 -07:00 |
|
Aaron O'Mullan
|
c98ba22b08
|
Move page lexer to separate module
Allow lexer to be used independently of page parser/renderer
|
2014-04-06 14:02:49 -07:00 |
|
Samy Pessé
|
abce29866e
|
Return options after generate
|
2014-04-06 13:47:29 -07:00 |
|
Samy Pessé
|
65cb23feab
|
Fix generation for page format
|
2014-04-06 13:43:20 -07:00 |
|
Samy Pessé
|
53f714b7f3
|
Add base for generating languages index
|
2014-04-06 12:52:35 -07:00 |
|
Samy Pessé
|
d19906d5b2
|
Add base for multi-languages book
|
2014-04-06 12:11:43 -07:00 |
|
Aaron O'Mullan
|
eeb715d5d6
|
Prevent renderer from mutating sections
|
2014-04-06 00:21:55 -07:00 |
|