{"id":15724022,"url":"https://github.com/iamogbz/macos-quick-look-plugin-adobe-xd","last_synced_at":"2026-03-10T12:34:14.768Z","repository":{"id":179228816,"uuid":"457798908","full_name":"iamogbz/macos-quick-look-plugin-adobe-xd","owner":"iamogbz","description":"🧿 MacOS Quick Look Plugin for previewing Adobe XD files","archived":false,"fork":false,"pushed_at":"2025-08-21T03:12:48.000Z","size":23627,"stargazers_count":9,"open_issues_count":2,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-08-21T04:42:45.980Z","etag":null,"topics":["adobe-xd","experience-designer","finder-extension","macos","quick-look","quicklook-plugin"],"latest_commit_sha":null,"homepage":"https://ogbizi.com/macos-quick-look-plugin-adobe-xd/","language":"C","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/iamogbz.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}},"created_at":"2022-02-10T13:49:20.000Z","updated_at":"2025-08-21T03:12:51.000Z","dependencies_parsed_at":null,"dependency_job_id":"dd509c9c-4c84-430b-9718-54b79888d2a6","html_url":"https://github.com/iamogbz/macos-quick-look-plugin-adobe-xd","commit_stats":null,"previous_names":["iamogbz/macos-quick-look-plugin-adobe-xd"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/iamogbz/macos-quick-look-plugin-adobe-xd","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iamogbz%2Fmacos-quick-look-plugin-adobe-xd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iamogbz%2Fmacos-quick-look-plugin-adobe-xd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iamogbz%2Fmacos-quick-look-plugin-adobe-xd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iamogbz%2Fmacos-quick-look-plugin-adobe-xd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/iamogbz","download_url":"https://codeload.github.com/iamogbz/macos-quick-look-plugin-adobe-xd/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iamogbz%2Fmacos-quick-look-plugin-adobe-xd/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30333549,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-10T05:25:20.737Z","status":"ssl_error","status_checked_at":"2026-03-10T05:25:17.430Z","response_time":106,"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":["adobe-xd","experience-designer","finder-extension","macos","quick-look","quicklook-plugin"],"created_at":"2024-10-03T22:14:21.986Z","updated_at":"2026-03-10T12:34:14.759Z","avatar_url":"https://github.com/iamogbz.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AdobeXD MacOS Quick Look Plugin\n\n[![xcode - build](https://github.com/iamogbz/macos-quick-look-plugin-adobe-xd/actions/workflows/xcode.yml/badge.svg?branch=main)](https://github.com/iamogbz/macos-quick-look-plugin-adobe-xd/actions/workflows/xcode.yml)\n\nEnables previews of XD files [(Adobe Experience Designer)][adobe-xd].\n\n## Install\n\nIf you want to skip compilation and just install it, [download release][ql-xd-releases], unzip and copy `QuickLookXD.qlgenerator` to `~/Library/QuickLook/`. To reach that folder in Finder, go to your Home, click on the Go menu on the top bar, hold the Option key and `Library` will magically appear.\n\nOr copy it from a terminal:\n\n```sh\ncp -R QuickLookXD.qlgenerator ~/Library/QuickLook/\n```\n\n### Caveats\n\nThe `QuickLookXD.qlgenerator` bundle is unsigned so you may need to de-quarantine it.\n\n```sh\n[~/Library/QuickLook/]$ xattr -r -d com.apple.quarantine QuickLookXD.qlgenerator\n```\n\n\u003e You may need to use sudo for that command, depending on permissions.\n\u003e\n\u003e This bypasses Gatekeeper meaning that the signature isn't verified when run.\n\u003e\n\u003e Which removes an important safety feature, so only use with trusted apps.\n\nYou may need to restart finder or your system, but first refresh QuickLook plugin list.\n\n```sh\n$ qlmanage -r\nqlmanage: resetting quicklookd\n```\n\n\u003c!--\nAlternatively, if you use [Homebrew-Cask](https://github.com/caskroom/homebrew-cask), install with:\n\n```sh\nbrew cask install quicklookxd\n```\n--\u003e\n\n## Demo\n\n![Image showing list of XD files with thumbnails and preview][screenshot01]\n\n## Notes\n\nHow to find the UTI of a file:\n\n```sh\n$ mdls -name kMDItemContentType ./docs/example/file01.xd\nkMDItemContentType = \"com.adobe.xd.project\"\n```\n\nTesting the generated quick look bundle:\n\n```sh\n$ qlmanage -g QuickLookXD.qlgenerator -c com.adobe.xd.project -p document.xd -o /tmp/\nTesting Quick Look preview with files:\n    /tmp/quicklookxd/document.xd\n    - force using content type UTI: com.adobe.xd.project\n    - force using generator at path: /tmp/quicklookxd/QuickLookXD.qlgenerator\n```\n\nRaise an issue or submit a PR to add more supported UTIs or fix bugs identified.\n\n### References\n\n* [QuickLookASE][ql-ase]\n* [QL plugin discussion][ql-win-issue]\n* [XD format reference][xd-format-reference]\n* [Force open unsigned apps][force-open-unsigned-app]\n\n\u003c!-- Links --\u003e\n\n[adobe-xd]: https://www.adobe.com/ca/products/xd.html\n[force-open-unsigned-app]: https://apple.stackexchange.com/a/240610/280393\n[ql-ase]: https://github.com/rsodre/QuickLookASE\n[ql-win-issue]: https://github.com/QL-Win/QuickLook/issues/307#issuecomment-1473989813\n[ql-xd-releases]: https://github.com/iamogbz/macos-quick-look-plugin-adobe-xd/releases\n[screenshot01]: https://raw.githubusercontent.com/iamogbz/macos-quick-look-plugin-adobe-xd/main/docs/example/screenshot01.png\n[xd-format-reference]: https://docs.fileformat.com/web/xd\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiamogbz%2Fmacos-quick-look-plugin-adobe-xd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fiamogbz%2Fmacos-quick-look-plugin-adobe-xd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiamogbz%2Fmacos-quick-look-plugin-adobe-xd/lists"}