Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 1.13 KB

README-mobile.md

File metadata and controls

36 lines (23 loc) · 1.13 KB

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:

[embed](https://twitter.com/inkdrop_app/status/1209029200989941760)

Or just write a URL:

https://twitter.com/inkdrop_app/status/1209029200989941760

Links with a caption not starting with 'embed' will be rendered as regular link.

Supported contents

PR will be welcomed for supporting other platforms. See the existing implementations here. See also 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