We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Updated Implementing custom objects (markdown)
Add link to Hyperlink demo showing basic pattern to follow when creating custom object segment
Update instructions to account for PR that decoupled the style from its segment
Update Custom Object Ops part to use new base classes
Replaced instances of LinkedImage<S> with CustomObject<S>
Include warning about returning a TextExt object, not a Text object, in nodeFactory
Add note: custom objects should be immutable
Fix a typo; remove unneeded sentence
Fix issue in displaying ordered list
Provide pattern for implementing custom non-text objects; include undo/redo gotcha note
Created Implementing custom objects (markdown)