Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/craigmayhew/pdf-year-planner
- Owner: craigmayhew
- License: gpl-3.0
- Created: 2021-04-26T19:23:47.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-27T21:35:25.000Z (5 months ago)
- Last Synced: 2024-10-11T22:26:15.996Z (25 days ago)
- Topics: pdf, remarkable, remarkable-2, remarkable-tablet, year-planner
- Language: Rust
- Homepage:
- Size: 389 KB
- Stars: 19
- Watchers: 2
- 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 [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.