hexo-insert-image

A small plugin use to insert the image into the source post of Hexo base on Atom

superhos

212

0

4.0.0

MIT

GitHub

hexo-insert-images

Introduction

It's complicated when we want to insert an image into the markdown file of hexo. So I wrote this plugin for Atom for inserting the image more convenient.

Install

  1. command:
apm install hexo-insert-images
  1. restart Atom or below shift+command+P command:
Window: Reload

Usage

  1. Right click context menu.
  2. Select Insert Images (Hexo)
  3. Select image.
  4. Done

Version

1.0.0 Base function implementation.