a tool for shared writing and social publishing
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

remove quote/position from lineardoc lex

-15
-15
lexicons/src/pages/LinearDocument.ts
··· 29 29 textAlignLeft: { type: "token" }, 30 30 textAlignCenter: { type: "token" }, 31 31 textAlignRight: { type: "token" }, 32 - quote: { 33 - type: "object", 34 - required: ["start", "end"], 35 - properties: { 36 - start: { type: "ref", ref: "#position" }, 37 - end: { type: "ref", ref: "#position" }, 38 - }, 39 - }, 40 - position: { 41 - type: "object", 42 - properties: { 43 - path: { type: "array", items: { type: "integer" } }, 44 - offset: { type: "integer" }, 45 - }, 46 - }, 47 32 }, 48 33 };