We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
if url matches a pattern, then extract some content to include in tab name.
For instance, I use a ticket tracking system, but the tab only displays "HPSM Incident Detail" for example the url is something like https://mycompany.com/ITSM/Inc_Detail.aspx?ID=IM5086824
so the request is that either :
if the url contains "Inc_Detail.aspx?ID=", then the Peek a Tab dropdown tab list displays "HPSM Incident Details for IM5086824"
Or
The text was updated successfully, but these errors were encountered:
No branches or pull requests
if url matches a pattern, then extract some content to include in tab name.
For instance, I use a ticket tracking system, but the tab only displays "HPSM Incident Detail"
for example the url is something like
https://mycompany.com/ITSM/Inc_Detail.aspx?ID=IM5086824
so the request is that either :
if the url contains "Inc_Detail.aspx?ID=",
then the Peek a Tab dropdown tab list displays
"HPSM Incident Details for IM5086824"
Or
if the tab title = "Incident Detail"
then the Peek a Tab dropdown tab list displays
"HPSM Incident Detail for IM5086824"
The text was updated successfully, but these errors were encountered: