Samy Pessé
|
305f221077
|
Fix #136: replace links to .md by links to .html
Add more tests for links in page
|
2014-04-22 17:45:12 +02:00 |
|
Samy Pessé
|
98c133df3c
|
Change plugins separator to ","
|
2014-04-21 23:23:53 +02:00 |
|
Samy Pessé
|
b5b8ed72a5
|
Update default addons
|
2014-04-21 22:39:23 +02:00 |
|
Samy Pessé
|
5beff86548
|
Change js interface for plugins and add configuration
|
2014-04-21 22:20:41 +02:00 |
|
Samy Pessé
|
4a380e9279
|
Fix #36: add mathjax plugin as default
|
2014-04-20 15:20:21 +02:00 |
|
Samy Pessé
|
878c105def
|
Use complete assets folder for plugins
|
2014-04-20 02:04:15 +02:00 |
|
Samy Pessé
|
74d628676b
|
Add option to change templates from plugin
|
2014-04-20 00:10:46 +02:00 |
|
Samy Pessé
|
0ac04e1584
|
Add call for hooks "init" and "finish"
|
2014-04-19 19:50:32 +02:00 |
|
Samy Pessé
|
fb14caf5b3
|
Add resources to site build
|
2014-04-19 19:31:02 +02:00 |
|
Samy Pessé
|
cc8516df83
|
Load plugins during generation
|
2014-04-19 17:57:40 +02:00 |
|
Samy Pessé
|
c6a624bc6b
|
Add method to load a list of plugins from generator options
|
2014-04-19 17:54:15 +02:00 |
|
Samy Pessé
|
8be8b825ee
|
Add base loading of default addons
Add mixpanel as default addon
|
2014-04-19 17:28:44 +02:00 |
|
Samy Pessé
|
56eb4a2897
|
Add base plugin object and test validation of plugin
|
2014-04-19 15:41:29 +02:00 |
|
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 |
|