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.
Search
I think tags should be case-preserving and also case-independent. By this I mean: I do not want us to have two tags that differ only in capitalization, because I think that will lead to errors and...
When I try to send a moderator warning to a user with no suspension, the user gets suspended. Here's me about to warn a test account with no suspension: Here's what I get after I click the "Warn (...
Let's not be disingenuous, eh? The rule is, and has always been, that anyone is welcome to post here as long as they're in line with the Code of Conduct, which is short, simple, and to the point. H...
I made that design decision. If it doesn't work we can of course change it, but the reasoning is pretty much what @pnuts said in another answer. On other sites I've seen a lot of bad titles, ones...
I, too, find that the deleted comments get in the way, but I'd propose a simpler structure. We mods and admins don't need to see the entire structure in an overview; we just need to know that ther...
Several months ago when I first took a look upon Codidact project, I saw that it is using ASP.NET Core 3.1 and I said to myself that this is a project that I can contribute to. This frameworks seem...
What's the difference between codidact.org and codidact.com?
I would suggest to flag the post the comment is on and specify in the flag text that you're flagging to draw attention to a comment and which specific comment. Until comments are flaggable in their...
Can we improve the editor? Currently, the textarea is, IMO, too small (even a short post like this one requires some scrolling when editing). For larger posts (like this one) it's even worse. When ...
When a suggested edit review appears for your post, it isn't possible to see what was changed. Someone made an edit to my post here https://software.codidact.com/posts/suggested-edit/86 and the dif...
I'm not sure this, as suggested, would be a good idea. I fully understand what you're getting at, but I think it would have undesirable, and also likely unintended, consequences. This is a slight...
Would it be possible to change the search so that you don't end up on a separate page? It feels a bit clunky to not be able to search directly. Replace the search button with a text box for the que...
Where is the documentation for the markdown codes used on these pages? I'm trying to RTFM, but can't find the M. I did look in HELP, but it's not there. Below where I'm typing this, there is a b...
Markdown does have a standard these days - CommonMark. We generally support anything that's in the CommonMark specification, plus some other useful bits. If you hover over the buttons in the toolb...
If you know that a bug or feature request is broader than just your site, it's better to post it on main meta if you can. (Things known to be specific to one site belong on the per-site meta.) Re...
This answer can be considered semi-official. It's a mix of "what we currently appear to be doing" and "how I'd want it do be". There is a site suggestion category here on Meta, where everyone wit...
The feature that causes drafts to be saved automatically should: Save the title and tags. Be activated when I edit a tag or the title. I put the tags for bug and feature request on because I did...
There are currently seven tags with zero posts associated with them in the Meta Q&A category1 (excluding tags like TibetLhasatourpackage which have deleted posts associated with them.) These ta...
This answer on Writing Codidact has been edited. The question currently shows on the category front page as "last activity 1 day ago". However, on the question page, there is no indication that t...
As I explained in this post and some community staff confirmed, Codidact is almost a miniature of SE. In fact, I see no radical difference between them. Codidact is being used since not long, tha...
I was part of that conversation, so my input is mostly reflected in this proposal already. I want to add one thing, about community customization, which gets into philosophy. I don't want us to en...
I'm not sure where to start, on my first visit to this site. I don't know the rules, the context, the history, anything really. What brought me here is the search for better online discussion techn...
I would like this functionality to extend to 'questions' as well as answers. This was influenced by the post I cannot understand the meaning of some downvotes In my opinion, downvoting some kinds ...
I saw a user account which had a negative reputation. On the StackExchange sites, the minimum user rep is 1. So why is a negative reputation possible here? I'd like to know the reason, if it was a ...
If you mix HTML and Markdown, you have to clearly separate them, which means leaving a clear blank line break between HTML and Markdown sections. This works: <hr/> **Bold text** This ...