↑ Return to M10 Media Library

M16 Quick Edit Improvements

by
George Morgan
My articles
Follow on:

Page no: M16

 

The media library quick edit is the first of our media improvements and maybe the most important one.

 

 

Tag Popup inside the Media Quick Edit

(Function F4)

The tag pop-up or a similar function to find and choose tags is a must for the Media Wizard.

Technical Issues

Currently the Tag popup is implemented from WordPress only on normal edit posts. It works on posts, media, pages and all custom post types. WordPress currently does not offer any customization or way to be implemented where we want.
We don’t have popup tag on quick edit (post) or quick edit (media).
There are many reasons, why this can’t be achieved.

  1. To make a plugin, WordPress must have a filter or action for this If there is no filter, then we can’t hook or improve this part of WordPress with a plugin. The only way to fix (or improve / add) is changing Core WordPress, which in our case is not a problem. On every update, we have to add our code again. Currently WordPress does not have so many filters for media and the media is not so well documentation like the rest part of WordPress. On every new version, they give a list with the new filters/actions, so if they implement something similar, we can use it. Currently we can’t improve this part.
  2. The quick media edit is loaded with Backbone  which is a web application using rich API. This is a core WP JavaScript, which we hook and use it for QME (Quick Media Edit). Again it is not well documented and does not have any filters for changing the code. We use JavaScript to reorder, change, add or modify some part of only the API or backbone JavaScript. So we don’t have the technical option to add any new huge functionalities like tag popup in this part. We can do that only if we add our code into the core WP.
The Tag Popup does not work in the Media Quick Edit
The Tag Popup does not work in the Media Quick Edit

.

Conclusion

  1. Everything is possible with WordPress, but when we have the freedom to change Core WP. If not, so we must stick to WP documentation and their filters and actions. We have a lot of limitations with the media and menus. We have to accept, that not everything is possible.
  2. When there is something, which can’t be achieved, then we can think of recreating it for our-selves. Exactly like the Media Library Assistant. They probably saw, that they can’t do many things with the default media page, so they created a new one, where they have the full freedom to change/add/edit everything. It is very important to have the full requirements in the beginning and then to decide if it is not better to create a new than improving the WP one.

Editing the Permalink in Media Quick Edit

For some media I cannot edit the permalink, for some I can.

Is the reason maybe the new Image Elevator plugin?

And before we could not do it?

(Mar 25, 2017)

Filename editable in Media Quick Edit

We have looked today on the Image Elevator plugin. The Premium version is able to change the file name (or maybe only the media name).

Can we also implement the change of file name. If it is possible, then we move the file name to the left side of the media quick edit.

 

 

Currently the Filename is Read Only
Filename in Media QuickEdit

.

Button for Media Quick Edit on Video

The button for Media Quick Edit is missing for videos.

Make the jump into Media Quick Edit work for videos, too.

Cannot go into Media QuickEdit from Video
Media Quick Edit from Video

.

Popup: Set Caption to . when Media Title is used

This popup sets the caption to “.” for all media used in the post, provided that their media title is not null.

This Popup Should Show for Setting the Caption
This Popup Should Show for Setting the Caption Media Quickedit

.

 

Quick Edit Page Numbers

The best way to quickly edit page numbers is the quick edit from the page overview.

Quick Edit Page Numbers
M14 Quick Edit Page Numbers

- Click to enlarge

Video Link to Trello

Video Name: Quick Edit page Numbers

  • Bigger Picture in Quick Edit
  • Bigger Picture in Overview
  • Attributes in Overview
  • Attributes in Quick edit
  • Add quick edit

 

 

 

See more for M1x Media Library