Commit Graph

  • 1a8c2259e5 Split the handlebars renderer in his own module because it was becoming large Mathieu David 2015-07-30 15:38:21 +0200
  • 5bd1385212 Added a utils module for general / common functions Mathieu David 2015-07-30 15:20:55 +0200
  • 3a88479543 Merge branch 'master' of https://github.com/azerupi/mdBook Mathieu David 2015-07-30 13:50:15 +0200
  • c63ca25e43 Clean up: Removed uneeded function because the same functionality is present in std Mathieu David 2015-07-30 13:49:49 +0200
  • 979c617b7e Added link to example Mathieu David 2015-07-30 12:58:54 +0200
  • 18c3ed4540 Added an example book also containing the docs Mathieu David 2015-07-30 11:59:08 +0200
  • 1111ff3ceb Fixes 2 bugs with relative paths. Fixed by injecting a variable path_to_root into the json data for the handlebars template. Fixes #17 Mathieu David 2015-07-29 23:32:01 +0200
  • 6a4b8d51b4 create a copy of the first rendered page and use that as index.html... Closes #16 Mathieu David 2015-07-29 22:26:13 +0200
  • a44f909ffd Merge branch 'master' of https://github.com/azerupi/mdBook Mathieu David 2015-07-29 21:54:13 +0200
  • 94d3d65a0e Change link color + add transition animation on menu-bar icons on hover. Closes #15 Mathieu David 2015-07-29 21:53:59 +0200
  • 44b467162a Update README.md Mathieu David 2015-07-29 18:52:46 +0200
  • 925b0834cb link to enhancement label in issue tracker Mathieu David 2015-07-29 15:07:34 +0200
  • b7ef472452 Update README.md Mathieu David 2015-07-29 15:06:22 +0200
  • 0c3266e40f Update README.md Mathieu David 2015-07-29 14:50:17 +0200
  • 6973994518 Update README.md Mathieu David 2015-07-29 14:34:15 +0200
  • ffb22c5a3b Update README.md Mathieu David 2015-07-29 14:02:05 +0200
  • 0e27a473c5 Sidebar is now hidden on mobile devices and can be hidden/shown with the button Mathieu David 2015-07-29 13:34:48 +0200
  • ecdcc31e9e Added function to clean links before inserting in toc Mathieu David 2015-07-29 12:10:12 +0200
  • a55a676bbe support empty links in rendered html Mathieu David 2015-07-29 01:40:48 +0200
  • da866db399 Create LICENSE Mathieu David 2015-07-29 01:11:30 +0200
  • d9be561887 Merge branch 'master' of https://github.com/azerupi/mdBook Mathieu David 2015-07-29 01:07:00 +0200
  • 9a9fadac77 Forgot to update level variable, fixed now. Mathieu David 2015-07-29 01:06:46 +0200
  • 0b0b9b0bb1 update progress Mathieu David 2015-07-29 00:59:02 +0200
  • 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' Mathieu David 2015-07-29 00:57:47 +0200
  • 4203b5b1c4 added markdown with 'pulldown-cmark', added basic styling, render of the toc is still not completely done Mathieu David 2015-07-28 21:01:13 +0200
  • 91c29ef81e Update README.md Mathieu David 2015-07-19 15:52:27 +0200
  • be0bfa7170 Split of the creating of the JSon object into it's own function Mathieu David 2015-07-19 14:02:21 +0200
  • 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 Mathieu David 2015-07-19 00:08:38 +0200
  • 35be20da8b Fixed bug where spaces where not trimmed and only the first level was parsed correctly Mathieu David 2015-07-18 16:21:04 +0200
  • 60e47d2e08 fix error in init(): write "- [chapter 1](...)" to SUMMARY.md instead of "[chapter 1](...)" note the lack of dash at the beginning Mathieu David 2015-07-18 00:14:04 +0200
  • 7fa5b06ccb Rudimentary: Parse SUMMARY.md, support for nested levels. Only list items: "- [name](path)" or "* [name](path)" #2 Mathieu David 2015-07-18 00:04:20 +0200
  • 4fe0bc2de5 renamed directory + created BookItem Mathieu David 2015-07-16 19:26:16 +0200
  • ad01c37432 clean up structure and code Mathieu David 2015-07-16 18:20:36 +0200
  • 2cec95c352 Merge branch 'master' of https://github.com/azerupi/mdbook Mathieu David 2015-07-08 15:17:53 +0200
  • 4d884b9c40 Added BookConfig struct, cleaned up some parts Mathieu David 2015-07-08 15:17:11 +0200
  • 02b5b9c194 Update README.md Mathieu David 2015-07-08 00:11:02 +0200
  • fc256f884b Update README.md Mathieu David 2015-07-08 00:07:36 +0200
  • 39c0344f9a Added README.md Mathieu David 2015-07-08 00:04:28 +0200
  • 508f3068f0 Added arg for init to specify directory Mathieu David 2015-07-07 12:36:11 +0200
  • a6b3f99c53 Init now creates 'src' and 'book' folder. In 'src' SUMMARY.md is created with one dummy chapter Mathieu David 2015-07-07 11:46:49 +0200
  • a27bc498eb Started to implement init Mathieu David 2015-07-07 02:56:19 +0200
  • b94304405a Skeleton for main.rs (binary) Mathieu David 2015-07-06 21:12:24 +0200
  • d5a8d7f3a1 Initial commit Mathieu David 2015-07-06 14:21:59 +0200