-
Notifications
You must be signed in to change notification settings - Fork 29
Feature request: Include file path in URL #139
Copy link
Copy link
Closed
Description
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
- Start mo with
mo -w "docs/**/*.md" - Open
http://localhost:6275/in a browser - Select a file (e.g. click
guide.mdin 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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels