Skip to content

Instantly share code, notes, and snippets.

@malectro
Last active August 29, 2015 14:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save malectro/38d11250e5673e0eec20 to your computer and use it in GitHub Desktop.
Save malectro/38d11250e5673e0eec20 to your computer and use it in GitHub Desktop.
Proposed text editor data model for Tale
{
"styles": [
{"type": "underline", "start": 12, "end": 19},
{"type": "bold", "start": 27, "end": 31}
],
"annotations": [
{"nodeId": 87, "start": 27, "end": 31}
],
"links": [],
"offsetX": 10,
"offsetY": 10,
"font-family": "Helvetica"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment