1.0.0 • Published 5 months ago

slidev-addon-bluesky v1.0.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
5 months ago

slidev-addon-bluesky

NPM version

Slidev component to integrate with Bluesky to render a post in your slides, similar to the Tweet component.

Installation

npm install slidev-addon-bluesky

Declare the addon in your front matter of the slides.md file:

---
addons:
  - slidev-addon-bluesky
---

Usage

---
layout: default
---

# The following is a Bluesky post

<Bluesky id="at://did:plc:hnlvjno2m7l2kqllgum26bv2/app.bsky.feed.post/3lhr6jiuaqs25" />

Props

  • id: The full Bluesky post ID (you can grab this from the link to share the post as an embed)

Author

Liran Tal liran@lirantal.com

1.0.0

5 months ago