All Projects → Rovak → Inlineattachment

Rovak / Inlineattachment

Licence: mit
Easily paste and upload files/images in plain textareas

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Inlineattachment

Dependency spy
Find known vulnerabilities in your dependencies
Stars: ✭ 87 (-85.43%)
Mutual labels:  npm, bower
Use Clippy
React Hook for reading from and writing to the user's clipboard.
Stars: ✭ 139 (-76.72%)
Mutual labels:  npm, clipboard
Client Dependencies Gradle
Install client dependencies from NPM, Bower or Git
Stars: ✭ 89 (-85.09%)
Mutual labels:  npm, bower
Composer Asset Plugin
NPM/Bower Dependency Manager for Composer
Stars: ✭ 898 (+50.42%)
Mutual labels:  npm, bower
Arcgis Js Api
Minified version of the ArcGIS API for JavaScript
Stars: ✭ 290 (-51.42%)
Mutual labels:  npm, bower
Ax5ui Uploader
jQuery file uploader, HTML5(IE9+, FF, Chrome, Safari) - http://ax5.io/ax5ui-uploader/
Stars: ✭ 25 (-95.81%)
Mutual labels:  npm, bower
Vscode Deploy Reloaded
Recoded version of Visual Studio Code extension 'vs-deploy', which provides commands to deploy files to one or more destinations.
Stars: ✭ 129 (-78.39%)
Mutual labels:  npm, bower
Ungrid
ungrid - the simplest responsive css grid
Stars: ✭ 1,292 (+116.42%)
Mutual labels:  npm, bower
Bower Material
This repository is used for publishing the AngularJS Material v1.x library
Stars: ✭ 510 (-14.57%)
Mutual labels:  npm, bower
Multiple Dates Picker For Jquery Ui
MDP is a little plugin that enables jQuery UI calendar to manage multiple dates.
Stars: ✭ 256 (-57.12%)
Mutual labels:  npm, bower
Showdown Htmlescape
Plugin for Showdown to prevent the use of arbitrary HTML and allow only the specific Markdown syntax.
Stars: ✭ 6 (-98.99%)
Mutual labels:  npm, bower
Smartbanner.js
Customisable smart app banners for iOS and Android
Stars: ✭ 391 (-34.51%)
Mutual labels:  npm, bower
Simplestatemanager
A responsive state manager which allows you to run different javascript at different browser widths
Stars: ✭ 632 (+5.86%)
Mutual labels:  npm, bower
Pkgmirror
Packages Mirroring
Stars: ✭ 62 (-89.61%)
Mutual labels:  npm, bower
Asset Packagist
Asset Packagist
Stars: ✭ 235 (-60.64%)
Mutual labels:  npm, bower
Bootstrap Iconpicker
A simple icon picker
Stars: ✭ 344 (-42.38%)
Mutual labels:  npm, bower
Npm Gui
Graphic tool for managing javascript project dependencies - in a friendly way.
Stars: ✭ 454 (-23.95%)
Mutual labels:  npm, bower
Migrate Mongo
A database migration tool for MongoDB in Node
Stars: ✭ 481 (-19.43%)
Mutual labels:  npm
Clipy
Clipboard extension app for macOS.
Stars: ✭ 5,574 (+833.67%)
Mutual labels:  clipboard
Bowerphp
A PHP implementation of bower 🐦
Stars: ✭ 479 (-19.77%)
Mutual labels:  bower

A new version is being developed in the dev-3.x branch

Inline Attachment 2.0.3 Master Branch Build Status

Adds upload functionality to a textarea or CodeMirror instance by either drag-dropping or pasting (only in chrome) an image inside it.

It's similar to pasting of images in Github.

demo

Getting started

The latest versions are available here

Bower

The package can be installed using Bower

bower install inline-attachment

Documentation

Documentation can be found on ReadTheDocs

Handling image uploads

The Demo folder contains an example in PHP on how to handle uploads.

Build

To build the project you need node, npm and grunt installed. These tools can be installed on Ubuntu as follows:

Follow the Node.js guide: Node.js installation

Go to the project folder and run the following:

npm install
grunt

This should build the project and the files will appear in the dist/ folder

Changelog

See Github releases

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].