You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

ckeditor-imgur

Package Overview
Dependencies
Maintainers
3
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ckeditor-imgur

This is a plugin for ckeditor to upload image through imgur

0.0.7
latest
npmnpm
Version published
Weekly downloads
3
Maintainers
3
Weekly downloads
 
Created
Source

CKEditor Plugin with imgur

This is a plugin for CKEditor to upload images directly to imgur through ckeditor. The plugin is forked from gem ckeditor-imgur which was built by Yi Feng Xie. The original plugin do not need access token of imgur, therefore every image uploaded is anonymous. In this plugin, we modify a little code to upload images with access token.

Usage

First set the parameters below in config.js:

// ./ckeditor/plugins/config.js
config.extraPlugins = 'imgur';
config.imgurClientID = 'CLIENT_ID';
config.imgurClientSecret = 'CLIENT_SECRETE';
config.imgurRefreshToken = 'REFRESH_TOKEN';

Move all the plugin files into ./ckeditor/plugins/imgur.

Imgur API

For more information, check official imgur API or you can check the note here.

Logs

  • 2017-07-23 Change the link of imgur from HTTP to HTTPs
  • 2017-07-20 Add ckeditor imgur for authorized uploading images

Keywords

ckeditor

FAQs

Package last updated on 06 Oct 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts