{"id":17886384,"url":"https://github.com/usernamehw/vscode-autolink","last_synced_at":"2025-08-15T00:33:00.875Z","repository":{"id":92707483,"uuid":"388767079","full_name":"usernamehw/vscode-autolink","owner":"usernamehw","description":"Make exernal links from editor text.","archived":false,"fork":false,"pushed_at":"2023-01-13T14:19:38.000Z","size":202,"stargazers_count":3,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-10-28T15:08:56.917Z","etag":null,"topics":["external","link","reference","url","vscode-extension"],"latest_commit_sha":null,"homepage":"https://marketplace.visualstudio.com/items?itemName=usernamehw.autolink","language":"TypeScript","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/usernamehw.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"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}},"created_at":"2021-07-23T10:40:56.000Z","updated_at":"2023-05-18T07:49:46.000Z","dependencies_parsed_at":"2023-03-26T13:32:40.731Z","dependency_job_id":null,"html_url":"https://github.com/usernamehw/vscode-autolink","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/usernamehw%2Fvscode-autolink","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/usernamehw%2Fvscode-autolink/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/usernamehw%2Fvscode-autolink/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/usernamehw%2Fvscode-autolink/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/usernamehw","download_url":"https://codeload.github.com/usernamehw/vscode-autolink/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":229880708,"owners_count":18138638,"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":["external","link","reference","url","vscode-extension"],"created_at":"2024-10-28T13:06:11.447Z","updated_at":"2024-12-15T21:41:54.581Z","avatar_url":"https://github.com/usernamehw.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Version](https://img.shields.io/visual-studio-marketplace/v/usernamehw.autolink)\n![Installs](https://img.shields.io/visual-studio-marketplace/i/usernamehw.autolink)\n![Rating](https://img.shields.io/visual-studio-marketplace/r/usernamehw.autolink)\n\nMatch links in document with external location.\n\n## Example\n\n```js\n\"autolink.queries\": [\n    {\n        \"linkPattern\": \"github#(\\\\d{1,6})\",// RegExp. Will match `github#202` text\n        \"linkText\": \"https://github.com/Microsoft/vscode/issues/${0}\",// will replace `${0}` with matched group\n    },\n    {\n        \"linkPattern\": \"this#(\\\\d{1,6})\",// RegExp. Will redirect `this#1` to `https://github.com/usernamehw/vscode-autolink/issues/1`\n        // will replace `${0}` with matched group\n        // will replace `${workspaceFolderBasename}` with opened folder basename\n        \"linkText\": \"https://github.com/usernamehw/${workspaceFolderBasename}/issues/${0}\",\n    },\n],\n```\n\n![demo.gif](img/demo.gif)\n\n\n\n\u003c!-- SETTINGS_START --\u003e\n## Settings (1)\n\n|Setting|Default|Description|\n|-|-|-|\n|autolink.queries|\\[\\]|Make links from text in the document.|\n\u003c!-- SETTINGS_END --\u003e","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fusernamehw%2Fvscode-autolink","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fusernamehw%2Fvscode-autolink","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fusernamehw%2Fvscode-autolink/lists"}