Is there any possibility of using a rich text editor like quill for text inside a shape.
It would be great if we could parse html-like element inside go.ObjectData keys, something like below:-
public diagramNodeData: Array<go.ObjectData> = [
{ key: '<quill-editor>Alpha<quill-editor>', color: 'lightblue', arr: [1, 2] },
{ key: 'Beta', color: 'orange' }]