Commit graph

  • 83354ab24b Fixed up some unused-imports warnings Michael Bryan 2017-06-25 14:21:23 +08:00
  • af05306046 Tried making sure travis installs all the musl tools when required Michael Bryan 2017-06-25 14:11:43 +08:00
  • b796ee7c36 Made sure travis installs musl for the musl builds Michael Bryan 2017-06-25 13:17:44 +08:00
  • db94b3d839 Add minimal testing for the optional MathJax support Michal Budzynski 2017-06-25 00:39:57 +02:00
  • f214c7108f Make MathJax support optional Michal Budzynski 2017-06-25 00:32:26 +02:00
  • 2abebfb244 Removed the default error-chain features Michael Bryan 2017-06-25 00:40:56 +08:00
  • fd821a5ead the binary now uses error-chain Michael Bryan 2017-06-25 00:13:41 +08:00
  • 487f5ce339 Added error-chain to the renderer module Michael Bryan 2017-06-25 00:10:06 +08:00
  • 1356e0f068 Added error-chain to the book and utils modules Michael Bryan 2017-06-25 00:04:57 +08:00
  • 0f93cd002b Added error-chain to the config files Michael Bryan 2017-06-24 23:53:08 +08:00
  • 6761442241 Added error-chain to lib.rs Michael Bryan 2017-06-24 23:48:50 +08:00
  • b441066105 Merge pull request #335 from Michael-F-Bryan/refactor-hbs-renderer Mathieu David 2017-06-24 14:44:12 +02:00
  • d50486e337 Merge pull request #314 from budziq/fix_theme Mathieu David 2017-06-24 14:03:10 +02:00
  • c3dfabd5a2 Merge branch 'upstream/master' into refactor-hbs-renderer Michael Bryan 2017-06-24 16:07:01 +08:00
  • 4c187bcb9f Explained what HtmlHandlebars::write_custom_function() does Michael Bryan 2017-06-24 15:50:51 +08:00
  • d42ef1cdbc reduced code repetition in fill_from_tomlconfig Michal Budzynski 2017-06-23 17:01:11 +02:00
  • 03193e0bd7 Merge pull request #334 from budziq/hide_popup Mathieu David 2017-06-23 14:15:54 +02:00
  • 672d91e6c2 Hide theme selector popup on interaction outside of it Also set cursor to pointer on theme selector items. Michal Budzynski 2017-06-23 13:18:06 +02:00
  • 6d8ac6a23c Fixes missing the default "theme" dir location Michal Budzynski 2017-06-23 12:57:58 +02:00
  • 69b3e2b5cb Merge pull request #332 from budziq/silence_404s Mathieu David 2017-06-23 11:27:31 +02:00
  • 5e93decf6e Merge pull request #328 from sunng87/feature/handlebars-upgrade Mathieu David 2017-06-23 11:16:52 +02:00
  • 79cdcb46de extract serving code to a separate module Michal Budzynski 2017-06-14 14:43:43 +02:00
  • f889eb3d12 first draft of silencing 404 errors Michal Budzynski 2017-06-14 14:14:02 +02:00
  • 3306c030e1 Merge branch 'master' of github.com:azerupi/mdBook Mathieu David 2017-06-23 01:10:38 +02:00
  • 239886a5cf Merge branch 'budziq-minor_refactor' Mathieu David 2017-06-23 01:10:29 +02:00
  • f3cb4265ca Fix typo Mathieu David 2017-06-23 01:10:18 +02:00
  • 28afebdca2 Merge branch 'minor_refactor' of https://github.com/budziq/mdBook into budziq-minor_refactor Mathieu David 2017-06-23 01:09:26 +02:00
  • ab31f4b027 Merge pull request #310 from jimmydo/ios-scroll-to-top Mathieu David 2017-06-23 01:01:19 +02:00
  • 4128a78171 Merge branch 'master' of github.com:azerupi/mdBook Mathieu David 2017-06-23 00:50:11 +02:00
  • 7f60db069f Merge branch 'jimmydo-curly-quotes' Mathieu David 2017-06-23 00:49:46 +02:00
  • 26fc980ffb Remove 'curly_quotes' key from the json config Mathieu David 2017-06-23 00:48:59 +02:00
  • d252dc82d6 Merge branch 'curly-quotes' of https://github.com/jimmydo/mdBook into jimmydo-curly-quotes Mathieu David 2017-06-23 00:43:57 +02:00
  • c186d72b40 Merge pull request #346 from projektir/playpen_no_html Mathieu David 2017-06-21 16:46:05 +02:00
  • 73160877b3 Creating markdown code from playpen files instead of HTML #345 projektir 2017-06-21 09:33:41 -04:00
  • 33f3bec301 Cleaned up the filter_map for normalizing id's using a more readable procedural style Michael Bryan 2017-06-20 11:23:53 +08:00
  • 8c30de16d6 Used the Entry API to make id counter incrementing nicer Michael Bryan 2017-06-20 11:15:12 +08:00
  • fa95546988 Broke the header link wrapping out into smaller functions Michael Bryan 2017-06-20 11:06:30 +08:00
  • ac16d7aef1 Added some tests for the original build_header_links function Michael Bryan 2017-06-20 10:54:32 +08:00
  • e2a7adaa79 Introduced a RenderItemContext to make item rendering easier Michael Bryan 2017-06-20 08:40:01 +08:00
  • 75f0196c55 Pulled index rendering out into its own method Michael Bryan 2017-06-20 07:53:46 +08:00
  • 49336e0698 Merge branch 'master' of github.com:azerupi/mdBook Mathieu David 2017-06-18 19:21:08 +02:00
  • f0c697afd5 Merge branch 'jmillikan-master' Mathieu David 2017-06-18 19:20:23 +02:00
  • cff1ed5e08 remove #content Mathieu David 2017-06-18 19:19:48 +02:00
  • 73c845fbbe Merge branch 'master' of git://github.com/jmillikan/mdBook into jmillikan-master Mathieu David 2017-06-18 19:14:32 +02:00
  • 193f014a5b Add an option to convert to curly quotes when rendering to HTML Jimmy Do 2017-05-31 22:28:08 -07:00
  • bd9b0d29ea On iOS, allow scrolling to the top of the page by tapping the top of the screen Jimmy Do 2017-06-04 19:58:51 -07:00
  • 4af10ce60c Renamed a couple functions to be more descriptive and ran rustfmt Michael Bryan 2017-06-17 21:15:54 +08:00
  • 29708db467 Merge pull request #337 from budziq/focus_fix Mathieu David 2017-06-16 13:40:36 +02:00
  • deab3ba751 Tiny whitespace changes Michael Bryan 2017-06-16 06:50:13 +08:00
  • c1c06d6dc1 Auto focus on content to allow keyboard navigation Michal Budzynski 2017-06-15 21:12:28 +02:00
  • b7aa78c3c0 Minor refactoring Michael Bryan 2017-06-15 18:39:41 +08:00
  • 2568986fd5 fixed a typo Michael Bryan 2017-06-15 18:17:16 +08:00
  • f946ef6327 Pulled some more little bits out into their own helper functions Michael Bryan 2017-06-15 18:03:10 +08:00
  • 0d0deb7c40 Pulled page rendering out into its own method Michael Bryan 2017-06-15 17:43:44 +08:00
  • e8908e32c9 Minor cleanup - removing need to explicitly use Path::new all over the place - removed warnings from doctests (normally invisible unless cargo test -- --nocapture) - no doctests are norun/ignore now - updated docs both in book-example and in docs not to refer to nonexisting API's Michal Budzynski 2017-06-06 11:58:08 +02:00
  • 9e9a08806d Merge pull request #329 from budziq/ios_playpen_buttons Mathieu David 2017-06-13 18:43:34 +02:00
  • ee9fa8c86f Fix for playpen buttons missing on mobile safari and chrome IOS Michal Budzynski 2017-06-13 16:59:29 +02:00
  • e890579141 (fix) some merge issue Ning Sun 2017-06-13 20:53:25 +08:00
  • 9aa39a6a12 (chore) update handlebars to 0.27.0 Ning Sun 2017-06-05 23:03:27 +08:00
  • 6ee6da074e (refactor) rework helpers based on new handlebars api Ning Sun 2017-06-03 14:06:09 +08:00
  • 2bb274d424 Merge branch 'master' of github.com:azerupi/mdBook Ning Sun 2017-06-13 20:40:46 +08:00
  • 19692c76df Merge pull request #326 from budziq/fix_clipboard Mathieu David 2017-06-12 14:15:41 +02:00
  • a6275ebcdb copying to clipboard no longer copies the compilation results from "play" Michal Budzynski 2017-06-12 14:02:53 +02:00
  • 6a279e2775 Merge branch 'Cldfire-master' Mathieu David 2017-06-12 11:26:19 +02:00
  • 9ce6eebe43 Merge branch 'master' of git://github.com/Cldfire/mdBook into Cldfire-master Mathieu David 2017-06-12 11:19:31 +02:00
  • 0b6378eb13 Merge branch 'budziq-custom_js' Mathieu David 2017-06-12 11:10:46 +02:00
  • 350c86155b Merge branch 'custom_js' of git://github.com/budziq/mdBook into budziq-custom_js Mathieu David 2017-06-12 11:09:07 +02:00
  • ad9bda2d69 Merge pull request #324 from budziq/store_js Mathieu David 2017-06-12 11:03:03 +02:00
  • 08fd255a56 Move from localStorage to store.js (v2.0.3) Michal Budzynski 2017-06-11 21:54:09 +02:00
  • f607978780 Hide sidebar on link selection when it occupies large space Michal Budzynski 2017-06-09 15:51:30 +02:00
  • f96e7e5cba Implemented support for additional JS Michal Budzynski 2017-06-06 20:34:57 +02:00
  • 6c279453d9 Merge pull request #321 from pravic/es5-fix Mathieu David 2017-06-09 22:10:03 +02:00
  • 56163f69f8 One more ES5 fix. pravic 2017-06-09 22:48:57 +03:00
  • a9862a56b3 Merge pull request #320 from pravic/es5-fix Mathieu David 2017-06-09 21:41:23 +02:00
  • eba90f5440 Fix ES5 compatibility. pravic 2017-06-09 21:59:29 +03:00
  • 44efc65c63 Add Ayu theme Cldfire 2017-06-06 16:35:44 -04:00
  • 8a05f0d499 Merge pull request #287 from azerupi/toml-config Steve Klabnik 2017-06-05 10:56:44 -04:00
  • f1121cf8c2 fix build failure Mathieu David 2017-06-04 20:47:34 +02:00
  • 1a8e54bb52 remove unused methods Mathieu David 2017-06-04 19:48:41 +02:00
  • 23efa9e146 Document the TOML configuration file Mathieu David 2017-05-20 15:03:10 +02:00
  • bb4ceb481f Allow an additional custom stylesheets, closes #178 Mathieu David 2017-05-20 13:56:01 +02:00
  • c6bfe0b1d7 Adds a test for #240 Mathieu David 2017-05-20 13:00:47 +02:00
  • 2e812db13c Fix for google-analytics Mathieu David 2017-05-19 01:13:45 +02:00
  • 70383d0a25 New config structs supports json again (the old style) for a little deprecation period Mathieu David 2017-05-19 00:56:37 +02:00
  • d3ae2eda56 Replace the old book structure with the new one Mathieu David 2017-05-18 23:52:38 +02:00
  • 170bf8b1eb New configuration struct + tests #285 Mathieu David 2017-05-18 19:32:08 +02:00
  • 272022621d Merge pull request #307 from budziq/theme_reload Mathieu David 2017-06-01 13:56:26 +02:00
  • be3418a269 Now changes to theme directory trigger rebuild for mdbook serve Michal Budzynski 2017-06-01 13:11:39 +02:00
  • 3e80268a44 Merge pull request #303 from budziq/clipboard Mathieu David 2017-05-31 22:22:15 +02:00
  • 3a809e4a1c Added local fallback for clipboard.js Michal Budzynski 2017-05-31 21:51:19 +02:00
  • dfc24bec01 Fixed tooltip styling Michal Budzynski 2017-05-31 21:07:30 +02:00
  • e567d22f1c Initial implementation of clipboard handling Michal Budzynski 2017-05-31 01:14:01 +02:00
  • bfc3fbb405 Merge pull request #304 from budziq/hljs_update Mathieu David 2017-05-31 15:50:06 +02:00
  • 8bfcd9939c Updated highlight.js to v9.12.0 Michal Budzynski 2017-05-31 15:12:20 +02:00
  • 316bcf7b5d Merge pull request #300 from budziq/serving_url Mathieu David 2017-05-27 11:54:12 +02:00
  • 453b97bec0 Reformatted "Serving on " message for easier consumption Michal Budzynski 2017-05-27 11:34:46 +02:00
  • 4364ec3a7b Merge pull request #298 from superstring/master Mathieu David 2017-05-26 13:54:07 +02:00
  • 7de24f86a9 Change --ws-port to --websocket-port superstring 2017-05-26 19:18:32 +08:00
  • 027c21aef7 Fix websocket port option for serve superstring 2017-05-26 12:04:20 +08:00
  • 64f0bdbfba Merge pull request #297 from aaaxx/master Mathieu David 2017-05-24 10:28:25 +02:00