1
0
Fork 0
mirror of https://github.com/lise-henry/crowbook synced 2024-05-28 18:16:32 +02:00
Commit Graph

859 Commits

Author SHA1 Message Date
Elisabeth Henry 2c2dc059dc Update dependencies 2019-07-18 21:49:49 +02:00
Falco Hirschenberger 28360420d0 Typededuction fixes for rust 1.36 2019-07-15 16:26:52 +02:00
lise 6e6c58ef49 Add support for task list items 2019-04-23 13:59:06 +02:00
lise 572703f258 Fallback on Rust zip library when there is no zip command 2019-03-19 15:36:05 +01:00
Elisabeth Henry 230c7f7fb3 Remove unnecessary and annoying tests 2019-03-16 00:55:01 +01:00
Elisabeth Henry afa2c3955d Only set superscript to comrak if it is set to crowbook 2019-03-15 23:20:46 +01:00
Élisabeth Henry c57e503554
Merge pull request #60 from hirschenberger/upstream_master
Compile fix for extended stats feature
2019-03-15 21:53:07 +01:00
lise 5d446c9eee Fix syntax highlighting 2019-03-15 17:17:24 +01:00
lise 873c53b13c Fix LaTeX rendering of inline code 2019-03-15 17:14:32 +01:00
lise 316970175e Change the way Footnotes are handled internally 2019-03-15 17:01:53 +01:00
lise 5925086da0 src/lib/epub.rs 2019-03-15 16:55:26 +01:00
hirschenberger c96da660a5 Compile fix for extended stats feature 2019-03-15 16:08:35 +01:00
lise 9f471c75d5 Fix slight bug in LaTeX output 2019-03-15 04:06:43 +01:00
lise e2bd91a325 Add strikethrough feature 2019-03-15 03:59:08 +01:00
lise ae9be902c2 Add definition lists support in HTML and LaTeX 2019-03-15 03:38:27 +01:00
lise 6b34211232 Use comrak instead of pulldown-cmark 2019-03-15 03:00:27 +01:00
lise 18698010f5 Make hyphenation dependency optional 2019-03-14 23:36:09 +01:00
lise 6dd57b40a0 Check return status of requests 2019-03-14 16:21:20 +01:00
lise 5b5a57f8b5 Use reqwest instead of hyper 2019-03-14 15:40:28 +01:00
lise df028d9629 Update pulldown-cmark dependency 2019-03-14 14:48:50 +01:00
lise 0639b04a12 Update syntect dependency 2019-03-12 15:41:13 +01:00
lise 5491ebc5d0 Add empty heading only on numbered chapters by default
Related to #59
2019-03-12 14:35:30 +01:00
lise 21bec060ae Only add title if it is missing in chapter in some circumstances 2019-03-12 13:46:51 +01:00
lise 357840cf4e Update some dependencies 2019-03-12 13:46:31 +01:00
lise d5992829ef Fix tests 2019-03-05 13:38:14 +01:00
Élisabeth Henry 3feb84afce
Merge pull request #58 from twirrim/master
Bump crowbook version in lib.rs
2019-03-05 10:35:19 +01:00
lise ce319642c8 Move to Rust edition 2018 2019-02-28 17:33:18 +01:00
Twirrim 167d6e91bf
Bump crowbook version in lib.rs 2018-10-07 20:27:46 -07:00
Elisabeth Henry 84126bb365 Use rendering.chapter and rendering.part in LaTeX output
Fixes #50
2018-06-01 17:50:35 +02:00
Elisabeth Henry fff43d73f4 Don't display debug messages using verbose with stats 2018-06-01 03:01:27 +02:00
Elisabeth Henry a3ab516339 Fix display of stats when using advanced and feature is not built
Fixes #56
2018-06-01 02:57:08 +02:00
hirschenberger 70cdea79d7 Fix display of flesh index in summary line 2018-05-28 09:53:19 +02:00
lise 71d41cf6d1 Fix stats display in non verbose mode 2018-05-27 16:25:05 +02:00
lise a45586981b Only compute advanced stats if verbose is set 2018-05-27 16:01:01 +02:00
lise a0b2809dcc Fix type annotations stuff for latest nightly 2018-05-27 15:57:30 +02:00
lise deaa2210a0 Update simplelog dependency 2018-05-27 15:34:27 +02:00
lise fc0cd88cc4 Update Syntect and Mustache dependencies 2018-05-27 14:10:52 +02:00
Elisabeth Henry 0c6f462a69 Fix bug in part introduced to first fix to bug in part earlier tonight.
Why am I programming? Do I hate myself?
2018-02-20 05:33:47 +01:00
Elisabeth Henry 5e4d828c8b Only use punkt if compiled with 'nightly' feature 2018-02-20 05:21:25 +01:00
Elisabeth Henry ad6142d7c9 Really fix bug when including unnumbered part 2018-02-20 03:45:37 +01:00
Elisabeth Henry 4ba99af969 Fix bug when including unnumbered part 2018-02-20 03:38:00 +01:00
hirschenberger 01660bc7a0 Adding more text statistics
Using the excellent 'punkt' crate for language dependent sentence counting
and the 'hyphenation' create for syllable counting.
2018-02-06 17:18:26 +01:00
Elisabeth Henry 9bec4c2fc7 Avoid using deprecated consts from syntect 2017-11-26 21:21:13 +01:00
Elisabeth Henry 62d10980ee Clear secondary bar on parsing error 2017-11-26 20:52:28 +01:00
Elisabeth Henry 582ccefa27 Fix order of errors/warnings 2017-11-26 20:29:32 +01:00
lise 54be1095c1 Avoid displaying header when --quiet is set 2017-10-30 22:06:18 +01:00
Elisabeth Henry 740f32af15 Add autograph in HTML dir 2017-10-10 00:21:58 +02:00
Elisabeth Henry 5ec78b0d80 Remove debug println 2017-10-09 23:01:17 +02:00
Elisabeth Henry 55937a11c4 Add --autograph CLI option 2017-10-09 23:00:35 +02:00
Elisabeth Henry 0d45dff241 Add autograph option 2017-10-09 22:25:29 +02:00