Commit Graph

1079 Commits

Author SHA1 Message Date
Mathieu David 6973994518 Update README.md 2015-07-29 14:34:15 +02:00
Mathieu David ffb22c5a3b Update README.md 2015-07-29 14:02:05 +02:00
Mathieu David 0e27a473c5 Sidebar is now hidden on mobile devices and can be hidden/shown with the button 2015-07-29 13:34:48 +02:00
Mathieu David ecdcc31e9e Added function to clean links before inserting in toc 2015-07-29 12:10:12 +02:00
Mathieu David a55a676bbe support empty links in rendered html 2015-07-29 01:40:48 +02:00
Mathieu David da866db399 Create LICENSE 2015-07-29 01:11:30 +02:00
Mathieu David d9be561887 Merge branch 'master' of https://github.com/azerupi/mdBook 2015-07-29 01:07:00 +02:00
Mathieu David 9a9fadac77 Forgot to update level variable, fixed now. 2015-07-29 01:06:46 +02:00
Mathieu David 0b0b9b0bb1 update progress 2015-07-29 00:59:02 +02:00
Mathieu David f500b4a836 Rough implementation for handlebars helper to display toc correctly, probably needs a little bit of cleaning... Url in toc doesn't work yet. It needs to be cleaned before './url' -> '/url' and 'url' -> '/url' 2015-07-29 00:57:47 +02:00
Mathieu David 4203b5b1c4 added markdown with 'pulldown-cmark', added basic styling, render of the toc is still not completely done 2015-07-28 21:01:13 +02:00
Mathieu David 91c29ef81e Update README.md 2015-07-19 15:52:27 +02:00
Mathieu David be0bfa7170 Split of the creating of the JSon object into it's own function 2015-07-19 14:02:21 +02:00
Mathieu David 4d4f35ecba First big step for the html renderer, it reads an handlebars template and creates the files from SUMMARY.md respecting the source folder structure 2015-07-19 00:08:38 +02:00
Mathieu David 35be20da8b Fixed bug where spaces where not trimmed and only the first level was parsed correctly 2015-07-18 16:21:04 +02:00
Mathieu David 60e47d2e08 fix error in init(): write "- [chapter 1](...)" to SUMMARY.md instead of "[chapter 1](...)" note the lack of dash at the beginning 2015-07-18 00:14:04 +02:00
Mathieu David 7fa5b06ccb Rudimentary: Parse SUMMARY.md, support for nested levels. Only list items: "- [name](path)" or "* [name](path)" #2 2015-07-18 00:04:20 +02:00
Mathieu David 4fe0bc2de5 renamed directory + created BookItem 2015-07-16 19:26:16 +02:00
Mathieu David ad01c37432 clean up structure and code 2015-07-16 18:20:36 +02:00
Mathieu David 2cec95c352 Merge branch 'master' of https://github.com/azerupi/mdbook 2015-07-08 15:17:53 +02:00
Mathieu David 4d884b9c40 Added BookConfig struct, cleaned up some parts 2015-07-08 15:17:11 +02:00
Mathieu David 02b5b9c194 Update README.md 2015-07-08 00:11:02 +02:00
Mathieu David fc256f884b Update README.md 2015-07-08 00:07:36 +02:00
Mathieu David 39c0344f9a Added README.md 2015-07-08 00:04:28 +02:00
Mathieu David 508f3068f0 Added arg for init to specify directory 2015-07-07 12:36:11 +02:00
Mathieu David a6b3f99c53 Init now creates 'src' and 'book' folder. In 'src' SUMMARY.md is created with one dummy chapter 2015-07-07 11:51:06 +02:00
Mathieu David a27bc498eb Started to implement init 2015-07-07 02:56:19 +02:00
Mathieu David b94304405a Skeleton for main.rs (binary) 2015-07-06 21:12:24 +02:00
Mathieu David d5a8d7f3a1 Initial commit 2015-07-06 14:21:59 +02:00