ironmonk88 / monks-active-tiles

GNU General Public License v3.0
50 stars 31 forks source link

Shorten or right align image paths #710

Open yorkshirelandscape opened 9 months ago

yorkshirelandscape commented 9 months ago

Is your feature request related to a problem? Please describe. The paths of images in my tiles frequently run off the right hand side, making it impossible to tell which is which.

Describe the solution you'd like Either right align the image path so that the filename always appears or elide as much of the middle of the filepath as is necessary to fit the filename, replacing the missing text with an ellipsis, e.g.

filepath : modules/my-adventures/scenarios/pfs-5-04-necessary-introductions/assets/scene-01/chase-03-babies.webp
current  | modules/my-adventures/scenarios/pfs-5-04-necessary-introductions/assets/... |
elide    | modules/my-adventures/scenarios/pf[...]assets/scene-01/chase-03-babies.webp | 
align    | [...]/pfs-5-04-necessary-introductions/assets/scene-01/chase-03-babies.webp |

Additional context image

yorkshirelandscape commented 8 months ago

Oh, while you're in there, could you add the ability to reorder the images? Thanks.

ironmonk88 commented 8 months ago

You can already reorder images.

yorkshirelandscape commented 8 months ago

Sure, but I can't tell which image is which when I do. That's the whole problem.