{"id":35187506,"url":"https://github.com/nleanba/typst-marginalia","last_synced_at":"2026-04-02T01:14:18.148Z","repository":{"id":263578799,"uuid":"889859584","full_name":"nleanba/typst-marginalia","owner":"nleanba","description":"Marginnotes for typst with smart positioning","archived":false,"fork":false,"pushed_at":"2025-12-04T16:57:08.000Z","size":14221,"stargazers_count":62,"open_issues_count":2,"forks_count":4,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-15T20:29:41.497Z","etag":null,"topics":["typst","typst-package"],"latest_commit_sha":null,"homepage":"https://typst.app/universe/package/marginalia","language":"Typst","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nleanba.png","metadata":{"files":{"readme":".github/README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":null,"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},"funding":{"github":["nleanba"]}},"created_at":"2024-11-17T12:34:28.000Z","updated_at":"2026-01-11T13:20:26.000Z","dependencies_parsed_at":"2024-11-19T10:30:14.876Z","dependency_job_id":"20d7bad5-d274-45b5-96ac-eb51988c8633","html_url":"https://github.com/nleanba/typst-marginalia","commit_stats":null,"previous_names":["nleanba/typst-marginalia"],"tags_count":13,"template":false,"template_full_name":null,"purl":"pkg:github/nleanba/typst-marginalia","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nleanba%2Ftypst-marginalia","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nleanba%2Ftypst-marginalia/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nleanba%2Ftypst-marginalia/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nleanba%2Ftypst-marginalia/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nleanba","download_url":"https://codeload.github.com/nleanba/typst-marginalia/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nleanba%2Ftypst-marginalia/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31293740,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-02T01:05:07.454Z","status":"ssl_error","status_checked_at":"2026-04-02T00:56:46.496Z","response_time":53,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["typst","typst-package"],"created_at":"2025-12-29T05:01:55.175Z","updated_at":"2026-04-02T01:14:18.137Z","avatar_url":"https://github.com/nleanba.png","language":"Typst","funding_links":["https://github.com/sponsors/nleanba"],"categories":[],"sub_categories":[],"readme":"# Marginalia\n\n_Configurable margin-notes with smart positioning and matching wide blocks for\nTypst_\n\n\u003e [!NOTE]\n\u003e This is the readme file for the project repository and contains more\n\u003e development-oriented info.\n\u003e\n\u003e [A more friendly readme for the published package can be found on Typst Universe.](https://typst.app/universe/package/marginalia).\n\n## Docs\n\n- [Current Published Version: v0.3.1](https://github.com/nleanba/typst-marginalia/blob/v0.3.1/Marginalia.pdf?raw=true)\n\n- [Working Copy](https://github.com/nleanba/typst-marginalia/blob/main/Marginalia.pdf?raw=true)\n\n  [![first page of the documentation](https://github.com/nleanba/typst-marginalia/raw/refs/heads/main/preview.svg)](https://github.com/nleanba/typst-marginalia/blob/main/Marginalia.pdf)\n\n## Development\n\n- Remember to `typst watch main.typ Marginalia.pdf` and\n  `typst watch main.typ preview.svg --pages 1` while development to make these\n  stay current.\n\n### Tests\n\nUse `tt run` to check for test regressions.\n\nThe tests don’t necessarily represent _ideal_ behavior. If the behavior\nimproves, they should be updated. Use `tt update \u003cname\u003e` to update the reference\nof a test, and `tt new \u003cname\u003e` to create a new test.\n\n\u003e [!IMPORTANT]\n\u003e Note that the tests need to have a modified `numbering` style as the GitHub CI\n\u003e runner does not have Inter.\n\n### New Versions\n\n1. Replace all occurrences of the old version number with the new one, except\n   where it refers to specific changes made in that version.\n\n- Also replace placeholder `?.?.?` with the new number.\n\n2. Commit and create a tagged release.\n3. “Sync Fork” in https://github.com/nleanba/typst-packages\n4. In `nleanba/typst-packages`, Pull and create new branch from main\n5. Create folder `packages/preview/marginalia/\u003cVERSION\u003e` and copy `LICENSE`,\n   `README.md`, `lib.typ`, and `typst.toml`\n6. Commit and create a pull-request to `typst/packages`.\n7. `main.typ`: reset `#let VERSION = \"?.?.?\"`.\n\n### Contributing\n\nThis is a personal project of mine. I welcome bug reports and feature requests,\nbut I don’t consider this a community project and have no real interest in\nreviewing pull-requests etc.\n\n## Feedback\n\nHave you encountered a bug?\n[Please report it as an issue.](https://github.com/nleanba/typst-marginalia/issues)\n\nHas this package been useful to you?\n[I am always happy when someone gives me a ~~sticker~~ star⭐](https://github.com/nleanba/typst-marginalia)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnleanba%2Ftypst-marginalia","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnleanba%2Ftypst-marginalia","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnleanba%2Ftypst-marginalia/lists"}