This is a rust project that generates pdf year planners full of linked pages for devices such as the Remarkable.
| Year | Days | Tasks | Notes |
|---|---|---|---|
https://github.com/craigmayhew/pdf-year-planner/releases/latest/download/2026.pdf
Generate your own, specifying the year you require:
rustup update
git clone git@github.com:craigmayhew/pdf-year-planner.git
cd pdf-year-planner
cargo build --release && ./target/release/pdf_year_planner 2021Q: Any system dependencies? A: Yes. The wkhtmltopdf OS package. Please note, that while it works, it is no longer actively developed and I am in search of a rust-native replacement.
Q: I'm on ubuntu 22.04 and I am unable to install wkhtmltopdf A: Download the package from this git repo and install from there:
wget https://github.com/wkhtmltopdf/packaging/releases/download/0.12.6.1-3/wkhtmltox_0.12.6.1-3.jammy_amd64.deb
sudo apt install ./wkhtmltox_0.12.6.1-3.jammy_amd64.deb
rm wkhtmltox_0.12.6.1-3.jammy_amd64.debPlease check https://github.com/craigmayhew/pdf-year-planner/issues for feature requests and known issues.