vs-code-bpmn-io icon indicating copy to clipboard operation
vs-code-bpmn-io copied to clipboard

Transform static html generation

Open pinussilvestrus opened this issue 5 years ago • 0 comments

What should we do?

Currently, the webview content is generated by a simple string containing the HTML, cf. bpmnModelerBuilder.ts#L20. We should convert it to some more dynamic, e.g. a React Webview.

Why should we do it?

For the development experience, it's pretty annoying to build the core of the application, the BPMN editing, and preview functionality, inside a simple HTML string. By building it in a different way, syntax highlighting would be way easier.

pinussilvestrus avatar Feb 21 '20 22:02 pinussilvestrus