• Packages
  • Themes
  • Documentation
  • Blog
  • Discuss
Sign in

insert-image-to-atom-project

When you paste an image on the clipboard, the img path is inserted. You can set save destination and wwwroot for each project.
  • #preview
  • #clipboard
  • #image
  • #markdown
  • #inline
shwld
0.4.0 1,056
1
  • Repo
  • Bugs
  • Versions
  • License
Flag as spam or malicious

Insert image to atom project

When you paste an image on the clipboard, the img path is inserted.

You can set save destination and wwwroot for each project.

Grammar supporting snippet insertion

  • Markdown
  • HTML

For other grammers, insert image-path.

Inline preview for markdown grammer

Settings

.image-config.json

{
  "storePath": "/images",
  "wwwRoot": "/public"
  "grammars": {
    "Markdown": {
      "url": "![](${url})"
    },
    "GitHub Markdown": {
      "url": "![](${url})"
    },
    "HTML": {
      "url": "<img src=\"${url}\" alt=\"\">"
    }
  }
}
  • storePath: Image save destination
  • wwwRoot : Route of relative path
  • grammars : Grammer settings
    • url : Customize pasting style, will insert image path to ${url}

I think this package is bad news.

Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.

  • Terms of Use
  • Privacy
  • Code of Conduct
  • Releases
  • FAQ
  • Contact
with by