You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just like for #2873 and #2759, just putting this here as notes for the future. Iterating on a set of queries that will live on editor.* for common use cases.
// Checking point relative to a path.isAtStart(point,path,{includeZeroWidth: false})isAtEnd(point,path,{includeZeroWidth: false})isAtEdge(point,path,{includeZeroWidth: false})// For moving the point.getNextPoint(point,{unit: 'offset',includeZeroWidth: false,includeVoid: true})getPreviousPoint(point,{unit: 'offset',includeZeroWidth: false,includeVoid: true})// Insertion calculations...getInsertPoint(point)getInsertMarks(point)
Just like for #2873 and #2759, just putting this here as notes for the future. Iterating on a set of queries that will live on
editor.*
for common use cases.Schema
Creators
Points
Paths
Range
The text was updated successfully, but these errors were encountered: