aoout / obsidian-epub-importer

Import EPUB files as Markdown.
MIT License
124 stars 2 forks source link

Won't Pull From This File #15

Closed agentx216 closed 10 months ago

agentx216 commented 11 months ago

Apologetics_ A Justification of - John M. Frame - Copy.zip

File is from above. The ePub was converted from a pdf but had other pdfs work fine. When imported, images will be exported but the text will just be a single bullet point of "Start" link. Link will only display:

    Cover

        @page {padding: 0pt; margin:0pt}
        body { text-align: center; padding:0pt; margin: 0pt; }

Great tool, regardless!

aoout commented 10 months ago

In fact, the plugin relies on epub's toc to work. So it cannot be processed for such epub.

aoout commented 10 months ago

From a functional perspective, without toc, the plugin cannot organize notes appropriately enough. From the perspective of demand, most epubs have the correct toc. Many epubs without the correct toc can actually be directly converted into txt documents, and there is no need for this plugin.