(no title)
jesushax | 3 years ago
https://developer.mozilla.org/en-US/docs/Web/HTML/Global_att...
You seem like a really cool person!
jesushax | 3 years ago
https://developer.mozilla.org/en-US/docs/Web/HTML/Global_att...
You seem like a really cool person!
blacksmith_tb|3 years ago
document.querySelectorAll('*').forEach(function(node){node.setAttribute('contentEditable','true')});
personjerry|3 years ago
paulcole|3 years ago
That way I could edit text while they talked and at the end of the meeting I’d just do a full-page screenshot.
The problem with letting non-technical users have at it is that they don’t realize it’s temporary.
jcparkyn|3 years ago
davidbanham|3 years ago
Sadly, the cross browser support situation is pretty flaky. In practice this means you’ll find a lot of variance in the user input you get depending on which browser it’s coming from. Makes it really difficult to keep styling consistent or parse the content of it.
Sadly this is one of those times we can’t have nice things.