aoout / obsidian-epub-importer

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

improve image paring #18

Closed aoout closed 1 month ago

aoout commented 10 months ago

image

aoout commented 10 months ago
<a class="duokan-footnote" epub:type="noteref" href="#note1" id="note_ref1"><sup><img alt="note" class="footnote" src="../Images/note.png"/></sup></a>

    <aside epub:type="footnote" id="note1">
      <a href="#note_ref1"></a>
      <ol class="duokan-footnote-content" style="list-style:none">
        <li class="duokan-footnote-item" id="note1" value="1">注:日本棒球队</li>
      </ol>
    </aside>
aoout commented 10 months ago

image

aoout commented 10 months ago

<img class="inline" alt="" src="Image00003.jpg" />

aoout commented 10 months ago

Another solution is to convert the format of the pictures near to the text.

aoout commented 10 months ago

Another solution is to convert the format of the pictures near to the text.

After thinking about it carefully, this is a very bad approach. It seems I need other ideas.

aoout commented 9 months ago

就算不能兼顾所有,起码先把那些用图片表示的中文生僻字的解析研究一下。

aoout commented 2 months ago

Partially resolved by https://github.com/aoout/obsidian-epub-importer/issues/99