atom-markdown-image-assistant icon indicating copy to clipboard operation
atom-markdown-image-assistant copied to clipboard

Add sane drag and drop and copy/paste support for images to markdown files

Results 15 atom-markdown-image-assistant issues
Sort by recently updated
recently updated
newest added

Is it possible to auto resize the image if it is larger than certain width/height? Screen shot in mac is usually too big for a mark down.

Atom cannot be previewed if images copied to the assets directory are automatically spaced. It is recommended to replace spaces with underscores when copying files

Is it possible to add option to create folder for assets like a filename without ".assets" in the name? e.g.: ``` something/ something.md ``` Thanks.

question

Hexo (https://hexo.io) users are able to create folders for own posts with the same name as file.md name. In current version of markdown-image-assistant it is possible to leave blank input...

Can this tool create a folder in the Parent directory?

On the issue https://github.com/tlnagy/atom-markdown-image-assistant/issues/20 - add `prependDate` option - simplify nested if statements - replace string formatting by string concatenation

This allows you to save images in a central location and optionally access them via a URL that can be different from `imageDir`. This is useful, for example, if you...

Argument to `path.extname` must be a string ``` Object.extname (/private/var/folders/2v/g3nzkkfd2g71mf3_y35tly9w0000gn/T/AppTranslocation/DBC1DCF7-0BF0-4810-B058-8AD6B99946E1/d/Atom.app/Contents/Resources/app/src/electron-shims.js:20:10) Object.process_file (/Users/amiral/.atom/packages/markdown-image-assistant/lib/main.coffee:133:23) Object.handle_cp (/Users/amiral/.atom/packages/markdown-image-assistant/lib/main.coffee:128:19) (/Users/amiral/.atom/packages/markdown-image-assistant/lib/main.coffee:73:26) Function.module.exports.Emitter.simpleDispatch (:63093:20) Emitter.emit (:63209:34) ```

bug

I'd like to add a date to the filename of the image, E.g. instead of `readme-a85f5b36.png` I would like to have `readme-2019-04-15-a85f5b36.png`.

It would be great when not only the `Ctrl+V` insertion and drag and drop would work but also the middle click on the mouse. This is a common feature on...