chipsenkbeil / vimwiki-rs

Rust library and tooling to parse, render, and modify vimwiki text and files.
56 stars 2 forks source link

Support epub output #127

Open chipsenkbeil opened 3 years ago

chipsenkbeil commented 3 years ago

Via https://github.com/lise-henry/epub-builder/

Would be handy to support in some way, but would need to have some way to organize files. All links would need to jump back and forth in the epub, but since I don't know the actual struct of an epub other than it's some form of xhtml then I don't know what that entails (yet).