Welcome to Codidact Meta!
Codidact Meta is the meta-discussion site for the Codidact community network and the Codidact software. Whether you have bug reports or feature requests, support questions or rule discussions that touch the whole network – this is the site for you.
Post History
I just handled some "not an answer" flags by converting an answer to a comment on another answer. The "convert to comment" dialog asks for a post ID. The obvious way to supply this was to copy a li...
#1: Initial revision
Optimising the "convert to comment" workflow
I just handled some "not an answer" flags by converting an answer to a comment on another answer. The "convert to comment" dialog asks for a post ID. The obvious way to supply this was to copy a link to the target answer, then paste the link into the dialog and edit down to just the ID. To my surprise, pasting resulted in a floating point number (actual digits changed, but something like `.123456123458e-123458`). My guess is that because the input type is `number` the browser filtered against a regex. I think the easiest way to optimise this workflow would be to have a "Post ID only" in the "copy link" options. Maybe it should only be visible to people with mod powers, unless there are other use cases where it would be helpful.