7 ms·
Thanks for the reply. So, is there no way of speeding it up without moving away from HTML? Is the html generated from JS? or is it static? would that make it f
by dovel 13y ago
Thanks for the reply. So, is there no way of speeding it up without moving away from HTML?
Is the html generated from JS? or is it static? would that make it faster? (newb questions)
Thanks!
- dsego 13y agoI think the editor uses the same underlying technology that Chrome uses to display web pages. That's a lot of overhead for a text editor, but it makes it really easy to extend and do crazy things, basically anything that is possible in a browser. I honestly don't know what would make it faster.