-
Notifications
You must be signed in to change notification settings - Fork 12
Development Ideas
Maybe some interesting things here we could implement to help with following the WordPress standard and more advanced code syntax checking
Checkout the following WordPress plugin "WP Live CSS Editor" to work out how to do LIVE css editing. Combining a LESS compiler with live CSS editing/compile would be a dream.
https://github.com/lennie/git-webcommit/ may be a route to git functionality
File metadata retrieval - download with file as serialized response? Separate AJAX request?? Hmm... Maybe...
{"serialized":"metadata"} ↵
↵
File Contents
Progress information on zipping? Maybe provide a notice if zipping will take a prolonged amount of time. How can this be achieved, using:
- PclZip (ZIP)
- ZipArchive (ZIP)
- PharData (TAR)
- GZ?
If the archive library does not support progress bars, does it support splitting a file into chunks for zipping, so we could zip a certain percentage at a time, then increase the percentage counter?