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

Feature suggestions: Highlight Closing Tag, Highlight HTML5 Coding Errors, Command + 'S' save #76

Open
macdonalddesign opened this issue Aug 26, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@macdonalddesign
Copy link

macdonalddesign commented Aug 26, 2023

Hi Aki,

You have a great plugin here. I have a couple of suggested improvements that would really help speed up coding and debugging HTML.

Thank you for all of your hard work.

Highlight Closing Tags
When the cursor is in a tag, highlight its closing tag. I do like that it highlights all of the same tag. But having a different color for the closing tag of the current tag would be very useful.

Highlight Tag Missing, Mismatch & Nesting Errors
Missing: <div><a href="#"></div>
Mismatch: <div><h1></h2></div>
Nesting: <div><a href="#"></div></a>

Highlight HTML5 Errors (like bare ‘&’, '>',...)
<div>Ben & Jerry</div>
<div>Ben > Jerry</div>

Command + ’S’ Saves the Draft/Document
Currently the browser's "Save" dialog box comes up. It would be nice if it saved the draft without publishing or saved the post/page, the user could choose which option in settings.

On Save, keep cursor position
It's a pain to have to figure out where I was when saving/publishing in a large document. It would be great to have the cursor stay in the same place.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants