All Projects → artf → Grapesjs Plugin Filestack

artf / Grapesjs Plugin Filestack

Licence: bsd-3-clause
Enable Filestack uploader inside the Asset Manager

Programming Languages

javascript
184084 projects - #8 most used programming language

Labels

Projects that are alternatives of or similar to Grapesjs Plugin Filestack

ShareX-CDN
Basic image, text & file uploader CDN for ShareX
Stars: ✭ 22 (+57.14%)
Mutual labels:  uploader
Aria
下载可以很简单
Stars: ✭ 4,777 (+34021.43%)
Mutual labels:  uploader
Goph
🤘 The native golang ssh client to execute your commands over ssh connection. 🚀🚀
Stars: ✭ 734 (+5142.86%)
Mutual labels:  uploader
Formvuelar
Vue form components with server-side validation in mind
Stars: ✭ 263 (+1778.57%)
Mutual labels:  uploader
Xbackbone
A lightweight file manager with full ShareX, Screencloud support and more
Stars: ✭ 359 (+2464.29%)
Mutual labels:  uploader
Gphotos Uploader Cli
Command line tool to mass upload media folders to your google photos account(s) (Mac OS / Linux)
Stars: ✭ 502 (+3485.71%)
Mutual labels:  uploader
uploadcare client
A flutter library for working with Uploadcare REST API. File uploads, media processing, and adaptive delivery for web and mobile.
Stars: ✭ 14 (+0%)
Mutual labels:  uploader
Upload
文件上传功能
Stars: ✭ 8 (-42.86%)
Mutual labels:  uploader
Dropit
DropIt is a File Uploader built with nodejs, Upload, get a link, and share your files with anyone easily.
Stars: ✭ 367 (+2521.43%)
Mutual labels:  uploader
Uppy
The next open source file uploader for web browsers 🐶
Stars: ✭ 24,829 (+177250%)
Mutual labels:  uploader
Katana
🚀 a powerful, open-source screenshot utility for macOS
Stars: ✭ 270 (+1828.57%)
Mutual labels:  uploader
Vue File Upload
vue.js ,vue-loader 上传文件,vue-file-upload,vue上传文件组件
Stars: ✭ 317 (+2164.29%)
Mutual labels:  uploader
Filegator
Powerful Multi-User File Manager
Stars: ✭ 587 (+4092.86%)
Mutual labels:  uploader
garmin-uploader
Garmin Connect Python Uploader
Stars: ✭ 97 (+592.86%)
Mutual labels:  uploader
Ax5ui Uploader
jQuery file uploader, HTML5(IE9+, FF, Chrome, Safari) - http://ax5.io/ax5ui-uploader/
Stars: ✭ 25 (+78.57%)
Mutual labels:  uploader
ngxf-uploader
File uploader for Angular 6+
Stars: ✭ 25 (+78.57%)
Mutual labels:  uploader
Anyupload
anyupload是一个极度纯净的上传插件,通过简单调整就可以融入到任何项目,支持多文件上传、上传速率动态控制、真实进度监控kb/s、分块生成MD5、分块上传、MD5校验秒传、暂停、取消等。仅需1000行代码
Stars: ✭ 480 (+3328.57%)
Mutual labels:  uploader
Html5 Uploader
A pure HTML5 file uploader
Stars: ✭ 9 (-35.71%)
Mutual labels:  uploader
Web File Uploader
A simple tool to let people upload and share images and files
Stars: ✭ 26 (+85.71%)
Mutual labels:  uploader
Chibisafe
Blazing fast file uploader and awesome bunker written in node! 🚀
Stars: ✭ 657 (+4592.86%)
Mutual labels:  uploader

GrapesJS Filestack

This plugin replaces the default file uploader with the one from Filestack

Demo: http://grapesjs.com/demo.html

GrapesJS


Summary

  • Plugin
    • Name: gjs-plugin-filestack
    • Options:
      • key Filestack's API key (required)
      • btnEl Custom button element which triggers Filestack modal
      • btnText Text for the button in case the custom one is not provided, default: Add images
      • filestackOpts Filestack's options, default: {accept: 'image/*', maxFiles: 10}
      • onComplete On complete upload callback, eg. onComplete: (blobs, assets) => {...} blobs Array of Objects, eg. [{url:'...', filename: 'name.jpeg', ...}] assets Array of inserted assets

Prerequisites

  • filestack-js up to v0.11.5 only (not compatible with filestack-js v1 and above)

Download

Usage

<link href="path/to/grapes.min.css" rel="stylesheet"/>
<link href="path/to/grapesjs-plugin-filestack.css" rel="stylesheet"/>

<script src="path/to/grapes.min.js"></script>
<script src="path/to/grapesjs-plugin-filestack.min.js"></script>

<div id="gjs"></div>

<script type="text/javascript">
  var editor = grapesjs.init({
      container : '#gjs',
      plugins: ['gjs-plugin-filestack'],
      pluginsOpts: {
        'gjs-plugin-filestack': {/* ...options */}
      }
  });
</script>

Development

Clone the repository

$ git clone https://github.com/artf/grapesjs-plugin-filestack.git
$ cd grapesjs-plugin-filestack

Install it

$ npm i

The plugin relies on GrapesJS via peerDependencies so you have to install it manually (without adding it to package.json)

$ npm i grapesjs --no-save

Start the dev server

$ npm start

License

BSD 3-Clause

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].