retejs / rete

JavaScript framework for visual programming
https://retejs.org
MIT License
9.86k stars 647 forks source link

Custom elements #151

Closed Ni55aN closed 5 years ago

Ni55aN commented 6 years ago

Frame, comment, etc.

Ni55aN commented 5 years ago

Already there are the necessary methods

editor.view.area.appendChild(el);
editor.view.area.removeChild(el);

Real use: https://github.com/retejs/comment-plugin