Tools for the Image Folder
Greasemonkey scripts for managing image files in OSCAR.
- DragDropToUpdate.user.js
- This script was created by Darius Opensource. It addresses the following concern: If you change an html (or png or js ) file in your image folder, you need to delete the existing version on the server and then upload a new one. This Greasemonkey script combines the these two steps to update a file in the Oscar images folder into one step. Dragging and dropping an html file onto the grey box will delete the existing version in the Oscar images folder and upload the updated file. ----- A clarification. By dragging and dropping, I mean dragging and dropping a file from the desktop onto the grey box added by the DragDropToUpdate.user.js script to Oscar's 'Upload an Image' page. Darius.
- DragDropToUpdate.png
- Image to show how the DragDropToUpdate tool works.
- Greasemonkey script to alphabetically arrange files in the image folder 2015
- Created by Stan Hurwitz - Most of us have a huge list of uploaded images. The problem occurs when you want to edit an image (say using a png editor such as Paint) and then re-upload the same image. To do this, one first needs to delete the original image. Control F works to an extent, but it is case and space sensitive and I often struggle to find the image. This alphanumeric sorter is case and space insensitive - much easier to find the image I'm looking for! Stan
Document Actions