Text editor alternative for non programmers?

Heyhey

Is there a way to set the text editor only as what you see is what you get and with every space in the back-end being &nbsp?

Use-case: poets community. No one cares about markdown and many of us need multiple spaces in sequence.

The other day, a user shared some poems and, instead of using *** to establish a division between them, she used -------- and didn’t hit the enter button neither before nor after this dividing line, which then turned the above poem into a title.

Thanks!

2 Likes

related:

TL/TD: rich text editor will be realized at some point. but not yet.

4 Likes

Hey, Lilly! Thanks!

Do you have any idea how long it will take? Just so I know how long I’ll need to keep on dreaming haha

1 Like

See this too:

And this:

3 Likes

Current work around would be:

In the beginning,
            a blank page
                       waits.

The cursor blinks,
           pulses,
           beckons.

First word:
           appears.

           Grows.
                 Flows.
Lines                    indent,
          intent
                clear.

Tabs
    create
          structure,
Spaces
      breathe
            life.

Backspace whispers—
             unspoken thoughts
                        erased.

Between the letters,
                 silent beats,
                           rhythms in
                                    whitespace.

Lines break,
           fragments fall,
                       forming shapes
                                    of meaning.

End.

           Save.

                      Close.

The page returns
            to quietude.

A blank space
          awaits
              anew.

Which is entered via:

```txt
In the beginning,
            a blank page
                       waits.

The cursor blinks,
           pulses,
           beckons.

First word:
           appears.

           Grows.
                 Flows.
Lines                    indent,
          intent
                clear.

Tabs
    create
          structure,
Spaces
      breathe
            life.

Backspace whispers—
             unspoken thoughts
                        erased.

Between the letters,
                 silent beats,
                           rhythms in
                                    whitespace.

Lines break,
           fragments fall,
                       forming shapes
                                    of meaning.

End.

           Save.

                      Close.

The page returns
            to quietude.

A blank space
          awaits
              anew.
```

This combined with some clever CSS could result in very pretty formatting on your forum.

6 Likes

And we are back to one feature request to get the tab key on the keyboard working as it should when writing :smirk:

2 Likes

Wow! This Lexical editor seems amazingly simple to understand and very rich in formatting options.

Dude, this was the best answer I could get hahaha Loved it!

Thank you all for having answered me here. Things are clearer now, both for what we can do now and what we can expect from Discourse in the next year or so. :wink:

6 Likes