{"id":22096964,"url":"https://github.com/pitops/ckeditor5-imgur-uploader","last_synced_at":"2025-07-24T22:32:48.361Z","repository":{"id":57140795,"uuid":"180356583","full_name":"pitops/ckeditor5-imgur-uploader","owner":"pitops","description":"Ckeditor5 custom uploader for imgur -with or without using a framework","archived":false,"fork":false,"pushed_at":"2019-04-09T13:17:51.000Z","size":3,"stargazers_count":4,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-08-10T09:59:59.912Z","etag":null,"topics":["ckeditor5","ckeditor5-plugin","imgur-uploader"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pitops.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-04-09T11:56:30.000Z","updated_at":"2024-03-07T02:13:08.000Z","dependencies_parsed_at":"2022-09-01T23:51:13.523Z","dependency_job_id":null,"html_url":"https://github.com/pitops/ckeditor5-imgur-uploader","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/pitops%2Fckeditor5-imgur-uploader","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pitops%2Fckeditor5-imgur-uploader/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pitops%2Fckeditor5-imgur-uploader/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pitops%2Fckeditor5-imgur-uploader/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pitops","download_url":"https://codeload.github.com/pitops/ckeditor5-imgur-uploader/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":227482455,"owners_count":17779968,"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":["ckeditor5","ckeditor5-plugin","imgur-uploader"],"created_at":"2024-12-01T04:13:41.087Z","updated_at":"2024-12-01T04:13:41.725Z","avatar_url":"https://github.com/pitops.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CKeditor5 Imgur Uploader\n\nA plug-n-play uploader for uploading images to [imgur](https://imgur.com/) directly.\n\n## Instructions\n\n```bash\nnpm install ckeditor5-imgur-uploader\n```\n\n## Generate Imgur CLIENT ID\n\nPlease follow [the instructions](https://api.imgur.com/oauth2/addclient) to create a new Imgur application (where it says callback just use a dummy one) so that you can generate a clientID.\n\n## Examples\n\n### With no framework\n\n```javascript\nimport ImgurUploaderInit from 'ckeditor5-imgur-uploader'\n\nconst ImgurUploader = ImgurUploaderInit({clientID: 'INSERT_IMGUR_CLIENT_ID'})\n\nClassicEditor.create(document.querySelector('#editor'), {\n  extraPlugins: [ImgurUploader]\n\n  // ...\n}).catch(error =\u003e {\n  console.log(error)\n})\n```\n\n### React\n\n```javascript\nimport React from 'react'\nimport ImgurUploaderInit from 'ckeditor5-imgur-uploader'\nimport CKEditor from '@ckeditor/ckeditor5-react'\nimport ClassicEditor from '@ckeditor/ckeditor5-build-classic'\n\nfunction CkeditorWrapper() {\n  const ImgurUploader = ImgurUploaderInit({clientID: 'INSERT_IMGUR_CLIENT_ID'})\n\n  return (\n    \u003cCKEditor\n      config={{\n        extraPlugins: [ImgurUploader]\n      }}\n      editor={ClassicEditor}\n    /\u003e\n  )\n}\n```\n\n## Contributions\n\nPull requests are welcome, so feel free to contribute!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpitops%2Fckeditor5-imgur-uploader","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpitops%2Fckeditor5-imgur-uploader","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpitops%2Fckeditor5-imgur-uploader/lists"}