{"id":29184353,"url":"https://github.com/thinkr-open/quarto-detective","last_synced_at":"2025-09-07T04:37:45.044Z","repository":{"id":265273240,"uuid":"895649967","full_name":"ThinkR-open/quarto-detective","owner":"ThinkR-open","description":"Pointing out specific code in your presentation 🔎✨✨","archived":false,"fork":false,"pushed_at":"2024-11-29T10:35:38.000Z","size":1934,"stargazers_count":4,"open_issues_count":1,"forks_count":0,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-07-31T00:30:32.906Z","etag":null,"topics":["quarto","quarto-extension"],"latest_commit_sha":null,"homepage":"https://thinkr-open.github.io/quarto-detective/#/title-slide","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ThinkR-open.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"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}},"created_at":"2024-11-28T15:54:28.000Z","updated_at":"2025-05-28T08:47:45.000Z","dependencies_parsed_at":"2024-12-01T07:15:26.417Z","dependency_job_id":null,"html_url":"https://github.com/ThinkR-open/quarto-detective","commit_stats":null,"previous_names":["thinkr-open/quarto-detective"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ThinkR-open/quarto-detective","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThinkR-open%2Fquarto-detective","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThinkR-open%2Fquarto-detective/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThinkR-open%2Fquarto-detective/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThinkR-open%2Fquarto-detective/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ThinkR-open","download_url":"https://codeload.github.com/ThinkR-open/quarto-detective/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThinkR-open%2Fquarto-detective/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273997098,"owners_count":25204473,"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","status":"online","status_checked_at":"2025-09-07T02:00:09.463Z","response_time":67,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["quarto","quarto-extension"],"created_at":"2025-07-01T21:31:02.720Z","updated_at":"2025-09-07T04:37:44.986Z","avatar_url":"https://github.com/ThinkR-open.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Quarto Publish](https://github.com/ThinkR-open/quarto-detective/actions/workflows/deploy.yml/badge.svg)](https://github.com/ThinkR-open/quarto-detective/actions/workflows/deploy.yml)\n\n# Detective Extension For Quarto\n\nThis extension provides a `detective` tool for RevealJS presentations. 🔎\n\n`detective` will highlight a code block in your presentation. It is useful for pointing out specific code in your presentation.\n\n## Installation\n\nYou can install the extension with the following command:\n\n```bash\nquarto add ThinkR-open/quarto-detective\n```\n\n## Usage\n\nAdd the plugin to your quarto document:\n\n```yaml\nrevealjs-plugins:\n  - detective\n```\n\nDiscover the `detective` tool in the presentation below:\n\n[https://thinkr-open.github.io/quarto-detective/](https://thinkr-open.github.io/quarto-detective/)\n\n## Example\n\nHighlight `ggplot` and `aes` in a chunk:\n\n````\n:::{.detective data-detective-search=\"ggplot, aes\"}\n```{r}\n#| echo: true\n#| eval: false\nggplot(data = iris) +\n  aes(\n    x = Sepal.Length,\n    y = Sepal.Width\n  ) +\n  geom_point()\n```\n:::\n````\n\n![example](assets/example.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthinkr-open%2Fquarto-detective","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthinkr-open%2Fquarto-detective","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthinkr-open%2Fquarto-detective/lists"}