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
Dear,
One great addition to your tools would be to display somewhere (header-line? mode-line?) the information about the current position, for example:
html > head > meta
if we are somewhere on a meta tag:
<html> <head> <meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" /> <meta http-equiv="Pragma" content="no-cache" /> <meta http-equiv="Expires" content="0" /> <META HTTP-EQUIV="REFRESH" CONTENT="0; URL=login.htm"> <title>Test</title> </head> <body> </html>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Dear,
One great addition to your tools would be to display somewhere (header-line? mode-line?) the information about the current position, for example:
if we are somewhere on a meta tag:
The text was updated successfully, but these errors were encountered: