GithubHelp home page GithubHelp logo

mchubby / qrtracker-for-calibre Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 58 KB

A Calibre "Edit Book" Plugin to add a QR code at the end of each chapter.

License: GNU General Public License v3.0

Python 100.00%
calibre calibre-plugin python2 gui

qrtracker-for-calibre's Introduction

About this Plugin

QRCode Tracker Filidel is a free and open source plugin for e-book library management application Calibre. It runs in “Edit Book” mode.

Its main purpose is to append a QR code at the end of each chapter in a book. When scanned, this code is converted into a message to help you keep track of your reading progress.

Its use case is for e-readers that are for a reason or another disconnected from internet.

Installing

  • Calibre 2.61 or later is required
  • Download a zipped copy of this repository, using a tagged release. Notice: at this point, Calibre requires files packed inside zip to sit at top-level of archive and not in a subdirectory. Download the zip marked as RELEASE.
  • Install this ZIP using the Calibre "preferences > plugins" dialog. Click here for a tutorial with images in case you cannot find it.

Using

  • Open a book in the calibre editor
  • Click Menu Plugins -> “Filidel: Add QR trackers”
  • Review changes to your book, then save.

Customizing the appearance

Generated images are version 2 QR tags, which have a variable width. I'm not sure if I have control over that.

On the other hand, the following piece of HTML is appended at the end of each chapter:

<aside id="qrtracker" class="qrtracker"><img src="../filidelqr-c01.png"/>
</aside>

Assuming each chapter link to a CSS stylesheet, you could use the following excerpt to center the paragraph:

.qrtracker {
    text-align: center
}

License and contributing

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.