/asciidoc-image-helper

Tool to make insertion of images into AsciiDocs easier in the Atom editor.

Primary LanguageCoffeeScriptMIT LicenseMIT

AsciiDoc Image Helper

Atom Package Atom Package Downloads Build Status MIT License

An Atom plugin for AsciiDoc grammar. Create an image file in the specified folder that is named after the asciidoc file it is pasted into, and insert a relative url to that file into the document.

Originally forked from markdown-image-helper.

Usage

  1. Take a screenshot or copy any image to the clipboard.
  2. Paste it into Atom AsciiDoc editor.
  3. See that an directory name images was created, the directory has a png file, and a url was inserted.

Install

Settings/Preferences > Install > Search for asciidoc-image-helper

Or

apm install asciidoc-image-helper

Credits

Special thank you to Ludovic Fernandez 'ldez' for turning this package into a legit project. I am learning alot from his pull requests.