Blueprint Renderer

by goderyu
favorite
share
Score: 50/100
Description

The Blueprint Renderer plugin enables users to render Unreal Engine Blueprint code as interactive visual diagrams directly within their notes. By leveraging the BlueprintUE Self-Hosted Edition's rendering engine, it ensures full compatibility with all node types and connections without requiring any complex setup. The plugin dynamically loads original rendering scripts and styles, maintaining a clean integration with minimal impact on Obsidian's styling. Its architecture prioritises simplicity, making it easier to maintain and less prone to conflicts.

Stats
12
stars
160
downloads
0
forks
46
days
25
days
28
days
0
total PRs
0
open PRs
0
closed PRs
0
merged PRs
1
total issues
0
open issues
1
closed issues
0
commits
RequirementsExperimental
  • BlueprintUE Self-Hosted Edition

Latest Version
a month ago
Changelog

🚀 What's Fixed:

  • Layout Bug: Resolved the white square appearing at the top of blueprint containers
  • Height Rendering Issue: Fixed the problematic fixed height constraints that were causing the rendering conflicts

🆕 New Features in v1.0.1:

  • 📏 Draggable Height Resizer: Added a sleek, UE-style drag handle that allows you to adjust the container height by dragging
  • ⚙️ Plugin Settings: You can now configure minimum and maximum height limits in the plugin settings panel
  • 🎨 Enhanced UX:
    • Smooth hover animations on the resize handle
    • Auto-adaptive container height based on content
    • Better visual feedback during resizing

📋 How to Update:

  1. Go to SettingsCommunity Plugins
  2. Find "Blueprint Renderer" and click Update
  3. Restart Obsidian

🔧 New Settings:

After updating, you can access the new height configuration options in:
SettingsCommunity PluginsBlueprint RendererOptions

You'll find settings for:

  • Default Height
  • Minimum Height
  • Maximum Height

The drag handle will appear at the bottom of each blueprint container when you hover over it, allowing you to resize as needed while respecting your configured limits.

Please let me know if you encounter any issues with the new version or if you have feedback on the new features!

Full Changelog: https://github.com/goderyu/obsidian-blueprint-renderer/compare/1.0.0…1.0.1

README file from