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.
Posts by trichoplax
I'd like to make charts of user and community stats These could involve a large amount of data as the site grows, so should probably be links to a location that generates them once a day and/or ca...
Code blocks in posts have a "Copy" button at the top right, allowing copying all of the code in the block with a click (or a tap on a touchscreen device). I find this very useful, both because it s...
There is a link in the right hand panel or bottom of the page on mobile to "join us in chat". Chat is an entirely optional extra, but I'm curious about it's usage, so this question is intended as ...
In an answer on Software Development there is a layout inconsistency in the metadata below the answer. Usually the user card is to the right of the date posted, licence, and date edited. However, i...
When a user deletes a question they posted, it shows with a notice which includes the following wording: The author of this post decided to delete it. It can only be seen by users with the Curat...
SVG is only supported in an img tag SVG is only supported inside an HTML <img> tag, or a Markdown image link (which is rendered as an <img> tag behind the scenes). The image upload bu...
Pressing “Save Post” during editing a post fails if you have become signed out. However, there is no indication that you have been signed out, the button just does not respond, and then becomes dis...
On the user profile page there are some posts showing, with a link to “See all”. After clicking See all, the total number of posts is shown at the top. Would it be useful to have a nu...
The “Copy Link” button below each post has been changed so that it now has a pop up offering either a raw link or a Markdown link: This always appears just below the button, even when the le...
Try to create a new comment thread under a post by adding a title but no comment. The “Create thread” button is active, but clicking on it does not work because a comment is required. On desktop a ...
Currently the old Site Proposals category points to the new Proposals community, presumably as a temporary measure until people get used to the new community. This is not ideal, as described in the...
I've noticed something when using MathJax while preparing/editing a post. Each time a change is made to the raw text, the preview rerenders accordingly. This is the behaviour I expect, which ensure...
The cause of the lost line spacing The raw text of your post is converted to HTML ready to be displayed by your web browser. The text is split into paragraphs based on the presence of blank lines,...
When I use an HTML tag to alter the appearance of a paragraph in a Codidact post, it works but the line spacing is reduced, which I do not want. Why is this? Is there anything I can do about it? E...
I was in the middle of drafting a very similar Meta question when I noticed this one had just been posted. I will instead post my thoughts here as an answer, to prompt further discussion. I see the...
On the Abilities page clicking on the name of an ability takes you to the specific ability page. However, clicking on the row of the table anywhere other than the name of the ability just highlight...
While drafting or editing a post images do not show in the rendered post preview. Instead the alt text is displayed: (For me this now shows correctly as an image, so it looks like this is fixed....
After signing in the user is taken to the home page of the community from which they signed in (so, the Q&A posts tab here on Codidact Meta). This means that if I am reading a question and dec...
After a moderator has deleted an answer, it looks like this to the poster of the answer: If the poster of the answer clicks on "Restore", the action is prevented, and a message is shown at the t...
The character limit for a comment is 1000, but the text area in which it is typed or edited is much smaller than this. Most comments are short, but some comments can have reason to be longer, and ...
When editing a post, headings with a single hash # show as significantly bigger than headings with a double hash ##. However, after saving, these two headings are much closer in size (to the point ...
We currently have a limit of 5 tags per question. Should we keep this the same or would any changes be of benefit? For example: Should the limit be higher or lower? Should there be different ...
I altered a few settings to give some options. None of these are finished but should hopefully give starting points for further discussion of which things to change and how much. The effects are ex...
Currently answers can be sorted by Score or Activity: I'd like to be able to also sort them by Age. Would this be useful to anyone else?
When using a <details> tag to add an expandable section to a post, markdown will mostly still work inside the expandable section, but some of it will not work on the first line. Markdown trea...