Page 1 of 1

[Wheybags] [0.17.66] Less rich text in save names

Posted: Fri Aug 30, 2019 12:47 pm
by _Bluestone_
save_names.PNG
save_names.PNG (134.75 KiB) Viewed 3161 times
Back when rich text was introduced, save names were customizable with colours and fonts.
But when 0.17.29 came around and changed that these tags need to be terminated ([/color] at the end), save names couldn't be coloured or have a different font since.

Why this happens is obvious:
The "/" character can't be used in file names.

And since there was a fix for img tags with "." instead of "/" already (0.17.0), I thought this would get fixed sooner.
However 0.17.66 is out and nothing about it has changed. Might have just been overlooked.
It would be nice to have rich(er) text back in save names.

Re: [Wheybags] [0.17.66] Less rich text in save names

Posted: Mon Sep 09, 2019 1:48 pm
by wheybags
Ok, we decided to allow closing tags with . as well as /. So, now you can do eg

Code: Select all

[color=blue]test[.color]
Thanks for the report!

Re: [Wheybags] [0.17.66] Less rich text in save names

Posted: Tue Sep 10, 2019 4:14 pm
by _Bluestone_
wheybags wrote:
Mon Sep 09, 2019 1:48 pm
Ok, we decided to allow closing tags with . as well as /. So, now you can do eg

Code: Select all

[color=blue]test[.color]
Thanks for the report!
Thank you![.b]