{"id":21529884,"url":"https://github.com/sdebacker/ckeditor-adv_link","last_synced_at":"2025-10-09T04:15:17.897Z","repository":{"id":78993680,"uuid":"253488172","full_name":"sdebacker/ckeditor-adv_link","owner":"sdebacker","description":"A CKEditor 4 link plugin adding the ability to link to local (CMS) pages. Rely on jQuery for ajax calls.","archived":false,"fork":false,"pushed_at":"2020-04-21T15:03:56.000Z","size":139,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-09T04:15:16.869Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sdebacker.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2020-04-06T12:17:51.000Z","updated_at":"2020-04-21T15:03:59.000Z","dependencies_parsed_at":"2023-03-17T13:15:35.990Z","dependency_job_id":null,"html_url":"https://github.com/sdebacker/ckeditor-adv_link","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sdebacker/ckeditor-adv_link","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdebacker%2Fckeditor-adv_link","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdebacker%2Fckeditor-adv_link/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdebacker%2Fckeditor-adv_link/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdebacker%2Fckeditor-adv_link/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sdebacker","download_url":"https://codeload.github.com/sdebacker/ckeditor-adv_link/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdebacker%2Fckeditor-adv_link/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279000762,"owners_count":26082921,"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-10-09T02:00:07.460Z","response_time":59,"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-24T01:59:31.418Z","updated_at":"2025-10-09T04:15:17.891Z","avatar_url":"https://github.com/sdebacker.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ckeditor-adv_link\n\nA CKEditor 4 link plugin adding the ability to link to local (CMS) pages. Rely on jQuery for ajax calls.\n\nTested with CKEditor 4.14.\n\n## Disclaimer\n\nI developed this script for my needs, it is inspired by this [repository](https://github.com/simogeo/ckeditor-adv_link) and this [blog post](http://blog.xoundboy.com/?p=393).\n\n## How to install it ?\n\n1. Download and extract `adv_link` folder into CKEditor plugins folder\n\n2. Disable default link plugin and enable the new one. To do so, in your config.js file :\n\n```javascript\nCKEDITOR.editorConfig = function(config) {\n    // Define changes to default configuration here.\n\n    config.removePlugins = 'link';\n    config.extraPlugins = 'adv_link';\n\n    // whatever\n};\n```\n\n3. In `dialogs/links.js` file, find `/pages.php` and set the URL of the page which generates inputs to populate the plugin. A sample PHP script is given in `sample` folder and can be a good start.\n\n4. Test your installation by using the plugin, if it does not work, use javascript debugging tool.\n\n## Internationalization\n\n2 translations are defined in the language files:\n\n```javascript\nlocalPage:'Local page',\nselectPageLabel:'Select a page.',\n```\n\nFeel free to send pull requests!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsdebacker%2Fckeditor-adv_link","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsdebacker%2Fckeditor-adv_link","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsdebacker%2Fckeditor-adv_link/lists"}