{"id":21231858,"url":"https://github.com/shadowmitia/typst-babble-bubbles","last_synced_at":"2026-01-02T14:07:14.597Z","repository":{"id":193943203,"uuid":"689761591","full_name":"ShadowMitia/typst-babble-bubbles","owner":"ShadowMitia","description":"A package to create callouts in typst","archived":false,"fork":false,"pushed_at":"2024-11-08T20:49:45.000Z","size":80,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-21T18:23:54.218Z","etag":null,"topics":["typst","typst-package"],"latest_commit_sha":null,"homepage":"","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/ShadowMitia.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":"shadowmitia","patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2023-09-10T20:17:59.000Z","updated_at":"2024-12-25T01:40:31.000Z","dependencies_parsed_at":"2024-11-08T21:35:34.053Z","dependency_job_id":null,"html_url":"https://github.com/ShadowMitia/typst-babble-bubbles","commit_stats":null,"previous_names":["shadowmitia/typst-callouts","shadowmitia/typst-babble-bubbles"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShadowMitia%2Ftypst-babble-bubbles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShadowMitia%2Ftypst-babble-bubbles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShadowMitia%2Ftypst-babble-bubbles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShadowMitia%2Ftypst-babble-bubbles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ShadowMitia","download_url":"https://codeload.github.com/ShadowMitia/typst-babble-bubbles/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243674270,"owners_count":20329069,"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":["typst","typst-package"],"created_at":"2024-11-20T23:48:38.847Z","updated_at":"2026-01-02T14:07:14.591Z","avatar_url":"https://github.com/ShadowMitia.png","language":"Typst","funding_links":["https://github.com/sponsors/shadowmitia"],"categories":[],"sub_categories":[],"readme":"# typst-babble-bubbles\n\nA package to create callouts in typst, inspired by the [Obsidan](https://obsidian.md/) callouts.\n\nUse preset callouts, or create your own!\n\n![callouts_example](examples/callouts.png)\n\n## Usage\n\nImport the package\n\n```typst\n#import \"@preview/babble-bubbles:0.1.0\": *\n```\n\nOr grab it locally and use:\n\n```typst\n#import \"@local/babble-bubbles:0.1.0\": *\n```\n\n## Presets\n\nHere you can find a list of presets and an example usage of each.\nYou can customise them with the same parameters as the `callout` function. See the `Custom callouts` for more details.\n\n```typst\n#info[This is information]\n\n#success[I'm making a note here: huge success]\n\n#check[This is checked!]\n\n#warning[First warning...]\n\n#note[My incredibly useful note]\n\n#question[Question?]\n\n#example[An example make things interesting]\n\n#quote[To be or not to be]\n```\n\n## Custom callouts\n\n### `callout`\n\nCreate a default callout.\nTweak the parameters to create your own!\n\n```typst\ncallout(\n  body,\n  title: \"Callout\",\n  fill: blue,\n  title-color: white,\n  body-color: black,\n  icon: none)\n```\n\n### Tips\n\nYou can create aliases to more easily handle your\nnewly create callouts or customise presets by using [with](https://typst.app/docs/reference/foundations/function/#definitions-with).\n\n```\n#let mycallout = callout.with(title: \"My callout\")\n\n#mycallout[Hey this is my custom callout!]\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshadowmitia%2Ftypst-babble-bubbles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshadowmitia%2Ftypst-babble-bubbles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshadowmitia%2Ftypst-babble-bubbles/lists"}