ReadingTracker

Tests status Build Status Stable Version Latest Release

Contents

What is this?

ReadingTracker helps you manage your reading workflow:

  1. Keep a queue of books/articles/courses you want to read.
  2. Track what you’re currently reading and what you’ve finished.
  3. Collect reading statistics (pages, streaks, etc.).
  4. Maintain a reading log.
  5. Take notes and connect them with tags and links (Zettelkasten-style).

Installation

Prerequisites

Steps

  1. Clone the repo: git clone https://github.com/kunansy/ReadingTracker
  2. Create the .env file: cp env.template .env
  3. Create the Docker network (required by docker-compose.yml): docker network create tracker-net
  4. Initialize storage (creates DB objects and search indexes): docker exec -it tracker-app python3 /app/tracker/main.py

Optional: Google Drive backup/restore

If you want to use Google Drive backup/restore, create a Google Drive service account and put its JSON credentials into DRIVE_CREDS in your .env. The guide below is a good starting point (use the first steps about service accounts): https://labnol.org/google-api-service-account-220404

Structure

Queue

This page contains books/articles/courses you plan to read, with basic analytics (for example, an estimated reading time based on your average pace). Queue

Reading

This page contains materials you are currently reading. Reading

Completed

This page contains materials you’ve finished. Completed

Repeat

This page contains materials you want to reread (typically a month later or more). The priority equals the number of months since the material was last read/repeated. Repeat

Reading log

This page shows your reading log. A day is red if you read fewer pages than your average, and green if you read more. Reading log

Notes

This page contains your notes (key ideas from what you read). You can full-text search via Manticoresearch and filter notes by material or tags. Notes

Guidelines:

Notes graph

This section shows a graph of all notes. Notes graph

There is also a graph for a selected material. Notes graph

Note context menu

You can open a note from the context menu, edit it, or delete it. Note context menu

Show the note

Use the arrows to iterate through linked notes. Open note

This graph shows links for the current note. Note links

Edit the note

When editing a note you can:

Tag and link lists can be scrolled left/right. Edit note

System

This page includes charts and system tools (including backup/restore to Google Drive).

All charts show statistics for the selected time span (a week by default). System

Material reading graphic

How the material was read over time: Reading material graphic

Tracker statistics

Tracker statistics

Read pages statistics

Read pages statistics for the selected time span.

Inserted notes statistics

Inserted notes statistics for the selected time span.

Inserted notes