Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/craigmayhew/pdf-year-planner

370 page linked PDF year planner for use on devices such as the Remarkable
https://github.com/craigmayhew/pdf-year-planner

pdf remarkable remarkable-2 remarkable-tablet year-planner

Last synced: 8 days ago
JSON representation

370 page linked PDF year planner for use on devices such as the Remarkable

Awesome Lists containing this project

README

        

# PDF Year Planner

This is a rust project that generates pdf year planners full of linked pages for devices such as the Remarkable.

Year | Days | Tasks | Notes
-------------------------|-------------------------|-------------------------|-------------------------
| | |

## Where Can I download the latest PDF year planner?
https://github.com/craigmayhew/pdf-year-planner/releases/latest/download/2021.1.pdf

## Developers
Generate your own, specifying the year you require:
```
rustup update
git clone [email protected]:craigmayhew/pdf-year-planner.git
cd pdf-year-planner
cargo build --release && ./target/release/pdf_year_planner 2021
```

## Developers FAQ
Q: Any system dependencies?
A: Yes. The wkhtmltopdf OS package.

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:
```sh
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.deb
```

Please check https://github.com/craigmayhew/pdf-year-planner/issues for feature requests and known issues.