Better Admin with Mechs

We agree to develop tooling to better observe and manage the use of assets within wiki sides and possibly pods. Step one is to find an example of a probe that falls short and suggest variations moving in the desired direction.

As we use more and more Frame plugin html scripts in our day to day workflows we have ever increasing need to keep track of them and from where they are loaded. github

.

This variation of Eric's jq script prints results in markdown.

ls | while read FILE; do items=$(jq '.journal|group_by(.id)|.[]|select(any(.type=="remove") and any(.item.type=="assets"))' $FILE;) if [ -n "$items" ]; then echo "1. $FILE"; fi done

The next step is to duplicate this with a script. github

pages/better-admin-with-mechs

Counts match. Hover to see action json.

http://ward.dojo.fed.wiki/assets/pages/better-admin-with-mechs/phantom-assets.html HEIGHT 400