1
0
mirror of https://github.com/lise-henry/crowbook synced 2024-09-30 04:51:21 +02:00
Commit Graph

263 Commits

Author SHA1 Message Date
Elisabeth Henry
c4267575a2 added back the test of the executable in ci/script.sh 2016-02-23 15:18:25 +01:00
Elisabeth Henry
fea54be112 tries to oreride clap tendency to exit with 1 2016-02-23 15:16:07 +01:00
Elisabeth Henry
0afc004ede fixed ci/script.sh 2016-02-23 15:08:10 +01:00
Elisabeth Henry
df95e8bf55 copied ci files from rust_everywhere 2016-02-23 14:57:10 +01:00
Elisabeth Henry
ae98dd6661 added a test_helper::test_eq function for tests, in order to make errors more readable 2016-02-23 14:23:56 +01:00
Elisabeth Henry
2806efb39e html: correctly turs off numbering 2016-02-23 13:52:41 +01:00
Elisabeth Henry
41d06c1749 updated changelog 2016-02-23 06:02:37 +01:00
Elisabeth Henry
c7bcc9feec now supports numbering beside level 1 headers 2016-02-23 06:01:33 +01:00
Elisabeth Henry
70f801706d updated changelog 2016-02-23 05:07:04 +01:00
Elisabeth Henry
47cb2d1c8a Book now can describe its options 2016-02-23 05:04:50 +01:00
Elisabeth Henry
595d7eda15 modified stylesheet 2016-02-23 05:03:37 +01:00
Elisabeth Henry
f4d9a612bd html: fixed escaping bug introduced while I was trying to fix previous escaping bug... 2016-02-23 05:02:41 +01:00
Elisabeth Henry
dd92b6458f updated .travis.yml to try to push to coverall.io 2016-02-23 04:36:38 +01:00
Elisabeth Henry
2ad88efe65 fixed escaping/cleaning bugs (god those tests actually served) 2016-02-23 04:25:00 +01:00
Elisabeth Henry
50cc073b21 added support for end notes 2016-02-23 02:20:11 +01:00
Elisabeth Henry
b537edfa62 fixed tests/html.rs 2016-02-22 23:52:46 +01:00
Elisabeth Henry
aeb28cf12e updated Bugs 2016-02-22 23:23:36 +01:00
Elisabeth Henry
eaed281e99 updated changelog 2016-02-22 23:23:04 +01:00
Elisabeth Henry
6218ca91cf refactored Book to use a map instead of 42 fields 2016-02-22 23:21:51 +01:00
Elisabeth Henry
ce3c47e447 Added BookOption enum 2016-02-22 21:18:24 +01:00
Elisabeth Henry
6b14cb5f05 EpubRender reuses some field of HtmlRenderer 2016-02-22 21:01:56 +01:00
Elisabeth Henry
67773eb07c updated changelog 2016-02-22 20:06:14 +01:00
Elisabeth Henry
3eaf363327 footnotes are now rendered (but as sidenotes) in HTML 2016-02-22 20:04:52 +01:00
Elisabeth Henry
aae17e9a09 added tests for parser for footnotes and tables 2016-02-22 19:03:58 +01:00
Elisabeth Henry
f5bf5cfd02 updated changelog 2016-02-22 18:54:49 +01:00
Elisabeth Henry
4a0c27b418 better parser errors 2016-02-22 18:52:06 +01:00
Elisabeth Henry
e6e3c04186 Footnotes now implemented in the AST and LaTeX output 2016-02-22 18:46:12 +01:00
Elisabeth Henry
51bd591279 worked on stylesheet for tables 2016-02-22 17:42:12 +01:00
Elisabeth Henry
411a7066de table support for HTML/Latex 2016-02-22 17:22:36 +01:00
Elisabeth Henry
0391153865 cleaner no longer used in parser but in the various renderers 2016-02-22 16:20:47 +01:00
Elisabeth Henry
e6c1e03b12 added options to pulldown-cmark to enable footnotes and tables 2016-02-22 16:03:23 +01:00
Elisabeth Henry
8c3ca930b0 updated documentation 2016-02-22 04:51:27 +01:00
Elisabeth Henry
de9a178214 binary: --create now can use keys/values set by --set 2016-02-22 04:42:54 +01:00
Elisabeth Henry
aa156a349f allow --set to include a list of key value pairs, not just one 2016-02-22 04:20:28 +01:00
Elisabeth Henry
ec00827729 updated arguments.md 2016-02-22 03:26:39 +01:00
Elisabeth Henry
9ace79f1b5 book now have a set_option method, allowing binary to --set anyone of the book option 2016-02-22 03:23:16 +01:00
Elisabeth Henry
0eda7fe17b HTML contained in markdown is rendered as text instead of being ignored 2016-02-22 03:22:41 +01:00
Elisabeth Henry
4a7465e4f9 --set can now be used multiple times to specify multiple options 2016-02-22 02:46:49 +01:00
Elisabeth Henry
8846217868 updated arguments.md to show --set argument 2016-02-22 02:44:13 +01:00
Elisabeth Henry
abb4cfdc39 Binary now supports the generic --set [KEY] [VALUE] argument, allowing to override a wide range of options 2016-02-22 02:38:29 +01:00
Elisabeth Henry
19602c3bf5 helpers.rs: use Arg::from_usage to make code more concise 2016-02-22 02:06:13 +01:00
Elisabeth Henry
479c1e2351 Cargo.toml: bumped version to 0.1.1-unreleased 2016-02-22 02:05:45 +01:00
Elisabeth Henry
57f0ae08d7 changelog updated to 0.1.0 v0.1.0 2016-02-21 21:25:01 +01:00
Elisabeth Henry
2656a57aea updated readme and bugs 2016-02-21 21:16:01 +01:00
Elisabeth Henry
c7c362f88c completed book example 2016-02-21 20:33:30 +01:00
Elisabeth Henry
ef26c10c02 updated templates 2016-02-21 19:39:54 +01:00
Elisabeth Henry
f4cb25c8f8 removed verbose option from book config as it only makes sense on the command line 2016-02-21 18:31:13 +01:00
Elisabeth Henry
c5a1fcfe60 warning messages now printed on stderr, and only in verbose 2016-02-21 18:29:16 +01:00
Elisabeth Henry
bfe7a60e1f updated doc 2016-02-21 18:28:48 +01:00
Elisabeth Henry
b753149858 binary: added cover to default book generated 2016-02-21 16:54:03 +01:00