When pasting, nothing happens
hgaronfolo opened this issue · 5 comments
On Windows 7:
- Copy image to clipboard
- switch to Atom
- paste image
Nothing happens.
Also tried writing . However, at work on my Win7 laptop with Atom (editing an md file), the pasting doesn't work. Nothing happens when I press CTRL-V.
Can you confirm which platforms the package works on? Is it mac/linux only?
@bigyuki Okay, I finally figured it out :-) On my Linux machine the language in the lower right corner is set to "Github Markdown" while on Windows Atom, it is just "Markdown".
For markdown-image-helper to work, the language needs to be "Git Markdown", so on Windows Atom, I went in to settings, packages and searched for "language-gfm" (core package). This package was disabled by default in Windows Atom, but enabled by default in Linux Atom.
I enabled "language-gfm", and now I can choose "Github Markdown" in Windows Atom and markdown-image-helper now works! :-)
This solved my issue but should probably be in the README.md
@getthemike thank you , i had wrote something about this in the “README.md” file