Code Monkey home page Code Monkey logo

binder's People

Contributors

dependabot[bot] avatar kemitix avatar

Watchers

 avatar  avatar

Forkers

cossmass

binder's Issues

Display next step message when creating epub

When creating an epub file, should display a reminder to run the following command on the output: ebook-polish -U -H -p -i, where ebook-polish comes from the calibre package.

Footnotes(?) not compatible with Google Play Books app

<p>This footnote example uses the aside element with the epub:type attribute and bi-directional 
hyperlinks.<sup><a id="source" href="#ft-1-1" epub:type="noteref">1</a></sup></p> 
... 
<aside id="ft-1-1" epub:type="footnote"> 
<p><a epub:type="noteref" href="#source">1.</a> This is the footnote text, which should be placed at 
the end of the chapter or book.</p> 
</aside>

Generates 'invalid' docx file for _rels/.rels file

Invalid in the sense that LibreOffice refuses to open the file.

The affected file is _rels/.rels within the docx package.

When created with dev profile :

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<Relationships xmlns="http://schemas.openxmlformats.org/package/2006/relationships">
  <Relationship Target="word/document.xml" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/officeDocument" Id="rId1"/>
  <Relationship Target="docProps/core.xml" Type="http://schemas.openxmlformats.org/package/2006/relationships/metadata/core-properties" Id="rId2"/>
  <Relationship Target="docProps/app.xml" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/extended-properties" Id="rId3"/>
</Relationships>

When created in prod profile:

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<rel:Relationships xmlns:rel="http://schemas.openxmlformats.org/package/2006/relationships">
  <rel:Relationship Target="word/document.xml" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/officeDocument" Id="rId1"/>
  <rel:Relationship Target="docProps/core.xml" Type="http://schemas.openxmlformats.org/package/2006/relationships/metadata/core-properties" Id="rId2"/>
  <rel:Relationship Target="docProps/app.xml" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/extended-properties" Id="rId3"/>
</rel:Relationships>

The prod version is unable to be opened by LibreOffice.

Mac Books app doesn't handle raw ampersand in epub

The Books app on Mac and iPhone fails to parse epub files properly when there is a raw ampersand within the document.

Example of error causing text: Abercrombie & Fitch

Example of non-error causing text: Abercrombie &amp; Fitch

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.