Eric Huss
b571511737
Merge pull request #1596 from joshrotenberg/rust_edition_2021_support
...
Rust Edition 2021 Support
2021-07-06 08:34:18 -07:00
josh rotenberg
ebdab38a32
remove debugging
2021-07-04 20:25:04 -07:00
josh rotenberg
c06f450e7d
add edition2021 as an option
2021-07-04 16:28:52 -07:00
josh rotenberg
b87c231fc3
first pass at 2021 support
2021-07-04 14:44:23 -07:00
Eric Huss
b3c0b01350
Merge pull request #1586 from joshrotenberg/fix_library_path_doc
...
Clarify the library path documentation
2021-07-04 07:41:42 -07:00
Eric Huss
e33192753d
Merge pull request #1591 from fritsstegmann/patch-1
...
Update renderers.md
2021-07-04 07:30:44 -07:00
Frits Stegmann
7932e13512
Update renderers.md
...
I was doing some work on the epub plugin repo and when trying to build an epub I came across what looked like some broken references.
2021-07-04 08:12:18 +02:00
josh rotenberg
9fd2509c0d
fix link
2021-06-25 08:24:57 -07:00
josh rotenberg
5dec8508c7
clarify the library path documentation
2021-06-24 19:08:23 -07:00
Eric Huss
4d2dc6f482
Merge pull request #1581 from tuyen-at-work/patch-2
...
Fix inconsistent between bash version and rust version of the sample
2021-06-19 07:21:44 -07:00
Tuyen Pham
efb13d7bc1
Fix inconsistent between bash version and rust version of the sample
...
In the bash version, `y` have value 6, while rust version it has value 7
2021-06-19 20:08:27 +07:00
Eric Huss
e440094b37
Merge pull request #1573 from ehuss/release-next
...
Update to 0.4.10
2021-06-08 15:24:58 -07:00
Eric Huss
15cae10ca8
Update to 0.4.10
2021-06-08 15:02:48 -07:00
Eric Huss
dc2062ab36
Merge pull request #1541 from ehuss/id-chapter_begin
...
Remove chapter_begin id from print output.
2021-06-08 14:55:06 -07:00
Eric Huss
d9ce98d710
Merge pull request #1572 from joshrotenberg/revert-c1b2bec7d7a56909f695f103d316453dab68798e
...
Revert "book: use non_exhaustive attribute for struct Book"
2021-06-08 14:54:51 -07:00
josh rotenberg
b59aab56f2
Revert "book: use non_exhaustive attribute for struct Book"
...
This reverts commit c1b2bec7d7
.
2021-06-08 12:46:27 -07:00
Eric Huss
b899c48019
Merge pull request #1566 from joshrotenberg/markdown_list_clarification
...
Documentation clarification on markdown list markers
2021-06-07 15:30:21 -07:00
josh rotenberg
515a253e97
doc clarification on markdown list markers
...
doc clarification on markdown list markers
shorten
2021-06-06 18:59:53 -07:00
Eric Huss
7ddc3df945
Merge pull request #1550 from sunng87/feature/hbs4
...
update handlebars to 4.0
2021-06-06 13:04:54 -07:00
Eric Huss
2f7293af5c
Merge pull request #1567 from tfidfwastaken/patch-1
...
Fix typo in documentation
2021-06-06 12:03:36 -07:00
Atharva Raykar
fa3ae53d46
Fix typo in documentation
...
a very pedantic ommitted -> omitted
2021-06-05 22:50:45 +05:30
Eric Huss
6425c29893
Merge pull request #1562 from ehuss/bump-version
...
Update to 0.4.9
2021-06-02 09:54:43 -07:00
Eric Huss
d0bb830491
Update to 0.4.9
2021-06-01 18:50:29 -07:00
Eric Huss
d325c601bb
Merge pull request #1554 from joshrotenberg/edit_url_custom_src
...
Use the configured book src directory for the edit url template path
2021-06-01 18:36:32 -07:00
Eric Huss
e9e889f523
Merge pull request #1560 from joshrotenberg/clippy_path_fixes
...
clippy: PathBuf to Path fixes.
2021-06-01 10:12:08 -07:00
josh rotenberg
05edc4421b
clippy: PathBuf to Path
2021-05-31 20:27:52 -07:00
Eric Huss
22ea5fe335
Merge pull request #1557 from xrmx/cargo-clippy-fixes
...
Some clippy fixes
2021-05-31 07:10:30 -07:00
Riccardo Magliocchetti
714c5fb81e
renderer: remove redundant clone in CmdRenderer
...
As suggested by clippy:
https://rust-lang.github.io/rust-clippy/master/index.html#redundant_clone
2021-05-30 19:33:46 +02:00
Riccardo Magliocchetti
56ceb627b8
book: simplify is_draft_chapter
...
As suggested by clippy:
https://rust-lang.github.io/rust-clippy/master/index.html#redundant_pattern_matching
2021-05-30 19:33:46 +02:00
Riccardo Magliocchetti
c1b2bec7d7
book: use non_exhaustive attribute for struct Book
...
As suggested by clippy:
https://rust-lang.github.io/rust-clippy/master/index.html#manual_non_exhaustive
2021-05-30 19:33:46 +02:00
Eric Huss
8201b411ab
Merge pull request #1555 from joshrotenberg/exit_serve_if_panic
...
Use std::panic::set_hook to exit serve thread if serving fails
2021-05-29 15:12:04 -07:00
Eric Huss
836546cf0d
Merge pull request #1544 from joshrotenberg/guide_configuration_restructure
...
Restructure guide configuration section
2021-05-29 14:46:58 -07:00
Ning Sun
9813802b3e
bump msrv to 1.45 as handlebars 4.0 requires
2021-05-28 22:59:56 +08:00
josh rotenberg
fcf8f938d2
use panic::set_hook to exit
2021-05-28 07:40:56 -07:00
josh rotenberg
60aaa7ae31
use book_config.src for edit path
...
use book_config.src for edit path
use book_config.src for edit path
fmt
concat the path, this is a url
2021-05-27 21:54:58 -07:00
Ning Sun
1b584d1746
update handlebars to 4.0
2021-05-26 23:11:01 +08:00
josh rotenberg
aa4cb9465f
restructure guide configuration section
...
restructure guide configuration section
restructure guide configuration section
redirect to new config top level
fix broken links
use a relative path for redirect
Co-authored-by: Eric Huss <eric@huss.org>
remove extra heading
2021-05-25 07:43:36 -07:00
Eldred Habert
89a2e39b80
Mention missing file creation in build/watch/serve's docs ( #1548 )
...
Fixes #1246
2021-05-25 13:45:30 +02:00
Eric Huss
3c2b8cd10f
Merge pull request #1539 from joshrotenberg/report_config_errors
...
Report book.toml parse error when invalid fields are found
2021-05-24 13:25:07 -07:00
josh rotenberg
6b0b42ebcc
update build and rust config change
2021-05-24 12:01:56 -07:00
josh rotenberg
7a3513200f
Update src/config.rs
...
Co-authored-by: Eric Huss <eric@huss.org>
2021-05-24 11:59:32 -07:00
Eric Huss
3db0c0b9a1
Merge pull request #1511 from joshrotenberg/example-semver
...
Use semver crate to validate version compatibility in nop-preprocessor example
2021-05-24 11:10:21 -07:00
Eric Huss
2c7aac6d7a
Merge pull request #1542 from ISSOtm/patch-1
...
Apply max width to video as well as images
2021-05-24 10:33:23 -07:00
Eldred Habert
3ee22fb430
Apply max width to video as well as images
...
Since videos are essentially animated images, this same max width makes sense for both.
2021-05-23 16:10:26 +02:00
Eric Huss
16c5ec4d74
Remove chapter_begin id from print output.
2021-05-22 15:12:54 -07:00
Eric Huss
7e7e779ef7
Merge pull request #1526 from apatniv/add_log_messages
...
Add useful messages when command line preprocessor fails
2021-05-21 10:06:36 -07:00
Andrea Gelmini
b364e8ea2c
Fix typos ( #1540 )
...
Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net>
2021-05-21 12:56:32 +02:00
josh rotenberg
78325aaccb
report book.toml parse errors
...
check config for book parse errors
add invalid_title_type
handle build and rust config errors
2021-05-19 09:32:24 -07:00
Eric Huss
1411ea967a
Merge pull request #1534 from joshrotenberg/docs/guide-summary-updates
...
Guide updates: summary.md
2021-05-17 14:38:18 -07:00
josh rotenberg
d147a85006
summary.md updates
2021-05-14 22:05:24 -07:00