v0.1.0
First public MVP of PDF Tracker.
Highlights
- Register PDFs by path instead of importing files.
- Store reading status, keywords, comments, and title metadata in SQLite.
- Minimal web UI for creating, listing, filtering, editing, and deleting records.
- Path-aware actions to open the containing folder or reveal the file when the host environment supports it.
- Linux and WSL support, including a Windows native PDF picker flow when running under WSL.
Included in the repo
- Express backend with SQLite storage.
- Static frontend served by the app.
- Native Node test suite covering the API, storage, keyword handling, path normalization, and environment-specific helpers.
- Installation and usage documentation for Linux and WSL.
Notes
- This project tracks PDF locations and reading metadata only.
- It does not upload, copy, move, rename, or index PDF contents.