Did the forum update remove the preview?

I am forced to use a new browser now that the forum is updated.
I no longer see a preview when I create a reply. I rely on that preview.
Did that get removed or is it my browser?

I think you don’t need preview anymore as the formatting is automatically updated when you type. So your reply window and your preview window are the same now.

So yes, it’s removed. Because I don’t see it anymore as well.

1 Like

Less than ideal imo.
I just posted code and had a very hard time discerning what was in the code block and what wasn’t.

1 Like

Interesting. I don’t see any problem. There is even a selection bar to make it formatted for gdscript. Although I don’t know why they didn’t make it default instead of making us scroll down to the end of the selection.

Here is how I see it:

class_name SampleClassextends Node2D

var var1: int

var var2:String

func _ready() → void:
var1 = 1
var2 = “GodotIsTheBest”

2 Likes

I was going quick and dirty without “gdscript” tag.
I was going to post a picture but I discovered a toolbar button on the top left that returns the preview window.
Hurray
(Its the A button with the black square thing to the left (first button))

4 Likes

Oh cool. I definitely missed that. Glad to have both options.

1 Like