Revamp HTML-to-Formatter tool: bug fixes, tests, UI overhaul#1014
Revamp HTML-to-Formatter tool: bug fixes, tests, UI overhaul#1014gasharm wants to merge 1 commit intopnp:masterfrom
Conversation
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
Hi @gasharm! Thanks for your PR and spending the time to put this together! Just wanted to provide you an update and help set expectations on this. The HTML to Formatter tool has been deprecated for quite a while - specifically because it's out of date. It's also had several problems/inconsistencies that have kept it from being usable for advanced scenarios. This PR may very well address some of those, and I'll be evaluating it from that perspective. This PR will take a while to process and could potentially be rejected simply because this tool is not widely used nor supported. The functionality represented by this tool has been replaced and enhanced in the Jsonify VS Code extension - however, that extension does not have the benefit of being available online like this tool. Please have patience as we go through this. Feel free to ask for updates or any other questions as we go. Thank you! |
Summary
<p>,<filepreview>, SVG attributes (viewBox,preserveAspectRatio,d),aria-*attributes,data-interception, and CSS shorthand propertiesTest plan
yarn test— 31 tests passyarn build— builds successfully with no errors🤖 Generated with Claude Code