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: about 1 year ago
JSON representation
370 page linked PDF year planner for use on devices such as the Remarkable
- Host: GitHub
- URL: https://github.com/craigmayhew/pdf-year-planner
- Owner: craigmayhew
- License: gpl-3.0
- Created: 2021-04-26T19:23:47.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-05-27T21:35:25.000Z (about 2 years ago)
- Last Synced: 2025-03-17T17:58:14.347Z (about 1 year ago)
- Topics: pdf, remarkable, remarkable-2, remarkable-tablet, year-planner
- Language: Rust
- Homepage:
- Size: 389 KB
- Stars: 21
- Watchers: 1
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
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 git@github.com: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.