{"id":47676603,"url":"https://github.com/moritzheiber/briefvorlage","last_synced_at":"2026-04-02T13:32:53.809Z","repository":{"id":341457054,"uuid":"1154788157","full_name":"moritzheiber/briefvorlage","owner":"moritzheiber","description":"Markdown to PDF letter template using Pandoc and Typst","archived":false,"fork":false,"pushed_at":"2026-03-01T20:34:15.000Z","size":117,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-01T22:29:14.651Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Typst","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/moritzheiber.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-02-10T19:24:18.000Z","updated_at":"2026-03-01T20:34:18.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/moritzheiber/briefvorlage","commit_stats":null,"previous_names":["moritzheiber/briefvorlage"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/moritzheiber/briefvorlage","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moritzheiber%2Fbriefvorlage","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moritzheiber%2Fbriefvorlage/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moritzheiber%2Fbriefvorlage/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moritzheiber%2Fbriefvorlage/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/moritzheiber","download_url":"https://codeload.github.com/moritzheiber/briefvorlage/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moritzheiber%2Fbriefvorlage/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31307139,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-02T12:59:32.332Z","status":"ssl_error","status_checked_at":"2026-04-02T12:54:48.875Z","response_time":89,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-04-02T13:32:53.650Z","updated_at":"2026-04-02T13:32:53.801Z","avatar_url":"https://github.com/moritzheiber.png","language":"Typst","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Briefvorlage\n\nMarkdown to PDF letter template using Pandoc and Typst.\n\n## Preview\n\n\u003cp align=\"center\"\u003e\u003cimg src=\"example-letter.png\" width=\"400\" /\u003e\u003c/p\u003e\n\n## Requirements\n\n- pandoc\n- typst\n\n## Install Typst\n\n```\ncurl -fsSL https://typst.community/typst-install/install.sh | sh\n```\n\n## Usage\n\n```\npandoc letter.md --template=letter.typ --pdf-engine=typst -o letter.pdf\n```\n\n## Frontmatter Variables\n\n### Sender\n\n| Variable | Description | Required | Comment |\n|---|---|---|---|\n| `from-name` | Sender name | yes | |\n| `from-street` | Street name | no | |\n| `from-house-number` | House number | no | |\n| `from-postcode` | Postal code | no | |\n| `from-city` | City | no | Also used as default for `location` |\n| `from-phone` | Phone number | no | |\n| `from-email` | Email address | no | |\n| `bank-iban` | IBAN | no | |\n| `bank-bic` | BIC | no | |\n| `bank-name` | Bank name | no | |\n| `tax-number` | Tax number | no | |\n\n### Recipient\n\n| Variable | Description | Required | Comment |\n|---|---|---|---|\n| `to-name` | Recipient name | yes | |\n| `to-department` | Additional address line | no | e.g. department or \"c/o\" |\n| `to-street` | Street name | no | |\n| `to-house-number` | House number | no | |\n| `to-postcode` | Postal code | no | |\n| `to-city` | City | no | |\n\n### Letter\n\n| Variable | Description | Required | Comment |\n|---|---|---|---|\n| `lang` | Language code | no | ISO 639-1, default: `de` (only supports `en` and `de` [due to Typst limitations](https://github.com/typst/typst/issues/1537)) |\n| `subject` | Subject line | yes | |\n| `date` | Letter date | no | Defaults to current date |\n| `location` | Location for date line | no | Defaults to `from-city` |\n| `opening` | Salutation | yes | |\n| `closing` | Closing phrase | yes | |\n| `ps` | Postscript | no | |\n| `enclosures` | Enclosure list | no | |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmoritzheiber%2Fbriefvorlage","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmoritzheiber%2Fbriefvorlage","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmoritzheiber%2Fbriefvorlage/lists"}