TEIC / CETEIcean

TEI in HTML5 Custom Elements
BSD 2-Clause "Simplified" License
164 stars 36 forks source link

How to debug #32

Closed lb42 closed 4 years ago

lb42 commented 4 years ago

Unless I've missed it, there's no easy way to debug one's use of Ceteicean. You can't save or display the "intermediate" HTML5 version of a document you're trying to get to behave properly, so you can't see exactly what is being generated till it's too late. Is there a good reason for that? Obviously you don't want it most of the time, but it would be really convenient to have a --debug switch, vel sim. If this is already easily done in JS, maybe a sentence saying how in the documentation?

lb42 commented 4 years ago

Hugh pointed me to the "console window" feature of firefox, which is very helpful, so I am closing this one too.