Figma Embed

by Kyle Kochanek
favorite
share
Score: 43/100
Description
Category: File Management

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.

Stats
9
stars
1,410
downloads
3
forks
263
days
27
days
27
days
1
total PRs
0
open PRs
0
closed PRs
1
merged PRs
2
total issues
1
open issues
1
closed issues
12
commits
Latest Version
a month ago
Changelog

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/)
  • 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

📝 Full Changelog

View changes between v1.0.2 and v1.0.3

README file from