InlineAttachment icon indicating copy to clipboard operation
InlineAttachment copied to clipboard

Easily paste and upload files/images in plain textareas

Results 24 InlineAttachment issues
Sort by recently updated
recently updated
newest added

enhancement

In github comment box, you have the option to drag/drop, paste or **select file/images**. This plugin lacks the "select" using file input. I achieved this by directly modifying a dist...

enhancement

Running the CasperJS task `grunt casperjs` generates some screen captures in the `./capture` directory, but they all appear to be the same: ![step-1](https://cloud.githubusercontent.com/assets/215266/14263871/5d6aa752-fa7a-11e5-900c-c71b4ea6b71c.jpg) ![step-2](https://cloud.githubusercontent.com/assets/215266/14263872/5d6baa44-fa7a-11e5-94bf-59350427d723.jpg) ![step-3](https://cloud.githubusercontent.com/assets/215266/14263874/5d6c3720-fa7a-11e5-81d4-74b184af5896.jpg) ![step-4](https://cloud.githubusercontent.com/assets/215266/14263873/5d6c05b6-fa7a-11e5-982a-9e5a424ead02.jpg) Is this currently the...

bug

What's currently the recommended path for integration with applications built with webpack, and is there any interest in upgrading this package to support ES6 / webpack / "whatever I should...

enhancement

I'd love an example of how to make InlineAttachment work with [ProseMirror](http://prosemirror.net/). Specifically I'd like to see how to make it work with the 'Markdown' editing mode of this ProseMirror...

enhancement

Any plan to support CodeMirror 5? Thank you

enhancement

There does not seem to be adequate angular documentation. What is the dependency that should be injected into the app?

question

First I want to say this is an awesome plugin, I hadn't test it yet, but from demo I can see this is THE functionality I was looking for. Thank...

enhancement

Like Github comment form, it is better to use skitch directly to upload images

enhancement

I'd like to expand the syntax used for markdown in the urlText, like by specifying the height & width (an extension to normal markdown): ``` ![file_name)(/imgs/123456789.png =120x60) ``` Though I...