Under the covers, html-query-plan is an XSLT 1.0 stylesheet (qp.xslt), which can be used to pre-render the plan html. Javascript is still needed to draw the connecting lines. To do this, follow the ...
Recently I found I needed to remove all the HTML tags from some text in Power Query. I searched and found a great – if complex – function from Marcel Beug here, but I realised that since that post was ...
sqlite-html's API is modeled after the official JSON1 SQLite extension. This extension is written in Go, thanks to riyaz-ali/sqlite. While this library aims to be fast and efficient, it is overall ...