Getting closer…

It’s really getting somewhere and feels great working on a spare time project which I feel inspired by. With the basic feature set and design thoughts around them I’ve been focusing on getting any JavaScript which is necessary to run the pages and especially the preview out of Ztinker codebase and into the hands of the user. I’m referring to the sort of code that they actually need rendered to their page in order for it to work. One issue was that I couldn’t get the scripts to run dynamically in the preview, it turns out scripts in specific needs to be programmatically added (not just as text). I can now the user scripts to run as they should, to a certain degree. I still have to figure out what to do with linked libraries…