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.
- Host: GitHub
- URL: https://github.com/lpellegr/remarkable-iframify
- Owner: lpellegr
- Created: 2017-11-27T19:09:20.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-05-20T18:02:57.000Z (about 6 years ago)
- Last Synced: 2025-03-29T05:47:42.586Z (about 1 year ago)
- Topics: iframify, remarkable, remarkable-plugin, videopress, vimeo, vine, youtube
- Language: JavaScript
- Homepage: https://noticeable.io
- Size: 5.86 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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