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

Show title of HTML files in preview #773

Open
jlnprssnr opened this issue Nov 13, 2020 · 0 comments
Open

Show title of HTML files in preview #773

jlnprssnr opened this issue Nov 13, 2020 · 0 comments

Comments

@jlnprssnr
Copy link

jlnprssnr commented Nov 13, 2020

Is your feature request related to a problem? Please describe.
When previewing a HTML file, the title tag is not shown, only the body.

Describe the solution you'd like
The title could be shown in the menu bar of the preview window, next to the file name.

Test case
Create a HTML file test.html with this content:

<html>
<head>
<title>
A Simple HTML Document
</title>
</head>
<body>
<p>This is a very simple HTML document</p>
<p>It only has two paragraphs</p>
</body>
</html>

Then press space bar to preview it. No title is shown. Open it in a browser, the title is shown in the tab bar.

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