Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[website] Make page titles follow breadcrumb scheme #461

Open
plroebuck opened this issue May 2, 2018 · 2 comments
Open

[website] Make page titles follow breadcrumb scheme #461

plroebuck opened this issue May 2, 2018 · 2 comments

Comments

@plroebuck
Copy link

Attempting to find an open webpage for this site in browser Window menu (or bookmark it) is maddening.

Examples

URL: http://unexpected.js.org/assertions/any/to-be/
Page title:

  • actual: "any - to be"
  • expected: "Assertions | any | to be | Unexpected.js"

URL: http://unexpected.js.org/api/addAssertion/
Page title:

  • actual: "addAssertion"
  • expected: "API | addAssertion | Unexpected.js"

Replacement Scheme

Page title: <top-level-menu-name> '|' [<group> '|' ]<item> '|' <site>

Benefits

  1. Site can be determined from page title
  2. Top-level grouping (all assertions together) in Window menu
  3. User doesn't have to rename default bookmark name (which is page title)

Difficulty

Easy

@sunesimonsen
Copy link
Member

Makes sense. The documentation page could use a lot of love ❤️

@sunesimonsen
Copy link
Member

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants