this post was submitted on 12 Jul 2026
14 points (93.8% liked)

No Stupid Questions

48895 readers
1206 users here now

No such thing. Ask away!

!nostupidquestions is a community dedicated to being helpful and answering each others' questions on various topics.

The rules for posting and commenting, besides the rules defined here for lemmy.world, are as follows:

Rules (interactive)


Rule 1- All posts must be legitimate questions. All post titles must include a question.

All posts must be legitimate questions, and all post titles must include a question. Questions that are joke or trolling questions, memes, song lyrics as title, etc. are not allowed here. See Rule 6 for all exceptions.



Rule 2- Your question subject cannot be illegal or NSFW material.

Your question subject cannot be illegal or NSFW material. You will be warned first, banned second.



Rule 3- Do not seek mental, medical and professional help here.

Do not seek mental, medical and professional help here. Breaking this rule will not get you or your post removed, but it will put you at risk, and possibly in danger.



Rule 4- No self promotion or upvote-farming of any kind.

That's it.



Rule 5- No baiting or sealioning or promoting an agenda.

Questions which, instead of being of an innocuous nature, are specifically intended (based on reports and in the opinion of our crack moderation team) to bait users into ideological wars on charged political topics will be removed and the authors warned - or banned - depending on severity.



Rule 6- Regarding META posts and joke questions.

Provided it is about the community itself, you may post non-question posts using the [META] tag on your post title.

On fridays, you are allowed to post meme and troll questions, on the condition that it's in text format only, and conforms with our other rules. These posts MUST include the [NSQ Friday] tag in their title.

If you post a serious question on friday and are looking only for legitimate answers, then please include the [Serious] tag on your post. Irrelevant replies will then be removed by moderators.



Rule 7- You can't intentionally annoy, mock, or harass other members.

If you intentionally annoy, mock, harass, or discriminate against any individual member, you will be removed.

Likewise, if you are a member, sympathiser or a resemblant of a movement that is known to largely hate, mock, discriminate against, and/or want to take lives of a group of people, and you were provably vocal about your hate, then you will be banned on sight.



Rule 8- All comments should try to stay relevant to their parent content.



Rule 9- Reposts from other platforms are not allowed.

Let everyone have their own content.



Rule 10- Majority of bots aren't allowed to participate here. This includes using AI responses and summaries.



Credits

Our breathtaking icon was bestowed upon us by @Cevilia!

The greatest banner of all time: by @TheOneWithTheHair!

founded 3 years ago
MODERATORS
 

Sometimes you want to write something with broken lines and you write in the editor:

That's right I'm Sokka
It's pronounced with an Okka
Young Ladies, I rocked ya!

But it ends up looking like this:

That's right I'm Sokka It's pronounced with an Okka Young Ladies, I rocked ya!

The fix is to add two spaces between the final character and the carriage return.

I don't understand what the problem is. CR should be easy enough to translate, and the users intentions are clearly confirmed because they're looking right at what the expect it to look like when they hit submit.

Why does the user have to add two spaces? Why is the universe like this?

Edit: Holy Shit, look, I'm just an idiot typing text expecting WYSIWYG and I don't see a good reason for why I'm not getting it other than that programmers lack theory of mind.

you are viewing a single comment's thread
view the rest of the comments
[–] schipelblorp@sh.itjust.works 2 points 2 hours ago (3 children)

Ah, so that's where it starts, but why isn't it "fixed"? What benefit is there to leaving it like that?

People are writing text, not code and they're expecting the editor to the heavy lifting.

[–] blackbeans@lemmy.zip 2 points 51 minutes ago (1 children)

I'm with you on this one. The behavior is not as people would expect it.

Hitting enter/return should result in a newline. That's what users expect.

The UX is inconsistent because it shows a newline in the entry screen, yet doesn't show it after submitting.

[–] schipelblorp@sh.itjust.works 1 points 20 minutes ago* (last edited 20 minutes ago)

I'll say that the formatting options with the * and the _ and the ** are all pretty awesome. I wish every editor was like that.

[–] TootSweet@lemmy.world 4 points 1 hour ago (1 children)

but why isn’t it “fixed”?

Because it is useful to many people in certain contexts. It's not a bug. It truly is a feature. Not something to be "fixed".

You may prefer your ice cream strawberry flavored, but that doesn't mean any ice cream that is instead chocolate flavored is "defective" and needs to be "corrected" or "fixed" to make it strawberry flavored.

[–] blackbeans@lemmy.zip 1 points 46 minutes ago (1 children)

It can help to give an analogy. But in this case it would be more clear if you would demonstrate the usefulness of this feature by explaining why a user wants to prefer to hit enter and not get any result, instead of hitting enter and getting a newline.

[–] TootSweet@lemmy.world 1 points 40 minutes ago* (last edited 37 minutes ago)

https://lemmyverse.link/lemmy.world/comment/24735359

Also:

hit enter and not get any result

You mean "hit enter and have it not affect the rendered output." It does produce a result. It makes it appear/act differently in the editor. That's not "not getting any result." Just "not getting any result" that's visible in the rendered output.

[–] whaleross@lemmy.world 2 points 2 hours ago (1 children)

Because it is how the format is defined. There is nothing to fix. You write text in paragraphs by default and if you want it to be displayed in any other way you need to declare it. Most formatting is done before the text, like headings and lists, but this newline without a new paragraph is declared with two trailing spaces.

[–] schipelblorp@sh.itjust.works 0 points 2 hours ago* (last edited 2 hours ago) (1 children)

I
declare
it
by
hitting
an
entire
button
dedicated
to
making
a
new
line
that
also
makes
a
new
line
in
the
editor
I'm
looking
at
creating
a
new
line
after
I
hit
the
button
that
creates
a
new
line.

It doesn't make sense from a user perspective, whatever the format is (provided your users aren't programmers).

[–] whaleross@lemmy.world 3 points 1 hour ago (1 children)

Well, you are free to declare your own flavour and try get it supported by whatever editors and libraries you use. Damn, you can make up your own format that works in any particular way you want to. I bet in this time and age you could vibe code it with functions to your heart's desire.

But bitching about it to people that are trying to be helpful and explain why it is like it is will not render much other result than said people dropping you into their blocklist for being annoying.

[–] schipelblorp@sh.itjust.works 1 points 36 minutes ago* (last edited 33 minutes ago)

Fair. Apologies.

This issue is that you gave me kind of a detailed answer that didn't really answer my question: What is the BENEFIT of doing it this way in the face of unexpected behavior to a naive user? Two answers others have given are that it allows easier cut-and-paste, and it allows users to break up their text for their own readability on narrower displays while still allowing it to be formatted to fit the final screen. Your answer of "Is is the way it is because that's the way it is" is logically unassailable, yet lacks explanatory power.