Summary
Both README.md and README.ja.md still reference the plugin's pre-rename name in a few places. The actual on-disk paths use MarkdownAsset, not MarkdownEditor.
Affected lines
README.md:
- L63 — Installation step says
Plugins/MarkdownEditor; should be Plugins/MarkdownAsset
- L118 — Directory tree shows
Plugins/MarkdownEditor/; should be Plugins/MarkdownAsset/
- L125 — Tree shows
MarkdownEditor.uplugin; actual file is MarkdownAsset.uplugin
README.ja.md: same three locations (L63, L118, L125).
Scope
Documentation-only fix; no code or behavior change. Spotted during review for the Markitdown documentation PR but kept separate to keep that PR scope-clean.
Summary
Both
README.mdandREADME.ja.mdstill reference the plugin's pre-rename name in a few places. The actual on-disk paths useMarkdownAsset, notMarkdownEditor.Affected lines
README.md:Plugins/MarkdownEditor; should bePlugins/MarkdownAssetPlugins/MarkdownEditor/; should bePlugins/MarkdownAsset/MarkdownEditor.uplugin; actual file isMarkdownAsset.upluginREADME.ja.md: same three locations (L63, L118, L125).Scope
Documentation-only fix; no code or behavior change. Spotted during review for the Markitdown documentation PR but kept separate to keep that PR scope-clean.