Dr. K & Comfy.n!





Quote:
Originally Posted by kovidgoyal
With that commit, the simplest I can make it is:
Code:
<header><canvas style="width: _WIDTH_PIXELS_px; height: _HEIGHT_PIXELS_px;" width="_WIDTH_PIXELS_" height="_HEIGHT_PIXELS_"><script>
canvas = document.currentScript.parentNode
s = window.getComputedStyle(canvas)
ctx = canvas.getContext("2d");
ctx.font = s.font
ctx.fillStyle = 'black';
ctx.fillText("section: _SECTION_", 5, 5 + canvas.height / 2);
|
Looks like a wee level of magic!
In the GUI conversion interface, which tab should I put this code into? What are the steps?
And, would I now SKIP the two cells here entirely?
https://ibb.co/nchV4NP
Many thanks,
Ski