1
0
Fork 0
mirror of https://github.com/lise-henry/crowbook synced 2024-05-28 05:46:23 +02:00

updated bugs and current features

This commit is contained in:
Elisabeth Henry 2016-02-20 18:51:32 +01:00
parent 32bb5c93c5
commit 3446801baa
2 changed files with 3 additions and 10 deletions

View File

@ -3,11 +3,8 @@ Bugs
* html/epub: numbering is limited to first level
* epub: no way to embed custom files to epub
* no support for footnotes and tables (but I don't even know how to
make them in Markdown)
* markdown: no support for footnotes and tables
* latex: no support for links and images
* latex: characters are not escaped for LaTeX, which
sometimes causes issues, particularly when there is code/formula
* config: can't handle multiline string (and really, isn't there
an existing format for that?)
* config: can't parse specified numbers for negative chapter (is it

View File

@ -80,17 +80,13 @@ Features
list chapters and metadatas, so you just run `crowbook
some_file` and you don't have to pass more options, it generates the
rest.
* Support for basic Markdown features useful in writing novels.
* Support for Epub2 and Epub3 format as output.
* Very basic support for LaTeX format as output, and PDF through it.
* Support for LaTeX format as output, and PDF through it.
* Support for HTML format as output.
* Support for basic french typography in HTML/Epub format, and by
that I mostly mean non-breaking spaces.
* Decent default templates and CSS.
* Support for basic french typography (i.e. non-breaking spaces) in HTML/Epub format.
* Some configuration for HTML/Epub templates and CSS.
### ToDo ###
* Real support for LaTeX.
* Allow more customization.
* Support for easily embedding custom fonts (and other files) in
Epub/HTML.