Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/linkesch/medium-editor-insert-plugin
jQuery insert plugin for MediumEditor
https://github.com/linkesch/medium-editor-insert-plugin
Last synced: about 1 month ago
JSON representation
jQuery insert plugin for MediumEditor
- Host: GitHub
- URL: https://github.com/linkesch/medium-editor-insert-plugin
- Owner: linkesch
- License: mit
- Archived: true
- Created: 2013-10-08T10:25:37.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2020-09-10T19:49:10.000Z (about 4 years ago)
- Last Synced: 2024-05-22T21:35:17.363Z (6 months ago)
- Language: JavaScript
- Homepage: http://orthes.github.io/medium-editor-insert-plugin
- Size: 6.9 MB
- Stars: 1,225
- Watchers: 61
- Forks: 353
- Open Issues: 55
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - linkesch/medium-editor-insert-plugin - jQuery insert plugin for MediumEditor (others)
README
# jQuery insert plugin for MediumEditor
[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/orthes/medium-editor-insert-plugin?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge) [![Build Status](https://travis-ci.org/orthes/medium-editor-insert-plugin.svg?branch=master)](https://travis-ci.org/orthes/medium-editor-insert-plugin) [![Codacy Badge](https://api.codacy.com/project/badge/Grade/1f8565ed2e554e4fa952ec4da6a2080b)](https://www.codacy.com/app/orthes_3082/medium-editor-insert-plugin?utm_source=github.com&utm_medium=referral&utm_content=orthes/medium-editor-insert-plugin&utm_campaign=Badge_Grade) [![CDNJS](https://img.shields.io/cdnjs/v/medium-editor-insert-plugin.svg)](https://cdnjs.com/libraries/medium-editor-insert-plugin)
This plugin expands capabilities of [MediumEditor](https://github.com/yabwe/medium-editor) (a clone of medium.com WYSIWYG editor) and it enables users to insert into the editor various types of content (depending on available addons).
Current available addons:
- **images**
- **embeds** (either through oEmbed proxy, such as [Iframely](https://iframely.com/), or pre-defined parsers such as - Youtube, Vimeo, Twitter, Facebook, Instagram)## Demo
[http://orthes.github.io/medium-editor-insert-plugin](http://orthes.github.io/medium-editor-insert-plugin)
## Download
**Via npm:**
`npm install medium-editor-insert-plugin --save`
**Via bower:**
`bower install medium-editor-insert-plugin --save`
**Manual:**
[Download the latest release](https://github.com/orthes/medium-editor-insert-plugin/releases)
## Quick Start
The first step is to include the plugin with all its dependencies to your code:
```html
```
Initialize MediumEditor as you normally would:
```javascript
var editor = new MediumEditor('.editable');
```Finally, you can initialize the insert plugin:
```javascript
$(function () {
$('.editable').mediumInsert({
editor: editor
});
});
```## [Documentation](https://github.com/orthes/medium-editor-insert-plugin/wiki)
- [Getting Started](https://github.com/orthes/medium-editor-insert-plugin/wiki/v2.x-Getting-Started)
- [Configuration](https://github.com/orthes/medium-editor-insert-plugin/wiki/v2.x-Configuration)
- [Using with webpack](https://github.com/orthes/medium-editor-insert-plugin/wiki/v2.x-Using-with-webpack)
- [Server response](https://github.com/orthes/medium-editor-insert-plugin/wiki/v2.x-Server-response)
- [Custom addons](https://github.com/orthes/medium-editor-insert-plugin/wiki/v2.x-Custom-addons)
- [Upgrading from v0.3](https://github.com/orthes/medium-editor-insert-plugin/wiki/v2.x-Upgrading-from-v0.3)
- [Versioning](https://github.com/orthes/medium-editor-insert-plugin/wiki/Versioning)
- [Development & Contributing](https://github.com/orthes/medium-editor-insert-plugin/wiki/Development-&-Contributing)
- [License](https://github.com/orthes/medium-editor-insert-plugin/wiki/License)## Contributors
Thanks goes to these wonderful people ([emoji key](https://github.com/all-contributors/all-contributors#emoji-key)):
| [
Pavel Linkesch](http://linkesch.com)
[π»](https://github.com/orthes/medium-editor-insert-plugin/commits?author=orthes "Code") [π](https://github.com/orthes/medium-editor-insert-plugin/commits?author=orthes "Documentation") [π§](#maintenance-orthes "Maintenance") [π](#review-orthes "Reviewed Pull Requests") | [
JΓ©rΓ©my Benoist](http://www.j0k3r.net)
[π»](https://github.com/orthes/medium-editor-insert-plugin/commits?author=j0k3r "Code") [π§](#maintenance-j0k3r "Maintenance") [π](#review-j0k3r "Reviewed Pull Requests") | [
Nazar Leush](https://github.com/nleush)
[π»](https://github.com/orthes/medium-editor-insert-plugin/commits?author=nleush "Code") | [
Andrey Sitnik](http://twitter.com/sitnikcode)
[π»](https://github.com/orthes/medium-editor-insert-plugin/commits?author=ai "Code") | [
Jeremy Epstein](http://greenash.net.au/)
[π»](https://github.com/orthes/medium-editor-insert-plugin/commits?author=Jaza "Code") | [
Hikaru Tooyama](https://github.com/vexus2)
[π»](https://github.com/orthes/medium-editor-insert-plugin/commits?author=vexus2 "Code") | [
Alexandr Subbotin](https://twitter.com/asubbotin)
[π»](https://github.com/orthes/medium-editor-insert-plugin/commits?author=KELiON "Code") |
| :---: | :---: | :---: | :---: | :---: | :---: | :---: |
| [
Vinicius Patrinhani](https://github.com/patrinhani-ciandt)
[π»](https://github.com/orthes/medium-editor-insert-plugin/commits?author=patrinhani-ciandt "Code") | [
Firas Bessadok](http://firas.bessadok.com)
[π»](https://github.com/orthes/medium-editor-insert-plugin/commits?author=fbessadok "Code") | [
Omnia G Helmi](http://omniagm.github.io/)
[π»](https://github.com/orthes/medium-editor-insert-plugin/commits?author=OmniaGM "Code") | [
Daniel Huang](https://github.com/daniel-huang)
[π»](https://github.com/orthes/medium-editor-insert-plugin/commits?author=daniel-huang "Code") | [
Alex Xandra Albert Sim](https://bertzzie.com)
[π»](https://github.com/orthes/medium-editor-insert-plugin/commits?author=bertzzie "Code") | [
Brandon Renfrow](https://github.com/brenfrow)
[π»](https://github.com/orthes/medium-editor-insert-plugin/commits?author=brenfrow "Code") | [
BurnHavoc](https://github.com/BurnHavoc)
[π»](https://github.com/orthes/medium-editor-insert-plugin/commits?author=BurnHavoc "Code") |
| [
Enzo](http://enzoz.me/)
[π»](https://github.com/orthes/medium-editor-insert-plugin/commits?author=enzoz "Code") | [
Jonathon Sim](http://idealstack.io)
[π»](https://github.com/orthes/medium-editor-insert-plugin/commits?author=jonathonsim "Code") | [
Kazuya Hara](https://kazuyahara.com)
[π»](https://github.com/orthes/medium-editor-insert-plugin/commits?author=KazuyaHara "Code") | [
MiloΕ‘ HadΕΎiΔ](https://rightfold.io)
[π»](https://github.com/orthes/medium-editor-insert-plugin/commits?author=miloshadzic "Code") | [
Siron](https://github.com/Siron)
[π»](https://github.com/orthes/medium-editor-insert-plugin/commits?author=Siron "Code") | [
Sam Auciello](http://antha.site)
[π»](https://github.com/orthes/medium-editor-insert-plugin/commits?author=olleicua "Code") | [
Sean Cashin](https://github.com/scashin133)
[π»](https://github.com/orthes/medium-editor-insert-plugin/commits?author=scashin133 "Code") |
| [
Yu Zhai](https://github.com/jackyzhai)
[π»](https://github.com/orthes/medium-editor-insert-plugin/commits?author=jackyzhai "Code") | [
acekat](https://github.com/acekat)
[π»](https://github.com/orthes/medium-editor-insert-plugin/commits?author=acekat "Code") | [
linpekka](https://github.com/linpekka)
[π»](https://github.com/orthes/medium-editor-insert-plugin/commits?author=linpekka "Code") | [
sainu](http://sa-inu.com/)
[π»](https://github.com/orthes/medium-editor-insert-plugin/commits?author=sainuio "Code") | [
Murat Tasarsu](http://medya-t.com)
[π»](https://github.com/orthes/medium-editor-insert-plugin/commits?author=tasarsu "Code") | [
Anil Kumar Maurya](http://anilmaurya.herokuapp.com)
[π»](https://github.com/orthes/medium-editor-insert-plugin/commits?author=anilmaurya "Code") | [
Artem Shevtsov](https://github.com/artshevtsov)
[π»](https://github.com/orthes/medium-editor-insert-plugin/commits?author=artshevtsov "Code") |
| [
Baptiste Gaillard](https://github.com/bgaillard)
[π»](https://github.com/orthes/medium-editor-insert-plugin/commits?author=bgaillard "Code") | [
Bernard Wolff](https://github.com/bernardwolff)
[π»](https://github.com/orthes/medium-editor-insert-plugin/commits?author=bernardwolff "Code") | [
Carl Scott](http://gogocarl.blogspot.com)
[π»](https://github.com/orthes/medium-editor-insert-plugin/commits?author=GoGoCarl "Code") | [
Chris Joe](https://github.com/flamerohr)
[π»](https://github.com/orthes/medium-editor-insert-plugin/commits?author=flamerohr "Code") | [
Daniel Wang](https://github.com/pvnr0082t)
[π»](https://github.com/orthes/medium-editor-insert-plugin/commits?author=pvnr0082t "Code") | [
Derrek Bertrand](http://derrekbertrand.com/)
[π»](https://github.com/orthes/medium-editor-insert-plugin/commits?author=derrekbertrand "Code") | [
Gabi Maeztu](http://merqur.io)
[π»](https://github.com/orthes/medium-editor-insert-plugin/commits?author=merqurio "Code") |
| [
Hussein Jafferjee](http://inssein.com)
[π»](https://github.com/orthes/medium-editor-insert-plugin/commits?author=inssein "Code") | [
Indra Santosa](http://indrasantosa.com)
[π»](https://github.com/orthes/medium-editor-insert-plugin/commits?author=indrasantosa "Code") | [
Ivan Paramonau](http://twitter.com/iparamonau)
[π»](https://github.com/orthes/medium-editor-insert-plugin/commits?author=iparamonau "Code") | [
JK](http://jerinisready.wordpress.com)
[π»](https://github.com/orthes/medium-editor-insert-plugin/commits?author=jerinisready "Code") | [
Jeff Bellsey](http://futureground.net)
[π»](https://github.com/orthes/medium-editor-insert-plugin/commits?author=jbellsey "Code") | [
Kenzo Okamura](http://blog.oznek.com.br)
[π»](https://github.com/orthes/medium-editor-insert-plugin/commits?author=oznek "Code") | [
Matei Dorobantu](http://matei.dorobantu.me)
[π»](https://github.com/orthes/medium-editor-insert-plugin/commits?author=mateid "Code") |
| [
Max Kirchoff](http://www.maxisnow.com)
[π»](https://github.com/orthes/medium-editor-insert-plugin/commits?author=maxkirchoff "Code") | [
MrEcl](https://github.com/MrEcl)
[π»](https://github.com/orthes/medium-editor-insert-plugin/commits?author=MrEcl "Code") | [
RaphaΓ«l Vercruyssen](https://github.com/RifRaf44)
[π»](https://github.com/orthes/medium-editor-insert-plugin/commits?author=RifRaf44 "Code") | [
Sebastian Zorn](http://dazorni.de)
[π»](https://github.com/orthes/medium-editor-insert-plugin/commits?author=dazorni "Code") | [
tsbalzhanov](https://github.com/tsbalzhanov)
[π»](https://github.com/orthes/medium-editor-insert-plugin/commits?author=tsbalzhanov "Code") | [
bjrenfrow](https://github.com/bjrenfrow)
[π»](https://github.com/orthes/medium-editor-insert-plugin/commits?author=bjrenfrow "Code") | [
orhan](https://github.com/orhanveli)
[π»](https://github.com/orthes/medium-editor-insert-plugin/commits?author=orhanveli "Code") |
| [
swolfod](https://github.com/swolfod)
[π»](https://github.com/orthes/medium-editor-insert-plugin/commits?author=swolfod "Code") | [
Eligijus KrΔpΕ‘ta](https://kodinu.lt)
[π»](https://github.com/orthes/medium-editor-insert-plugin/commits?author=keligijus "Code") |This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!
## License
[MIT](https://github.com/orthes/medium-editor-insert-plugin/blob/master/LICENSE)