Hi All...
There has to be a better way to develop in Matrix than using the web interface to edit HTML, CSS and JS files. It sucks and its slow.
I realise that editing files directly on the server would be dangerous (if the files even exist as files at all) - but what about improving the web interface for editing. You could do a few simple things that might help this:
- Save the file via AJAX so we don't lose our place when saving commits to a file
- Maybe provide a different port we can connect to when preview content that live reloads when an AJAX save is triggered
They are two things I can think of that would speed up the workflow significantly
I have been doing as much development on my local machine as I can, but at some point the work needs to go into Matrix and its slow to edit from then on.
Anyone got any other workflow they use for editing plain text files?