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
- command:
apm install hexo-insert-images
- restart Atom or below
shift+command+P
command:
Window: Reload
Usage
- Right click context menu.
- Select
Insert Images (Hexo)
- Select image.
- Done
Version
1.0.0 Base function implementation.