Live data from Hacker News

Viewing profile — mmacfadden

mmacfadden

HN member
Joined
Mon, Feb 13, 2017, 6:08 PM UTC
HN karma
8
Public activity
5 items

About mmacfadden

No profile information was provided.

Recent public activity

  1. comment
    Comment #19849371

    I assume you found us already, but more info can be found at https://convergence.io . There are some examples that demonstrate a few of the editors as https://examples.convergence.…

  2. comment
    Comment #19849351

    For plain text, this is not so hard. The data model for plain text (e.g. a string) and the set of mutations on that model are pretty small. Also describing where a cursor is and wh…

  3. comment
    Comment #19849305

    I think the argument is more about the historical data structures that were used in rich text. A lot of editors either used the DOM, or a very flattened data structure like Google …

  4. comment
    Comment #19849227

    We do have a server in the architecture, and there is a small amount of state maintained by the server, per document as it is being edited. However the system is clusterable and do…

  5. comment
    Comment #19849195

    Our pleasure! If you want to share what you are doing we might be able to incorporate it into the utility for you! Happy to support a pull request, or to work collaboratively on it…