{"id":27173106,"url":"https://github.com/artomweb/quick-sip-typst-template","last_synced_at":"2026-01-28T21:02:51.458Z","repository":{"id":270373454,"uuid":"872943132","full_name":"artomweb/Quick-Sip-Typst-Template","owner":"artomweb","description":"A Typst template for aviation style checklists like Quick Reference Handbooks.","archived":false,"fork":false,"pushed_at":"2025-06-25T19:30:58.000Z","size":395,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-25T20:29:11.346Z","etag":null,"topics":["typst","typst-package","typst-template","typst-templates"],"latest_commit_sha":null,"homepage":"https://typst.app/universe/package/quick-sip/","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/artomweb.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}},"created_at":"2024-10-15T10:45:08.000Z","updated_at":"2025-06-07T21:17:51.000Z","dependencies_parsed_at":"2024-12-30T17:28:48.979Z","dependency_job_id":"62d37fc5-bbe2-4b66-8d46-6e97ecaa22e8","html_url":"https://github.com/artomweb/Quick-Sip-Typst-Template","commit_stats":null,"previous_names":["artomweb/quick-sip-typst-template"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/artomweb/Quick-Sip-Typst-Template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artomweb%2FQuick-Sip-Typst-Template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artomweb%2FQuick-Sip-Typst-Template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artomweb%2FQuick-Sip-Typst-Template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artomweb%2FQuick-Sip-Typst-Template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/artomweb","download_url":"https://codeload.github.com/artomweb/Quick-Sip-Typst-Template/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artomweb%2FQuick-Sip-Typst-Template/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28851838,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-28T15:15:36.453Z","status":"ssl_error","status_checked_at":"2026-01-28T15:15:13.020Z","response_time":57,"last_error":"SSL_read: 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":["typst","typst-package","typst-template","typst-templates"],"created_at":"2025-04-09T10:50:19.432Z","updated_at":"2026-01-28T21:02:51.441Z","avatar_url":"https://github.com/artomweb.png","language":"Typst","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Quick Sip - Typst QRH Template\n\nCreates aviation style checklists like Quick Reference Handbooks.\n\n\u003cimg src=\"thumbnail.png\" width=\"300\"\u003e\n\n### Features:\n\n- Index\n- Section\n- Conditions\n- Objective\n- Step (When/If)\n- Sub Step\n- Caution\n- Note\n- Choose One\n- Go to step\n- End section now\n\n## Start with\n\n```typst\n#import \"@preview/quick-sip:0.1.2\": *\n#show: QRH.with(title: \"Cup of Tea\")\n```\n\nThen add a section:\n\n```typst\n#section(\"Cup of Tea preparation\")[\n  #step(\"KETTLE\", \"Filled to 1 CUP\")\n  #step([*When* KETTLE boiled:], \"\")\n  #step([*If* sugar required], \"\")\n    //.. Rest of section goes here\n]\n```\n\n#### Index\n\nAn index with an entry for each section in the document.\n\n```typst\n#index()\n```\n\n#### Section\n\nA section title, forces capitalisation.\n\n```typst\n#section(\"Cup of Tea preparation\")[\n    //.. Rest of section goes here\n]\n```\n\n#### Conditions\n\nConditionals for this section.\n\n```typst\n#condition[\n    - Dehydration\n    - Fatigue\n    - Inability to Concentrate\n]\n```\n\n#### Objective\n\nAn objective for this section (optional).\n\n```typst\n#objective[To replenish fluids.]\n```\n\n#### Step\n\nA numbered step in the checklist. The first parameter is to the left of the dotted line, the second is to the right. If the second parameter is omitted then there is no dotted line. Can be followed by a tag which is referenced by `goto()`.\n\n```typst\n#step(\"KETTLE\", \"Filled to 1 CUP\") \u003cfillKettle\u003e\n#step([*When* KETTLE boiled:])\n#step([*If* sugar required])\n```\n\n#### Substep\n\nA non-numbered step with a left indentation. Similarly to a step, the first parameter is to the left of the dotted line, the second is to the right.\n\n```typst\n#substep(\"MUG\", \"Fill\")\n#substep([Sugar (one #linebreak() teaspoon at a time)], \"Add to MUG\")\n```\n\n#### Tab\n\nIndents contents by one tab.\n\n```typst\n#tab(goto(\"9\"))\n#tab(tab(\"Large mugs may require more water.\"))\n```\n\n#### Caution\n\nAdds a caution element.\n\n```typst\n#caution([HOT WATER #linebreak()Adult supervision required.])\n```\n\n#### Note\n\nAdds a note.\n\n```typst\n#note(\"Stir after each step\")\n```\n\n#### Choose One\n\nA numbered step with options.\n\n```typst\n #choose-one[\n    #option[Black tea *required:*]\n    #option[Tea with MILK *required:*]\n  ]\n```\n\n#### Go to step\n\nTwo right facing arrow heads followed by Go to step `step number`. Links to step in pdf. The parameter is the name of a tag next to a step.\n\n```typst\n#step(\"KETTLE\", \"Filled to 1 CUP\") \u003cfillKettle\u003e\n#goto(\"fillKettle\")\n```\n\n#### End\n\nEnds the section here with 4 dots.\n\n```typst\n#end()\n```\n\n#### Wait\n\nLong small dotted line for waiting for a task to complete.\n\n```typst\n#wait()\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fartomweb%2Fquick-sip-typst-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fartomweb%2Fquick-sip-typst-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fartomweb%2Fquick-sip-typst-template/lists"}