-
Notifications
You must be signed in to change notification settings - Fork 182
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Chat Command to test longer posts #13246
Comments
I'd substantially prefer that the capability to test longer text be implemented by accepting multi-line chat messages. Doing so would leave a record of what was actually tested, rather than just a reference to a URL which would, eventually, become invalid. |
If you have an idea of how this would look I am all ears. There may be unsupported characters that need consideration too such as the newlines themselves. |
@micsthepick cc @makyen I've been working on multiline chat message support, and one of the fixes I'm currently working on may enable this functionality without more work. See #12803, which more-or-less is for SD support of multiline messages that are fairly short. I have a somewhat-tested theory on fixing that, although I don't know when exactly I'll have a chance to implement and test that fix. If the Newlines present via multiline messages (i.e., Shift + Enter) would likely be persisted as |
Is your feature request related to a problem? Please describe.
Sometimes I want to test messages that are longer than the chat command length, but there's not a simple way to do so.
Describe the solution you'd like
#13245 - Implement a chat command to test a post by a plaintext download url.
Describe alternatives you've considered
Making a real sandbox post with the contents - let's not go there!
Additional context
The text was updated successfully, but these errors were encountered: