Pure Elm rich text editor

I think you must have missed the posts I made around this at the end of last year? And I have preserved the work in a series of GitHub repos too.

This is for text buffers, where the text is always the same size. For rich text with variable sized fonts its going to get more complicated, but I think the techniques are still relevant.

This is looking at custom scroll bars, to reduce the amount of Html rendered when the document gets large, by only rendering the visible region:

And this is looking at making the implementation of the text buffer more efficient: