nodebb-plugin-imgbed

1.1.6 • Public • Published

nodebb-plugin-imgbed

js-standard-style Build Status

Embeds images into a post with just an image url.

This plugin parses links that are image urls and changes them into either:

  • markdown: ![image-url.jpg](http://images.google.com/image-url.jpg)
  • bb code: [img alt="image.png" title="image.png"]https://images.google.com/image.png[/img]
  • html img tags: <img src="http://images.google.com/image.png" alt="image.png" title="image.png">

Package Sidebar

Install

npm i nodebb-plugin-imgbed

Weekly Downloads

2

Version

1.1.6

License

MIT

Unpacked Size

25.4 kB

Total Files

13

Last publish

Collaborators

  • bdharrington7