mirror of
https://github.com/litruv/Obsidian-BlueprintUE.git
synced 2026-07-24 01:06:01 +10:00
38 lines
865 B
Markdown
38 lines
865 B
Markdown
# BlueprintUE Embed for Obsidian
|
|
|
|
Embed BlueprintUE renderings directly in your Obsidian notes.
|
|
|
|
## Usage
|
|
|
|
To embed a BlueprintUE, use the following syntax in your notes:
|
|
|
|
```md
|
|
[bpue https://blueprintue.com/blueprint/xxxx/]
|
|
```
|
|
|
|
Replace `xxxx` with your BlueprintUE blueprint ID.
|
|
|
|
## Example
|
|
|
|
```md
|
|
[bpue https://blueprintue.com/blueprint/t4ed27qf/]
|
|
```
|
|
|
|
## Features
|
|
|
|
- Automatically converts BlueprintUE links into embedded iframes
|
|
- Responsive width that adjusts to your note's width
|
|
- Fixed height of 643px for optimal viewing *blueprintue limitation*
|
|
- Supports fullscreen mode
|
|
|
|
|
|
## Support
|
|
|
|
For issues and feature requests, please visit the [GitHub repository](https://github.com/litruv/Obsidian-BlueprintUE).
|
|
|
|
## Credits
|
|
|
|
Developed by [Litruv](https://lit.ruv.wtf)
|
|
|
|
[BlueprintUE](https://blueprintue.com/) is created by [rancoud](https://github.com/rancoud)
|