{"id":16844304,"url":"https://github.com/mlewand/ckeditor5-paste-link","last_synced_at":"2025-04-05T10:42:25.430Z","repository":{"id":56735985,"uuid":"524355427","full_name":"mlewand/ckeditor5-paste-link","owner":"mlewand","description":"CKEditor 5 plugin that links the selected content with an URL from the clipboard.","archived":false,"fork":false,"pushed_at":"2022-10-08T12:14:02.000Z","size":184,"stargazers_count":1,"open_issues_count":3,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-10T21:37:03.405Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/mlewand.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-08-13T09:32:10.000Z","updated_at":"2023-11-08T21:06:44.000Z","dependencies_parsed_at":"2023-01-19T16:02:56.930Z","dependency_job_id":null,"html_url":"https://github.com/mlewand/ckeditor5-paste-link","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mlewand%2Fckeditor5-paste-link","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mlewand%2Fckeditor5-paste-link/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mlewand%2Fckeditor5-paste-link/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mlewand%2Fckeditor5-paste-link/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mlewand","download_url":"https://codeload.github.com/mlewand/ckeditor5-paste-link/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247325646,"owners_count":20920713,"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":[],"created_at":"2024-10-13T12:55:18.829Z","updated_at":"2025-04-05T10:42:25.408Z","avatar_url":"https://github.com/mlewand.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CKEditor5 paste link\n\nCKEditor 5 plugin that links the selected content with an URL from the clipboard.\n\nhttps://user-images.githubusercontent.com/5353898/184495493-d4984eee-699b-4e7b-a0d1-03d3f9f57dbb.mp4\n\n## Configuration options\n\n### `pasteLink.protocols`\n\nAllows to change the list of accepted protocols.\n\n```js\neditor = await ClassicEditor.create( domElement, {\n\t\tplugins: [\n\t\t\tParagraph,\n\t\t\tEssentials,\n\t\t\tPasteLink\n\t\t],\n\t\tpasteLink: {\n\t\t\tprotocols: [ 'ftp', 'http', 'https', 'mailto', 'custom-protocol' ]\n\t\t}\n\t} );\n```\n\nArray of strings. Defaults to: `[ 'http', 'https' ]`.\n\n## Developing the package\n\n### Preview\n\n```\nyarn install\nyarn start\n```\n\nThis will open http://localhost:8080/ sample page with the plugin enabled.\n\n### Testing\n\n```\nyarn install\nyarn test -w\n```\n\n## License\n\nThis package is available under [MIT license](https://opensource.org/licenses/MIT).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmlewand%2Fckeditor5-paste-link","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmlewand%2Fckeditor5-paste-link","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmlewand%2Fckeditor5-paste-link/lists"}