I’ve been fascinated by the progress of this project since Wix first announced it, but while the recent post unveils some more details, it’s still far from showing all the code in context, in the editor.
https://www.wix.com/corvid/blog/post/helping-seniors-during-the-covid-19-crisis
Speaking personally, the more Wix can show us these large examples of site code, in context, on-page, the easier it is for me to see coding solutions. So often it’s a nuance, not specifics that help.
An example - I’m a complete code newbie, this weekend I spent about 5 hours figuring out that a
$w.onReady( function () { $w( ‘’ ).onClick((event) => {
could accomplish something for me that a
export function name_onClick (event)
could not.
For someone deep in code that’s probably a trivial, obvious, maybe comical distinction. For me it was the difference between knowing and not knowing the syntax exists, and ultimately walking away pleased or annoyed with Wix and with myself.
So Wix, can we have a feature request? Release sites in Editor with code - much like you do with design. It’ll help. (Note, I’m not dismissing the excellent examples in the Corvid section - I’m suggesting this will add)