https://github.com/inkdropapp/inkdrop-embed
Embed external contents in a note
https://github.com/inkdropapp/inkdrop-embed
Last synced: 8 months ago
JSON representation
Embed external contents in a note
- Host: GitHub
- URL: https://github.com/inkdropapp/inkdrop-embed
- Owner: inkdropapp
- License: mit
- Created: 2020-01-06T06:03:48.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-03-24T04:34:01.000Z (about 1 year ago)
- Last Synced: 2025-03-24T05:28:21.546Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://www.inkdrop.app/
- Size: 2.21 MB
- Stars: 6
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README-mobile.md
- License: LICENSE.md
Awesome Lists containing this project
README
Allows Inkdrop to embed external contents to a note.
Note that printing and exporting are not supported since external contents are loaded asynchronously.

## How to use
Write a link with "embed" caption like so:
```markdown
[embed](https://twitter.com/inkdrop_app/status/1209029200989941760)
```
Or just write a URL:
```markdown
https://twitter.com/inkdrop_app/status/1209029200989941760
```
Links with a caption not starting with 'embed' will be rendered as regular link.
## Supported contents
- [Gist](https://gist.github.com/)
- [Twitter](https://twitter.com/)
- [YouTube](https://www.youtube.com/)
PR will be welcomed for supporting other platforms.
See [the existing implementations here](https://github.com/inkdropapp/inkdrop-embed/tree/master/src/providers).
See also [inkdrop embed provider](https://github.com/inkdropapp/inkdrop-embed-provider) if you need a static webpage for loading external scripts inside an iframe.
## Limitations
- You can't search embedded contents with keywords
- Printing and exporting not supported as they are loaded asynchronously