Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
EmbarrassingMoment
/
MarkdownAssetProject
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
19
Code
Issues
1
Pull requests
0
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
V1.2.0
- #64
#64
Merged
EmbarrassingMoment
merged 25 commits into
main
EmbarrassingMoment/MarkdownAssetProject:main
from
v1.2.0
EmbarrassingMoment/MarkdownAssetProject:v1.2.0
Copy head branch name to clipboard
Apr 19, 2026
Conversation
Commits
25
(25)
Checks
Files changed
Merged
V1.2.0
#64
EmbarrassingMoment
merged 25 commits into
main
EmbarrassingMoment/MarkdownAssetProject:main
from
v1.2.0
EmbarrassingMoment/MarkdownAssetProject:v1.2.0
Copy head branch name to clipboard
Commits
Commits on Apr 17, 2026
Support linking to UE assets, Blueprints, and C++ classes from Markdown
Show description for 7d8aa1c
claude
committed
7d8aa1c
View commit details
Copy full SHA for 7d8aa1c
Browse repository at this point
Open .cpp instead of .h for native class links
Show description for 2d4cc69
claude
committed
2d4cc69
View commit details
Copy full SHA for 2d4cc69
Browse repository at this point
Resolve native class names with A/U/I prefix stripped
Show description for d665117
claude
committed
d665117
View commit details
Copy full SHA for d665117
Browse repository at this point
Preserve path separators in ueasset:// URLs
Show description for 2ce79b7
claude
committed
2ce79b7
View commit details
Copy full SHA for 2ce79b7
Browse repository at this point
Add [LinkDebug] logs to diagnose link navigation
Show description for ed2852a
claude
committed
ed2852a
View commit details
Copy full SHA for ed2852a
Browse repository at this point
Resolve Blueprint assets via package-name lookup
Show description for 7374acd
claude
committed
7374acd
View commit details
Copy full SHA for 7374acd
Browse repository at this point
Load assets via registry's canonical path and package fallback
Show description for 70d67e3
claude
committed
70d67e3
View commit details
Copy full SHA for 70d67e3
Browse repository at this point
Commits on Apr 18, 2026
Release v1.2.0 with asset and class linking
Show description for 1f72a4b
claude
committed
1f72a4b
View commit details
Copy full SHA for 1f72a4b
Browse repository at this point
Add new samples for v1.2.0
EmbarrassingMoment
committed
72397b1
View commit details
Copy full SHA for 72397b1
Browse repository at this point
Merge pull request #62 from EmbarrassingMoment/claude/implement-issue-61-xgEni
Show description for 0065e3f
EmbarrassingMoment
authored
0065e3f
View commit details
Copy full SHA for 0065e3f
Browse repository at this point
Commits on Apr 19, 2026
Guard UMetaData filter for UE 5.6+ build
Show description for c10ffa3
claude
committed
c10ffa3
View commit details
Copy full SHA for c10ffa3
Browse repository at this point
Merge pull request #63 from EmbarrassingMoment/claude/fix-umetadata-error-emnQG
Show description for b764cb0
EmbarrassingMoment
authored
b764cb0
View commit details
Copy full SHA for b764cb0
Browse repository at this point
Block unknown URL schemes in preview navigation
Show description for 888e517
claude
committed
888e517
View commit details
Copy full SHA for 888e517
Browse repository at this point
Update Security section in README to document URL scheme allowlist
Show description for b0a994c
claude
committed
b0a994c
View commit details
Copy full SHA for b0a994c
Browse repository at this point
Add Content-Security-Policy to preview HTML to block external requests
Show description for 32efe3c
claude
committed
32efe3c
View commit details
Copy full SHA for 32efe3c
Browse repository at this point
Update Security section in README to document CSP injection
Show description for 64a3130
claude
committed
64a3130
View commit details
Copy full SHA for 64a3130
Browse repository at this point
Prompt for confirmation before launching external URLs
Show description for 255e833
claude
committed
255e833
View commit details
Copy full SHA for 255e833
Browse repository at this point
Document external URL confirmation dialog in README
Show description for 20895f7
claude
committed
20895f7
View commit details
Copy full SHA for 20895f7
Browse repository at this point
Fix localization Gather SearchDirectoryPaths to actual plugin source
Show description for d828860
claude
committed
d828860
View commit details
Copy full SHA for d828860
Browse repository at this point
Update localization.
EmbarrassingMoment
committed
66abdf0
View commit details
Copy full SHA for 66abdf0
Browse repository at this point
Fix literal \n\n appearing in localized external URL dialog
Show description for e0aa375
claude
committed
e0aa375
View commit details
Copy full SHA for e0aa375
Browse repository at this point
Update localization
EmbarrassingMoment
committed
5d0ba79
View commit details
Copy full SHA for 5d0ba79
Browse repository at this point
Document 1.2.0 security hardening and localization fix in changelog
Show description for a477870
claude
committed
a477870
View commit details
Copy full SHA for a477870
Browse repository at this point
Merge branch 'claude/browser-plugin-security-review-K6C86' of https://github.com/EmbarrassingMoment/MarkdownAssetProject into claude/browser-plugin-security-review-K6C86
EmbarrassingMoment
committed
08eae1b
View commit details
Copy full SHA for 08eae1b
Browse repository at this point
Merge pull request #65 from EmbarrassingMoment/claude/browser-plugin-security-review-K6C86
Show description for 4058d22
EmbarrassingMoment
authored
4058d22
View commit details
Copy full SHA for 4058d22
Browse repository at this point
You can’t perform that action at this time.