Skip to content

inkdropapp/inkdrop-embed

Repository files navigation

Embed plugin for Inkdrop

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

Install:

ipm install embed

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.

Settings

You can change them from Preferences window:

  • autolinks: Create embeds from standard URLs

Limitations

  • You can't search embedded contents with keywords
  • Printing and exporting not supported as they are loaded asynchronously

Changelog

Check out the releases page.