1.2.0 • Published 3 years ago

md2asset v1.2.0

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

Markdown 2 Asset

Convert urls from websites like imgur to files on your local computer.

Getting Started

Given a markdown file...

# My Markdown File

![01](https://i.imgur.com/TFhdvgt.png)

![01](https://i.imgur.com/1y23q6I.png)

![02](https://i.imgur.com/Nqk5I6p.png)

Running this command...

md2asset folder/file.md

Will generate...

folder
├── assets
│   ├── 01_1.png
│   ├── 01_2.png
│   └── 02_1.png
└── test.md

Additional Notes

Take a look at the downloadImage event emitter to add your own custom hooks.

1.2.0

3 years ago

1.0.1-c

3 years ago

1.0.1-b

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago