holyspiritomb / Vim-EPUB

Plugin for EPUB ebooks' edition

Home Page:http://www.vim.org/scripts/script.php?script_id=5006

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vim-epub

A Vim plugin for EPUB edition. Released under GNU GPL 3 (check LICENSE file).

With Vim, you can already edit an epub file and modify it's content, and save, and so on.

But the EPUB file is read-only: you can't add files and do many other things.

vim-epub is here to make you free of stupid tasks like extracting the EPUB, add the file you want to add, recompress in 2-steps the EPUB, re-open Vim.

Installation

Supported operating systems

Unices

  • BSDs
  • Mac OS
  • GNU/Linux distributions

And Windows?

Short version: Vim-EPUB can’t work under Microsoft Windows.

Long version: See here.

Vim

You need a copy of Vim compiled with python support.

Needed programs

You need the unzip programm in order to make zip.vim (built-in) work. It is frequently installed by default on newbies distributions like Ubuntu, Linux Mint…

In Debian-like GNU/Linux distributions:

sudo apt-get install unzip

You also needs pandoc programm.

Again:

sudo apt-get install pandoc

Plugin managers

  • Add Bundle 'etnadji/vim-epub' or Bundle 'https://github.com/etnadji/vim-epub' to .vimrc
  • Run :BundleInstall
  • git clone https://github.com/etnadji/vim-epub ~/.vim/bundle/vim-epub
  • Add NeoBundle 'https://github.com/etnadji/vim-epub' to .vimrc
  • Run :NeoBundleInstall
  • Add Plug 'https://github.com/etnadji/vim-epub' to .vimrc
  • Run :PlugInstall

Notable features

  • Adding medias (XHTML, CSS, fonts, images…)
  • Add a Table of contents page.
  • Provide a menu to easily link XHTML and CSS contents.
  • Merge, rename files embedded in the EPUB
  • Check the differences between the current EPUB and another.

And more:

The full list of features / commands is available on the wiki or doc files (en /fr): :help vim-epub.txt or :help vim-epub-french.txt

Contribute!

See TODO.md.

About

Plugin for EPUB ebooks' edition

http://www.vim.org/scripts/script.php?script_id=5006

License:GNU General Public License v3.0


Languages

Language:Python 84.6%Language:Vim Script 14.7%Language:HTML 0.5%Language:CSS 0.1%