An open API service indexing awesome lists of open source software.

https://github.com/lpellegr/remarkable-iframify

Remarkable plugin to replace URLs to video providers (e.g. Viameo, Youtube) by an embedded iframe.
https://github.com/lpellegr/remarkable-iframify

iframify remarkable remarkable-plugin videopress vimeo vine youtube

Last synced: about 1 year ago
JSON representation

Remarkable plugin to replace URLs to video providers (e.g. Viameo, Youtube) by an embedded iframe.

Awesome Lists containing this project

README

          

# remarkable-iframify

[Remarkable](https://github.com/jonschlinkert/remarkable) plugin to replace URLs to video providers (e.g. Viameo, Youtube) by an embedded iframe.

## Usage

```js
const iframify = require("@noticeable/remarkable-iframify");
const remarkable = new Remarkable('full', {...});
remarkable.use(iframify);
```

For more information about how to load a plugin, please refer to the official documentation:

https://github.com/jonschlinkert/remarkable/blob/master/docs/plugins.md