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

Add info about current position in the tree structure #6

Open
fniessen opened this issue Jan 7, 2019 · 0 comments
Open

Add info about current position in the tree structure #6

fniessen opened this issue Jan 7, 2019 · 0 comments

Comments

@fniessen
Copy link

fniessen commented Jan 7, 2019

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>
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