Last active
August 29, 2015 14:19
-
-
Save malectro/38d11250e5673e0eec20 to your computer and use it in GitHub Desktop.
Proposed text editor data model for Tale
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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