Giter Site home page Giter Site logo

kindle-clippings's People

Contributors

monking avatar stephenfmann avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

kindle-clippings's Issues

Insert external quotes

It is desirable to collate quotes from sources other than the Kindle.

This script should combine quotes from the Kindle with a manually created quotes file. The manually created file should be in the same format.

Invoke with -c <filepath.json>

Feature: Substitution table for faulty authors/titles.

Kindle books sometimes have incorrect metadata. This script should be able to substitute incorrect titles and authors with the correct ones, by referring to a manually maintained JSON file.

For example, my copy of Seeing by José Saramago has the author "Batchie" and title "Jose_Saramago_Seeing__". I therefore need to create an external file which says that this entry should have its author substituted for "José Saramago" and title substituted for "Seeing". This could be done with a JSON file e.g.:

[ { "author_old":"Batchie", "title_old":"Jose_Saramago_Seeing__", "author_new": "José Saramago", "title_new":"Seeing" } ]

Both items must be matched for the substitution to take place. There may be other entries with the aberrant author "Batchie", and those should not be changed to José Saramago.

Timezone offset

Include timezone offset: source files "My Clippings.txt" does not include a timezone. We could default to the user's system time zone. This is configurable by changing the TZ environment variable.

Suggested as a consequence of pull request #3.

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.