c4
c4 copied to clipboard
Not an issue, but...
I saw you post this once before, and I just wanted to say that I'm really impressed with what you have done!
Posts say that they were done 2 days ago, when they were done less than a minute ago.
Perhaps since you have so many other 'button' elements, that [Reply] should be one too?
If the board doesn't support spoiler images, why show the checkbox?
I think you need to specify a sans-serif font for the textarea, at the moment it's monospace (for me, anyway).
Great work dude, keep it up!
Thanks for trying it out. I've seen that '2 days ago' bug before too; I'll have to investigate that.
The [Reply] link is an anchor because it doesn't perform a javascript action (unlike expand). My thread expansion code is horrible anyway though, so I'll probably change how that looks.
The spoiler checkbox is always there since I don't have any logic to turn it off for certain boards yet. I'll have to check for its existence on the original page to do that.
The sans-serif font is a step in the right direction. I eventually plan to make the post box WYSIWYG with spoilers/quotelinks though, so stay tuned.
any progress?
- '2 days ago' is probably fixed. Relative dates are, er, relatively mature, thanks to the 4chan X pull request.
- button elements styled by the OS are mostly gone now, and I moved the "[reply]" link to the 'x posts omitted' line. It's definitely not a great hit area for the action of 'open thread in new tab'. I was thinking about making the entire OP/thread from a board page clickable, but
<a>tags can't be nested, so it's a bit of a hassle to make that work nicely.- the visual style concern should be fixed though. c4 is much prettier now, IMHO.
- Spoiler button and sans-serif font are blocked on WYSIWYG posting in general. I very rarely post on 4chan, so I haven't really been motivated to improve the posting experience as much as the reading experience (as the primary user of c4). Understanding the mess that is
contenteditableis still something I'm interested in, just not right away. Sorry ( ._.)
you could use codemirror instead of contenteditable
except he's dead :3