luojilab / Magic

An EPUB editor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Magic: an Ebook Editor

LICENSE version 中文文档

[TOC]

Overview

Magic based on Sigil is an Epub ebook Editor that can manipulate epub2 and epub3

Features

  • Support for epub2 and epub3
  • A simulator that can simulate rendering on different mobile phone including iPhone and Xiaomi etc. using Dedao self-designed ebook engine.
  • Night mode or other background color using in ebook
  • Math formula edit
  • Rendering just in time when editing HTML file
  • HTML syntax check

Get the Binary

Get the binary

Build

Build on macOS

  • Install Python3 on your machine
  • Install Qt5.5 with webkit build, or you can get it from here directly
  • Download CMake
  • Set Qt path to CMAKE_PREFIX_PATH in CMake
  • Create an Xcode project
  • Build and run

When you want to build a release version, put Python framework in your application's lib or Frameworks directory and reset shared libraries linked to @rpath/Python.framework/Versions/${versionNumber}/Python

Mac installer dmg is put on ${BuildRootPath}/Build/bin/Release

Build on Windows

  • Install Python3 on your machine
  • Install Qt5.5 with webkit build, or you can get it from here directly
  • Download CMake
  • Set Qt path to CMAKE_PREFIX_PATH in CMake
  • Create an VS project
  • Build and run

Run makeinstaller solution to make a windows wizard

Contributing

When contributing to this project, you need to discuss the change you want to make with us first by issue.

The git log message formate we use is here

License

This project is licensed under the MIT License - see the LICENSE file for details

Acknowledgements

  • Sigil developers
  • Dedao Ebook typography staff
  • Developers for those contributed to this project

Dependencies

  • Sigil
  • Hunspell - http://hunspell.sourceforge.net
  • MiniZip version 1.1
  • Perl-compatible Regular Expression Library (pcre)
  • ZLib Data Compression Library (zlib 1.2.8)
  • jQuery-2.2.4 (src/Resource_Files/javascript/jquery-2.2.4.min.js)
  • jQuery.ScrollTo-2.1.2 (src/Resource_Files/javascript/jquery.scrollTo-2.1.2.min.js)
  • MathJax.js single file version: (src/Resource_Files/polyfills)

In addtion, Magic uses the following other packages that have been specifically modified for use inside Magic:

  • Beautiful Soup 4 (src/Resource_Files/plugin_launchers/sigil_bs4)
  • Google's Gumbo Parser (internal/gumbo)

About

An EPUB editor

License:MIT License


Languages

Language:C++ 54.8%Language:C 33.4%Language:Python 7.3%Language:CMake 2.0%Language:Ragel 1.9%Language:JavaScript 0.5%Language:Inno Setup 0.1%Language:Shell 0.0%Language:Batchfile 0.0%Language:CSS 0.0%