Just noticed - submit by pressing enter doesn't work in edit mode.
Posted under General
For those who don't check GitHub and want to know the most significant changes after the recent downtime:
Xander01 said:
When trying to favourite an image I am redirected to my favourites page but it isn't added. Any fix for this?
What browser you are using?
From what I've read, the site is not fully compatible with older versions of IE (8 and below). See forum #84851 for related discussion.
Request for relative datetime option is already there: https://github.com/r888888888/danbooru/issues/741
Just discovered that there's still a bit of trouble with text formatting. I attempted to center text with the <p align = "center"> tag in post #1372048, and at least as I type this, the site's programming has reduced it to just <p>. Ahem.
Use "style" attribute instead. I edited the lower note for an example. Also note the explicit line-height declaration: using block elements in notes will break line height, like it was right after upgrade. I'll file it as an issue, but you can use it as a fix for now.
===
For a record, after browsing source a bit:
Allowed tags in notes:
tn h1 h2 h3 h4 h5 h6 a span div blockquote br p ul li ol em strong small big b i font
Allowed attributes:
"a": href title style
"span": class style
"div": class style
"p": class style
"font": color size style
Would be nice if someone made it into wiki.
Toks said:
The <center> and <p align="center"> tags are working again. We also got
, <s>, and <u>. [/quote] So Strikethrough's working [quote] Toks said: The <center> and <p align="center"> tags are working again. We also got <code>, <s>, and <u>. [/quote] So Strikethrough and Underline's back Good to know.
https://github.com/r888888888/danbooru/issues/757
I've created a Github issue about moving blacklisted tags section above the tags listing, like it was in old version of the site, but Albert said that he wants a confirmation that other users want/prefer this as well.
What others are thinking about this?