Summary
Provide an Editor Utility Widget that lets users batch-convert files to UMarkdownAsset via markitdown, as originally proposed in #60.
Scope
UEditorUtilityWidget-based UI with file picker, format filter, and target Content Browser path
- Blueprint-callable helper
ConvertFileToMarkdownAsset(FilePath, OutPackagePath) that wraps the converter
- Progress feedback for multi-file conversion
- Localized strings (en / ja) under
Content/Localization/MarkdownEditor
Out of scope
- Adding new input formats beyond what Phase 3's import factory already supports
Dependencies
Summary
Provide an Editor Utility Widget that lets users batch-convert files to
UMarkdownAssetvia markitdown, as originally proposed in #60.Scope
UEditorUtilityWidget-based UI with file picker, format filter, and target Content Browser pathConvertFileToMarkdownAsset(FilePath, OutPackagePath)that wraps the converterContent/Localization/MarkdownEditorOut of scope
Dependencies