Monday, December 19, 2011

Re: vim vs. ebooks

Hi,

Am Sonntag, 18. Dezember 2011 10:15:56 UTC+1 schrieb ds:
has anybody seen any good and / or interesting workaround for reading ebooks (HTML, EPUB, FB2, [RTF]) in vim?

You can convert the file at the FileReadCmd event to text (or to html and then to text) -- you should set the buffer to readonly and maybe buftype=nowrite/nofile? You should be aware though that most markup will be lost during conversion which is why I personally don't consider this such a good idea.

Regards,
Tom

--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

No comments:

Post a Comment