Skip to content
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

Automatically split and submit long toots #212

Open
dredmorbius opened this issue Jul 18, 2019 · 0 comments
Open

Automatically split and submit long toots #212

dredmorbius opened this issue Jul 18, 2019 · 0 comments

Comments

@dredmorbius
Copy link

Splitting long toots at <= 500 characters (or other server / user-specified length), and submitting these, with numbering added, would be useful.

I've ginned up some crappy gawk that does the splits, though not submission:

https://pastebin.com/v3FXKxC3

Issues:

  • Max sizes vary by server. 500 is a reasonable default.
  • Unicode / multibyte characters.
  • In replies, references to parent / other thread participants eats into character count.
  • Widow/orphan protection would be useful.
  • Mastodon isn't a long-form medium, even if some people space alien cats abuse it that way.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants