Hi all. I am an extreme beginner who is extremely confused. This is my first time using Wix Velo, and even after connecting to GitHub, doing all the syncing steps in terminal, downloading VS studio, etc. it still won’t let me edit. I have followed all the instructions from Wix, and it still keeps saying “read only”, meaning I can’t edit or code on the Dev Mode. Would anyone be willing to give me very comprhensive, step-by-step instructions on how to switch from read to edit? Most importantly, I need to figure out how to add a page in the Backend.
And if anyone feels willing to help me - I was unable to Embed the google classrom website, so I downloaded (?) the google classroom API. Does anyone know how to integrate a Google Classroom API into a Wix Page?
Hello! Once you connect to github, you can no longer use the in-editor IDE for writing code. That is why it is read only.
By connecting to github you are choosing to use an external IDE (like VScode) and work locally.
This is optional and if you want to use the in-editor IDE you can disconnect Github, but do keep in mind that this act is destructive. Meaning - you cannot disconnect/reconnect to the same repository.
@amandam I have a question that I hope you can answer that I think might have something to do with the issue I’m having. So I have the GitHub setup as well and though I like it and its working well. I recently try to add a job scheduler and usually you have to click on one of the add icons in backend section in the wix editor. So you cannot do this anymore. So I just added the file in my vscode jobs.config and pushed it to github and file does appear in my backend section. Problem is it is not running the job. If I look at all these examples online and especially the videos about creating jobs, it shows the jobs.config has a little gear icon on the file as though wix understands what this file is for. So my file does not show this gear icon, so my fear is that wix does not understand this file because it wasn’t added with the wix editor. I hope someone can help me solve this issue. Thank you.
btw…I can run this method in the test section. I have validated the json as well.