Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »
Meta

Comments on Formatting Progress while writing an Answer

Post

Formatting Progress while writing an Answer

+4
−0

On SE, as we write our answers the formatted text appears below it; a what-you-see-is-what-you-get image.

That helps me, at least, tell if I have unclosed Bold or Italics, if my links are working, if my line spacing is correct, etc.

I just noticed, writing an answer to a question, that we don't have that here.

Is it a planned feature?

(I also notice, when writing a META question, that it still requires a tag to be specified; even though that might not be apropos. I chose "editing" but I wouldn't want this question to appear when somebody is looking for hints on self-editing their novel.)

History
Why does this post require moderator attention?
You might want to add some details to your flag.
Why should this post be closed?

1 comment thread

General comments (5 comments)
General comments
Galastel‭ wrote over 4 years ago

This is particularly important since at the moment we don't have buttons that do the formatting for us: we have to do the markup manually.

Galastel‭ wrote over 4 years ago · edited over 4 years ago

Amadeus, re: Meta tags, that's because the question is in the wrong place. See my relevant question on Meta: Confusing Ask! button on Meta (Your question being on the main page rather than on Meta is how I found the problem - tried to figure out what made that happen. Also flagged for migration to Meta, but that might take a while.)

ArtOfCode‭ wrote over 4 years ago

I'll get this moved to meta - it's not a function in the UI yet, but it's not a difficult thing to do behind the scenes.

celtschk‭ wrote over 4 years ago

I think a preview button (like on Wikipedia) would be an solution that could be implemented much quicker than an SE-like live preview.

ArtOfCode‭ wrote over 4 years ago · edited over 4 years ago

Exactly the same effort to implement actually, @celtschk, just depends whether you trigger a preview on click (button) or on text change (live) - it's a six-character difference between the two options.