{"id":17026340,"url":"https://github.com/jamiebrynes7/obsidian-hover-external-link","last_synced_at":"2025-03-23T18:31:20.652Z","repository":{"id":50387399,"uuid":"399251941","full_name":"jamiebrynes7/obsidian-hover-external-link","owner":"jamiebrynes7","description":"Small plugin to add tooltips on hovering external links","archived":false,"fork":false,"pushed_at":"2021-08-23T21:45:43.000Z","size":7,"stargazers_count":30,"open_issues_count":4,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-18T22:28:33.142Z","etag":null,"topics":["obsidian-md","obsidian-plugin","tippyjs"],"latest_commit_sha":null,"homepage":"","language":"CSS","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/jamiebrynes7.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}},"created_at":"2021-08-23T21:26:15.000Z","updated_at":"2024-08-28T05:58:26.000Z","dependencies_parsed_at":"2022-08-30T11:51:42.139Z","dependency_job_id":null,"html_url":"https://github.com/jamiebrynes7/obsidian-hover-external-link","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jamiebrynes7%2Fobsidian-hover-external-link","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jamiebrynes7%2Fobsidian-hover-external-link/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jamiebrynes7%2Fobsidian-hover-external-link/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jamiebrynes7%2Fobsidian-hover-external-link/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jamiebrynes7","download_url":"https://codeload.github.com/jamiebrynes7/obsidian-hover-external-link/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245149210,"owners_count":20568849,"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":["obsidian-md","obsidian-plugin","tippyjs"],"created_at":"2024-10-14T07:31:55.411Z","updated_at":"2025-03-23T18:31:20.090Z","avatar_url":"https://github.com/jamiebrynes7.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Hover External Link Obsidian Plugin\n\nAn [Obsidian](https://obsidian.md/) plugin that adds hover URL previews to external links in your rendered Markdown.\n\n## Demo\n\nhttps://user-images.githubusercontent.com/13353733/130523291-99b6c6c3-24f4-4729-b9ba-e4df464f0e65.mp4\n\n\n## Installation\n\n### From in Obsidian\n\n🚧 Coming Soon! 🚧\n\n### Manually\n\n1. Download `main.js`, `manifest.json`, and `styles.css` from the [latest release](https://github.com/jamiebrynes7/obsidian-hover-external-link/releases/latest).\n2. Place them in `\u003cvault\u003e/.obsidian/plugins/hover-external-link/` folder (you'll need to create this).\n\n## Usage\n\nThis plugin will add on-hover tooltips to all external links _if_ the text of the link is not the same as the URL. This only works in the preview mode.\n\n```md\nThis link will have a hover tooltip: [Google](www.google.com). \n\nThis link won't: [www.google.com](www.google.com).\n```\n\n## Customization\n\nThis plugin exposes two CSS variables that you can use to set the tooltip background and text color.\n\n```css\n.theme-light {\n  --link-tooltip-background: #333;\n  --link-tooltip-text: #fff;\n}\n\n.theme-dark {\n  --link-tooltip-background: #ccc;\n  --link-tooltip-text: #000;\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjamiebrynes7%2Fobsidian-hover-external-link","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjamiebrynes7%2Fobsidian-hover-external-link","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjamiebrynes7%2Fobsidian-hover-external-link/lists"}