A simple HTML file tree view would allow users to jump around the currently edited template file.
A few notes:
- https://github.com/fb55/htmlparser2 could be utilized. See this demo
- All the leaves would have the following format:
TAG<#id><.class>.
- We need to think of the special cases like e.g.
<input type="text"> or just leave them with tags for now
Best regards
Kuba
A simple HTML file tree view would allow users to jump around the currently edited template file.
A few notes:
TAG<#id><.class>.<input type="text">or just leave them with tags for nowBest regards
Kuba