{"id":13525131,"url":"https://github.com/oldrev/tids","last_synced_at":"2026-03-19T19:51:27.200Z","repository":{"id":218355623,"uuid":"746212736","full_name":"oldrev/tids","owner":"oldrev","description":"A Typst template for creating TI-style datasheets","archived":false,"fork":false,"pushed_at":"2024-01-22T06:28:03.000Z","size":2421,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-01-25T09:13:17.285Z","etag":null,"topics":["datasheet","electronic","electronics-engineering","ic","template","typst"],"latest_commit_sha":null,"homepage":"","language":"Typst","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/oldrev.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}},"created_at":"2024-01-21T12:10:00.000Z","updated_at":"2024-04-15T15:34:01.127Z","dependencies_parsed_at":"2024-01-21T13:27:52.443Z","dependency_job_id":"69b87082-72fc-4ced-bfed-3d179b9b76af","html_url":"https://github.com/oldrev/tids","commit_stats":null,"previous_names":["oldrev/tids"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oldrev%2Ftids","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oldrev%2Ftids/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oldrev%2Ftids/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oldrev%2Ftids/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/oldrev","download_url":"https://codeload.github.com/oldrev/tids/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243796647,"owners_count":20349252,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["datasheet","electronic","electronics-engineering","ic","template","typst"],"created_at":"2024-08-01T06:01:16.225Z","updated_at":"2026-01-02T09:23:12.564Z","avatar_url":"https://github.com/oldrev.png","language":"Typst","readme":"# tids: A TI-Style Datasheet Template for Typst\n\nEnglish | [简体中文](README.zh_cn.md)\n\nThis project is an easy-to-use Typst electronic component datasheet template purposed\nfor testing and showcasing the potential of using Typst for technical documentation writing.\n\n![Demo](gallery/demo.png)\n\n**If this project is helpful to you, please consider leaving a star⭐, you know the drill.**\n\n## Disclaimer\n\nThis is an open-source project created solely for demonstration purposes, with no intention of infringing on any trademarks. The author is not affiliated with TI in any way.\n\n## Features\n\n- **Simple and User-friendly:** Uses Typst format for easy readability and writing.\n- **Customizable:** Can be customized for specific component specifications.\n- **Fast Compilation**: It only takes one or two seconds to generate the PDF, as opposed to LaTeX, which may take several minutes or even longer.\n\n## Getting Started\n\n0. Install Typst if you don't have:\n    ```powershell\n    winget install --id Typst.Typst\n    ```\n1. Clone this repository locally:\n   ```bash\n   git clone https://github.com/oldrev/tids.git\n   ```\n3. Build the PDF example:\n    ```bash\n    typst compile demo-ds.typ\n    ```\n4. Check the generated [`demo-ds.pdf`](demo-ds.pdf) out.\n\n## Usage\n\n1. Copy the template file `tids.typ` to the directory of your project.\n2. Import the template and call `tids()` function:\n    ```typst\n    #import \"tids.typ\": tids\n\n    #show: doc =\u003e tids(ds_metadata: (\n            title: [YourDSTitle],\n            product: [YourProductName],\n            product_url: \"https://github.com/oldrev/tids\",\n            revision: [CurrentRevision],\n            publish_date: [PublishedOn]\n        ),\n        features: [features for the title page],\n        applications: [application information for the title page],\n        desc: [description content for the title page],\n        rev_list: [revision list],\n        doc: doc\n    )\n    // ... The content of your document\n    ```\n    See [`demo-ds.typ`](demo-ds.typ) for details.\n\n\n## Demo Videos:\n\n- Youtube: TODO\n\n## Contributions\n\nFeel free to contribute and raise issues. Please see the Contribution Guidelines for more information.\n\n## License\n\nThis project is licensed under the Apache 2.0 License.\n","funding_links":[],"categories":["Templates \u0026 Libraries","Typst"],"sub_categories":["Engineering"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foldrev%2Ftids","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foldrev%2Ftids","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foldrev%2Ftids/lists"}