1
0
mirror of https://github.com/lise-henry/crowbook synced 2024-09-28 11:19:51 +02:00
Commit Graph

344 Commits

Author SHA1 Message Date
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 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
Elisabeth Henry
8625ac1262 html: fixed escaping html issue 2016-02-21 16:53:43 +01:00
Elisabeth Henry
561b0d4f9f refactored main.rs 2016-02-21 16:23:12 +01:00
Elisabeth Henry
0b3dabdae2 added --create option to binary 2016-02-21 06:58:37 +01:00
Elisabeth Henry
51270e0cec fixed issue on stable/beta 2016-02-21 06:31:57 +01:00
Elisabeth Henry
11c84726b8 fixed some escaping, now allow use output.xx instead of output_xxx in book file 2016-02-21 05:29:40 +01:00
Elisabeth Henry
d93adc5880 First chapter of book example is now actually README.md 2016-02-21 04:36:10 +01:00
Elisabeth Henry
10cdd50322 fixed html escaping of title/author in templates 2016-02-21 04:35:35 +01:00
Elisabeth Henry
3accc203d9 fixed latex escaping problem in title 2016-02-21 04:34:54 +01:00
Elisabeth Henry
a8a51235f1 Updated documentation 2016-02-21 02:06:14 +01:00
Elisabeth Henry
80e0d50c53 nows tries to render odt if specified in book file 2016-02-21 01:55:16 +01:00
Elisabeth Henry
40b32226cc experimental support for odt 2016-02-21 01:49:58 +01:00
Elisabeth Henry
d474bce3d6 started to work on odt rendering but it's a pain:( 2016-02-20 22:52:10 +01:00
Elisabeth Henry
81c2b69d4a config.md: documented the option for including file with hiden chapter title 2016-02-20 19:23:02 +01:00
Elisabeth Henry
c6455dd98c added support for chapter whose title is hidden 2016-02-20 19:06:15 +01:00
Elisabeth Henry
3446801baa updated bugs and current features 2016-02-20 18:51:32 +01:00
Elisabeth Henry
32bb5c93c5 license to license.md 2016-02-20 18:48:39 +01:00
Elisabeth Henry
067c1907c4 README.md: updated license part 2016-02-20 18:47:41 +01:00
Elisabeth Henry
0c97fde591 Changed license to LGPL 2016-02-20 18:44:48 +01:00
Elisabeth Henry
93ab87451c README.md: fixed link for mustache 2016-02-20 18:41:02 +01:00