TheBLVD / mammoth

GNU Affero General Public License v3.0
172 stars 12 forks source link

Allow manually adding a second post #560

Open jgoguen opened 2 months ago

jgoguen commented 2 months ago

Is your feature request related to a problem? Please describe.

Currently the post composer will automatically create a second post as a reply when the character count exceeds the server’s limit. This can lead to posts split where not desired. I’d like to be able to end one post where I want to and start the next one.

Describe the solution you'd like.

Some way is given, whether a button or an empty text field below the current one, that adds a new post to the thread I’m currently posting on. This should happen exactly as if Mammoth had decided to create a new post on its own, except I can choose when each post ends even if that’s under the server character limit.

Describe alternatives you've considered.

Manually posting and replying to the new post is an option, but much less convenient and leaves time where you’re still typing and someone replies before you get the next post out.

Additional context.

No response

derspyy commented 2 months ago

oh, that's a great suggestion! will be looking into that :P