Skip to content

Docs: README still references old plugin name (Plugins/MarkdownEditor) #73

Description

@EmbarrassingMoment

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentation

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions