{"id":19303545,"url":"https://github.com/matthewcallis/jquery-linkup","last_synced_at":"2026-06-08T23:31:42.560Z","repository":{"id":2446555,"uuid":"3417158","full_name":"MatthewCallis/jQuery-LinkUp","owner":"MatthewCallis","description":"Find and link text to a given URL in a given set of elements.","archived":false,"fork":false,"pushed_at":"2013-08-02T21:55:22.000Z","size":60,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-11-15T03:37:57.366Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://superfamicom.org/","language":"JavaScript","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/MatthewCallis.png","metadata":{"files":{"readme":"readme.markdown","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-02-11T19:08:19.000Z","updated_at":"2013-11-30T16:42:18.000Z","dependencies_parsed_at":"2022-09-09T00:52:22.504Z","dependency_job_id":null,"html_url":"https://github.com/MatthewCallis/jQuery-LinkUp","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/MatthewCallis/jQuery-LinkUp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MatthewCallis%2FjQuery-LinkUp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MatthewCallis%2FjQuery-LinkUp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MatthewCallis%2FjQuery-LinkUp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MatthewCallis%2FjQuery-LinkUp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MatthewCallis","download_url":"https://codeload.github.com/MatthewCallis/jQuery-LinkUp/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MatthewCallis%2FjQuery-LinkUp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34085321,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-08T02:00:07.615Z","response_time":111,"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":[],"created_at":"2024-11-09T23:26:45.988Z","updated_at":"2026-06-08T23:31:42.540Z","avatar_url":"https://github.com/MatthewCallis.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# LinkUp\nI needed to link many strings to various URLs but I didn't want to have to continuously update the page or keep track of the URLs in the database, and in some cases I didn't want the text linked in the visible source.\n\n## Examples\nFind and link BSNES and byuu to the appropriate page.\n\n```\n$('p').linkup([\n\t{ find: \"BSNES\",\t\treplace: 'http://byuu.org/bsnes/' },\n\t{ find: /byuu(-san)?/,\treplace: 'http://byuu.org/' }\n]);\n```\n\nFind and link SNES to the proper page, but don't link things in the black list.\n\n```\n$('div').linkup([\n\t{ find: \"SNES\",\treplace: 'http://superfamicom.org/' }\n], { blacklist: 'html,head,style,title,link,meta,script,object,embed,iframe,pre,a,h1,h2,h3' });\n```\n\n## Change Log\n\n*    0.1.0: Initial Commit\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatthewcallis%2Fjquery-linkup","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmatthewcallis%2Fjquery-linkup","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatthewcallis%2Fjquery-linkup/lists"}