mrbuilder1961 / ChatPatches

A Minecraft client-side mod that touches up Minecraft's mundane chat, with configurability in mind!
GNU Lesser General Public License v3.0
43 stars 16 forks source link

Make screenshot links accessible in copy menu #166

Open nco2k opened 2 months ago

nco2k commented 2 months ago

it would be cool if we had an option to make links clickable, and change their colors. it should also affect screenshot links, because they are links after all.

mrbuilder1961 commented 2 months ago

screenshot link idea is cool actually, but normal links are accessible through the right click menu intentionally as to not break chat message formatting.

nco2k commented 2 months ago

why would it break formatting? it would just make things like www.google.com and https://www.google.com clickable, like in the Restore Chat Links mod. there you can also edit the color of the links, and whether or not they are going to have an underline.

mrbuilder1961 commented 2 months ago

unfortunately it's more complicated than that, and that mod has a lot of under the hood calculations just for links, which is too much work for something that largely already works with the copy menu.

however, i do think the screenshot messages should be accessible through that too, so i'll see what i can do about that.

nco2k commented 2 months ago

too much work for something that largely already works with the copy menu.

how exactly? i can only copy the whole string incl. username and timestamp. i dont see any options to copy and/or open the link.