Skip to content

Feature request: Include file path in URL #139

@Daishu-Kojima

Description

@Daishu-Kojima

Thanks for building mo — the single-server design makes it easy to manage many files at once.
Would you consider adding file path information to the URL?

Environment

  • mo: v0.21.0
  • OS: macOS (Apple Silicon)

Steps

  1. Start mo with mo -w "docs/**/*.md"
  2. Open http://localhost:6275/ in a browser
  3. Select a file (e.g. click guide.md in the sidebar)

Actual behavior

The URL stays as http://localhost:6275/ regardless of which file is selected.

Expected behavior

The URL reflects the selected file path, e.g. http://localhost:6275/docs/guide.md.
Opening this URL directly should navigate to the corresponding file.

Use case

Copying the URL to share a specific doc with a local AI tool or bookmark it.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions