Commit Graph

  • 2342d06d40
    Finished off the backends tutorial Michael Bryan 2018-01-16 21:28:21 +0800
  • 8f18c695e3
    Added a config section to the backends tutorial Michael Bryan 2018-01-16 20:59:53 +0800
  • 332b639ff7
    Added example output Michael Bryan 2018-01-16 07:32:27 +0800
  • fc3de91bb8
    Mentioned the output.foo.command key Michael Bryan 2018-01-15 23:18:55 +0800
  • ac427b1314
    Started writing an alternate backends walkthrough Michael Bryan 2018-01-15 22:54:01 +0800
  • 8b874c5fed
    Updated the docs in lib.rs regarding implementing backends Michael Bryan 2018-01-15 22:03:21 +0800
  • 10ba2fc074
    Added an example to the `config` module Michael Bryan 2018-01-14 15:23:12 +0800
  • 15d6672242
    Added documentation to the `config` module Michael Bryan 2018-01-14 14:52:39 +0800
  • 7c2b8e1d17 refactor(theme/book): Split into modules Sorin Davidoi 2018-01-18 21:04:51 +0100
  • 232a923676
    Added a windows-specific `tee` equivalent (#561) Michael Bryan 2018-01-20 21:46:44 +0800
  • 9af123eee2
    Temporarily disabled the backends_receive_render_context_via_stdin test Michael Bryan 2018-01-20 20:06:22 +0800
  • 3d1a311638 refactor: Remove jQuery file (#562) Sorin Davidoi 2018-01-20 08:56:32 +0100
  • 19c6b351c9
    Changed how the windows "tee" command gets quoted Michael Bryan 2018-01-20 15:55:01 +0800
  • 8c24ecfc24 refactor: Remove jQuery file Sorin Davidoi 2018-01-19 23:45:45 +0100
  • a5ccc64489
    Added a windows-specific `tee` equivalent Michael Bryan 2018-01-20 00:47:19 +0800
  • 80f42675d6 feat(theme/stylus/menu): Make sticky (#551) Sorin Davidoi 2018-01-19 16:41:50 +0100
  • fa84da0856
    Stop pulling pulldown-cmark from master (#555) Michael Bryan 2018-01-19 01:21:04 +0800
  • 3bc7281177
    Fixed an issue where we wouldn't skip a tag properly Michael Bryan 2018-01-19 00:44:33 +0800
  • 947d0312c6
    Merge pull request #554 from sorin-davidoi/fix-disable-stylesheet Michael Bryan 2018-01-19 00:40:10 +0800
  • 30deeec5df
    Manually implemented PartialEq for pulldown_cmark types Michael Bryan 2018-01-19 00:38:05 +0800
  • 05a0d7e625 fix(theme/book): Disable stylesheets by property, not attribute Sorin Davidoi 2018-01-18 17:12:41 +0100
  • 085fee2aaf feat(theme/book): Show menu bar on hover Sorin Davidoi 2018-01-18 01:23:50 +0100
  • 667cad5eba fix(theme/stylus/menu): Don't hide when sidebar is expanded Sorin Davidoi 2018-01-18 01:08:21 +0100
  • 0f013994d5 feat(theme/stylus/menu): Only show bottom border when sticky Sorin Davidoi 2018-01-18 00:58:33 +0100
  • 3569d64509 feat(theme/stylus/menu): Don't hide title Sorin Davidoi 2018-01-18 00:47:08 +0100
  • 4a494b875a feat(theme/book): Auto hide menu when scrolling down Sorin Davidoi 2018-01-18 00:23:45 +0100
  • 86eafef8cb feat(theme/stylus/menu): Faint bottom border Sorin Davidoi 2018-01-18 00:12:58 +0100
  • 7d7b566970 feat(theme/stylus/menu): Make sticky Sorin Davidoi 2018-01-16 22:13:01 +0100
  • 7b356b7530
    Merge pull request #538 from sorin-davidoi/remove-jquery Michael Bryan 2018-01-18 07:26:18 +0800
  • d44b67bbcc
    Merge pull request #552 from projektir/editor-docs Michael Bryan 2018-01-18 07:19:52 +0800
  • 7b4b70a49d
    Merge pull request #532 from JaimeValdemoros/implementing-preprocessors Michael Bryan 2018-01-18 07:18:54 +0800
  • 1136f671a0 Log as each preprocessor is run Jaime Valdemoros 2018-01-17 19:05:15 +0000
  • 80a20eb730 Use Arc instead of lazy_static for dummy preprocessor Jaime Valdemoros 2018-01-17 19:02:25 +0000
  • 0d62578c7b Make Preprocessor context store config and root Jaime Valdemoros 2018-01-17 09:44:52 +0000
  • 57f960a03b Documenting the editor #521 projektir 2018-01-16 21:26:13 -0800
  • 47cc57177d Update comment with rustdoc link Jaime Valdemoros 2018-01-16 23:02:50 +0000
  • 90fa1b4909 Turn chained if's into match Jaime Valdemoros 2018-01-16 22:33:09 +0000
  • f2d7b705af Pull out default preprocessors into function Jaime Valdemoros 2018-01-16 22:25:51 +0000
  • 4177288b11 Add test to make sure pre-processors are being run Jaime Valdemoros 2018-01-16 22:13:47 +0000
  • b599956516 Move preprocess field location and add tests Jaime Valdemoros 2018-01-15 22:54:14 +0000
  • 08027b86cc Revert reordering Jaime Valdemoros 2018-01-07 20:10:10 +0000
  • b98ed3f794 Clean up LinkPreprocessor exports and use explicit PreprocessorContext struct Jaime Valdemoros 2018-01-07 20:05:57 +0000
  • 9c922cf26b Add LinkPreprocessor::new constructor Jaime Valdemoros 2018-01-07 19:45:28 +0000
  • 144358bec6 Change name of link preprocessor Jaime Valdemoros 2018-01-07 19:25:47 +0000
  • 4cc708e00f Preprocess links by default Jaime Valdemoros 2018-01-07 19:11:51 +0000
  • 12815fe399 Add pre-processing step to build method of MDBook Jaime Valdemoros 2018-01-07 19:08:31 +0000
  • f282a553fd Remove unnecessary mem::replace Jaime Valdemoros 2018-01-07 16:43:34 +0000
  • 966811061b Start determining preprocessors Jaime Valdemoros 2018-01-07 16:40:17 +0000
  • cad76a9f6c Factor out replace_all preprocessor Jaime Valdemoros 2018-01-07 16:21:46 +0000
  • 01df904bb3 Initial Preprocessor trait implementation Jaime Valdemoros 2018-01-07 15:24:37 +0000
  • 5a4adcce53 refactor(theme): Remove jQuery Sorin Davidoi 2018-01-12 19:44:13 +0100
  • bf093e2f5f
    Temporarily ignore OSX jobs on travis (#549) Michael Bryan 2018-01-16 23:29:46 +0800
  • 8ecfc6fdbb
    Commented out osx jobs temporarily Michael Bryan 2018-01-16 21:37:05 +0800
  • be9a524eeb
    Made sure the CmdRenderer always creates the destination dir Michael Bryan 2018-01-16 07:26:01 +0800
  • b0e91193e9 Meta theme color (#547) Sorin Davidoi 2018-01-16 13:29:20 +0100
  • 50a4225a68 feat(theme/book): Sync theme-color meta tag with the current theme Sorin Davidoi 2018-01-16 03:33:42 +0100
  • 8678eac230 feat(theme/index): Add meta tag for theme-color Sorin Davidoi 2018-01-16 03:33:21 +0100
  • 61fad2786b Improve accessibility (#535) Sorin Davidoi 2018-01-15 14:26:53 +0100
  • 9ab54412ea
    Made it so the CmdRenderer writes directly to the child's stdin (#544) Michael Bryan 2018-01-14 19:14:27 +0800
  • 87c4c17efa
    Made it so the CmdRenderer writes directly to the child's stdin Michael Bryan 2018-01-14 18:02:55 +0800
  • be949ceae8
    Cleaned up the is_legacy_format() function Michael Bryan 2018-01-14 04:54:11 +0800
  • a1b6ccc29a
    Override configuration using environment variables (#541) Michael Bryan 2018-01-14 02:38:43 +0800
  • 40f9ffd41b
    Made the `Updateable` trait more generic Michael Bryan 2018-01-14 02:37:49 +0800
  • 0fea2e92f4
    Refactored the config get() methods to use toml-query Michael Bryan 2018-01-14 02:02:48 +0800
  • f0928a7170
    Documented that you can override configuration with environment variables Michael Bryan 2018-01-14 01:40:07 +0800
  • d1efe8fab9
    Added tests Michael Bryan 2018-01-14 01:12:36 +0800
  • d091bf9506
    Added the ability to update config settings from env vars Michael Bryan 2018-01-14 00:28:46 +0800
  • e311d0f70e fix(theme/book): Handle edge case when toggling sidebar Sorin Davidoi 2018-01-12 17:56:22 +0100
  • a683a7c41b fix(theme/stylus/theme-popup): Theme button inherits color Sorin Davidoi 2018-01-12 12:19:20 +0100
  • 3fd660ee8f fix(theme): Wrap header buttons and improve animation performance Sorin Davidoi 2018-01-12 12:14:33 +0100
  • a55f920390 fix(theme/stylus/sidebar): Make link clickable area wider Sorin Davidoi 2018-01-11 22:46:27 +0100
  • a28f59828f fix: Make theme selector accessible Sorin Davidoi 2018-01-11 19:42:19 +0100
  • c705b2f67f fix(theme/index): Make page controls accessible Sorin Davidoi 2018-01-11 17:39:18 +0100
  • 27eef60855 fix(theme/book): Don't focus .page on page load Sorin Davidoi 2018-01-11 17:37:07 +0100
  • 54e336e93a fix(theme/index): Wrap content inside main tag Sorin Davidoi 2018-01-11 17:36:04 +0100
  • ce3f88bf6e fix(theme): Make sidebar accessible Sorin Davidoi 2018-01-11 17:30:02 +0100
  • e18bc6bf29 fix(theme/index): Remove tabIndex="-1" from .page Sorin Davidoi 2018-01-11 17:08:21 +0100
  • e6524f3649 fix(renderer/html_handlebars/helpers/toc): Hide section number from screen readers Sorin Davidoi 2018-01-11 17:05:11 +0100
  • 29dbcdcf21 fix(renderer/html_handlebars/helpers/toc): Use ol instead of ul Sorin Davidoi 2018-01-11 16:58:20 +0100
  • 47dda65a2b fix(theme/index): Use nav element for Table of Content Sorin Davidoi 2018-01-11 16:52:09 +0100
  • e825357848 Add option to disable section label in html (#533) vabc3 2018-01-08 00:31:46 +0800
  • fd8f3bb415 Remove unneeded mut modifier in test (#534) vabc3 2018-01-08 00:25:45 +0800
  • a2905d6d1f Remove unneeded mut modifier in test Karata 2018-01-07 23:45:08 +0800
  • 56d0679b65 Add option to disable section label in html Karata 2018-01-07 23:15:56 +0800
  • fd7e8d1b7b
    Add support for alternative backends (#507) Michael Bryan 2018-01-07 22:10:48 +0800
  • 263a6248d5
    Fixed a funny doc-comment Michael Bryan 2018-01-07 22:10:09 +0800
  • 5ed8cbf363
    Added support for backends with arguments Michael Bryan 2018-01-07 20:43:43 +0800
  • 683f014bd2
    Found a race condition when backends exit really quickly Michael Bryan 2018-01-07 20:35:29 +0800
  • 38eecb896e
    Added a couple notes and doc-comments Michael Bryan 2018-01-07 20:11:59 +0800
  • fe6c1c169b
    Cleaned up the build() method and backend discovery Michael Bryan 2018-01-07 19:58:27 +0800
  • 69e26e625d
    Replaced a bunch of println!()'s with proper log macros Michael Bryan 2018-01-07 19:29:47 +0800
  • e7693bccf6
    MDBook::build() no longer takes &mut self Michael Bryan 2018-01-05 11:45:15 +0800
  • 1018f17025
    MOAR docs Michael Bryan 2018-01-03 19:31:11 +0800
  • d919a480ac
    Moved info for developers out of the book.toml format chapter Michael Bryan 2018-01-03 19:02:01 +0800
  • dbba75e68b
    Refactored the Renderer trait to not use MDBook and moved livereload to the template Michael Bryan 2018-01-03 17:39:21 +0800
  • 90328c7b26
    Altered how we wait for an alternate backend to finish Michael Bryan 2017-12-26 21:26:37 +0800
  • 07f6c8e3ff
    Added a `destination` key to the RenderContext Michael Bryan 2017-12-25 12:09:50 +0800
  • 80850f3024
    Added a bit more info on how backends should work Michael Bryan 2017-12-23 03:13:24 +0800
  • d93e62db73
    Removed `[output.epub]` from the example book's book.toml Michael Bryan 2017-12-12 23:16:12 +1100
  • e6db026d9d
    Updated the "For Developers" docs Michael Bryan 2017-12-12 21:42:12 +1100