Hacker News new | ask | show | jobs
by dovel 4485 days 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!

1 comments

I 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.