Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arlyon/trello-to-pdf
Convert Trello JSON Exports to PDF
https://github.com/arlyon/trello-to-pdf
pdf tool trello
Last synced: 6 days ago
JSON representation
Convert Trello JSON Exports to PDF
- Host: GitHub
- URL: https://github.com/arlyon/trello-to-pdf
- Owner: arlyon
- License: mit
- Created: 2020-02-26T01:34:03.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-03-28T18:01:24.000Z (almost 3 years ago)
- Last Synced: 2025-01-05T04:52:54.804Z (about 1 month ago)
- Topics: pdf, tool, trello
- Language: HTML
- Homepage: https://trello.arlyon.dev
- Size: 39.1 KB
- Stars: 14
- Watchers: 5
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license.txt
Awesome Lists containing this project
README
## Trello To PDF
Renders trello boards as easily-printable webpages.
Forked from the [brilliant gist](https://gist.github.com/mathiasrw/8710615) by @mathiasrw. Hosted on netlify.
### Usage
Export a board using the right panel [as per these instructions](https://help.trello.com/article/747-exporting-data-from-trello-1).
Then, drag the downloaded file into the UI away you go. You can choose to exclude
lists using the check boxes at the top. They are not included in the final output.For public boards you can paste the URL into the box and it will load the json automatically.
Alternatively, you can click this bookmarklet (drag it to your bookmarks bar!) on any public trello page to instantly get the document for it.
### Development
PRs are welcome. This project is formatted with the default
settings from prettier.```bash
prettier --write .
```Running the app requires that you have an SPA-compatible
server serving the files otherwise loading boards
directly won't work. Luckily there is a handy docker container that you can use.```bash
# optionally build
docker build . -t arlyon/nginx-spa
docker run -it -p 8080:80 -v $(pwd):/app arlyon/nginx-spa
```Then you can open it up at `localhost:8080`.
### Analytics
I am personally interested in how many people are using this site, and have decided to add plausible.io, a privacy-respecting analytics service, so that I know when it is down and where traffic comes from. Your data is not used for advertising, and no identifiable information is kept, which is why we can still deliver a cookieless experience. If you have any problems with this, please open an issue.