Vaadin wysiwyg editor source?

Where can I find the current source for the Vaadin Visual Designer? On the SVN I only found a mysterious note that “the wysiwyg project has moved to git+Gerrit”, but on the github repository I have so far found no mention of the wysiwyg project. Is there any way to download the current version?

Hi, it seems to be a bit hard to get currently. It should eventually be mirrored in github like our other open-source repositories, but in the meantime you can follow the instructions at
https://vaadin.com/wiki/-/wiki/Main/Contributing+Code
and clone the project from the main gerrit repo:

git clone ssh://@dev.vaadin.com:29418/wysiwyg.git

Thank you very much!