You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The latest Pardus update added smileys and BB code to private and alliance messages, but it's easy to cock it up by typing invalid codes, which are sent as gibberish immediately to the recipient, or the whole alliance.
Which is rather embarrassing.
Ideally it would be something like the preview tab here on Github, which switches from an editable textarea to a rendered div. We'd have to figure out the subset of the formatting codes that are valid in PMs and AMs ([color=red], :yarr: etc.), parse them in Javascript and create HTML as close as we can to what Pardus will create on the actual submit.
The text was updated successfully, but these errors were encountered:
The latest Pardus update added smileys and BB code to private and alliance messages, but it's easy to cock it up by typing invalid codes, which are sent as gibberish immediately to the recipient, or the whole alliance.
Which is rather embarrassing.
Ideally it would be something like the preview tab here on Github, which switches from an editable textarea to a rendered div. We'd have to figure out the subset of the formatting codes that are valid in PMs and AMs (
[color=red]
,:yarr:
etc.), parse them in Javascript and create HTML as close as we can to what Pardus will create on the actual submit.The text was updated successfully, but these errors were encountered: