Noob question: Keep tiles from scattering

For anyone brave and struggling with aranging tiles…

Here’s a client-side script that implements tile-swapping, written out of pure frustration. For me, writing this was a total game changer and prevents the shifting-sands of the current interface.

Install tampermonkey for your browser (works in most of them including mobile), this allows client-side script injection. This script will add a new button in dashboard edit mode. Simply open the ‘swapper’ by pressing the new button, right click on two tiles to swap them. You can keep going until done, then press save. Voila!

I promise there is nothing nafareous in this script, it’s pretty simple and straightforward. That said, use at your own risk.

sharptool_swapper/sharptools_swapper at main · joelgroves/sharptool_swapper · GitHub

1 Like