Description
Threaded Writing is a feature which can be used to write out long messages without needing your instance to support a given character limit by splitting up your messages into multiple at once.
This is something that e.g Mammoth on iOS allows to do, which can make it much easier to write threads.
Implementation suggestions
To implement this, I propose a couple of suggestions on things to look out for:
-
Allow the user to customize the way in which your message is split
The User should be able to customize what string should be put at the beginning/end of each post/reply after being split to customize the way other people on the network see it in the end.
Said string should have variables (e.g%number%
) to signify how far you're currently in to reading a given thread.
This custom string would be optional. -
Editing a thread should be visual.
The user should be able to see their text being split up into multiple posts/replies as part of the thread in one way or another. This is (in my opinion) best achieved by inserting the string into the normal compose window, and when the character limit is hit, offer a+
button to put the overlapping text into the next post of the thread. Words at the beginning / end of the new / last post should have...
at the end to signify the content continuing in the next reply. -
There should be a "posting status" next to / in the "Publish" button to signify how many of the n amount of replies have been succesfully posted / replied already, until said action is finished.
I appreciate reading through this and all the work you're doing on making Elk as awesome as can be, thank you all very much, fellow developers and contributors! ❤️