The Figma Embed plugin is a game-changer for designers and developers who use Obsidian to document their work. With this plugin, you can easily embed Figma designs into your notes, allowing you to visualize your workflow and collaborate more effectively with team members. Simply paste a Figma link, and the plugin will generate an inline preview that updates in real-time as changes are made to the design. This seamless integration makes it easy to reference and discuss complex design concepts without having to constantly switch between apps.
Release Notes - v1.0.3
🚀 What's Changed
Improved Figma Embedding Logic: The plugin now intelligently determines which Figma links should be embedded using pattern matching
- Only URLs that match embeddable content patterns will be converted to embeds
- Regular Figma links (like pricing pages or documentation) remain as clickable links
Support for More Figma Content Types:
- Design files (
/file/
,/design/
) - Prototypes (
/proto/
) - FigJam boards (
/board/
) - Slides & Decks (
/slides/
,/deck/
) - Figma Buzz (
/buzz/
) - Figma Sites (
/site/
)
- Design files (
Enhanced Embed Appearance:
- Responsive width (100%)
- Appropriate height (450px)
- Cleaner look with no borders
- Full-screen viewing support
Performance Improvements:
- More selective embedding reduces unnecessary iframe loading
- Better overall note performance when multiple Figma links are present
🧑💻 Contributors
- @pontuskarlsson made their first contribution with the pattern-based conditional embed implementation in PR #3