You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current behaviour
A post that's too long for bluesky will be split. Splits occur between words (in splitTextBluesky). If the split point is mid-sentence it will split the sentence between two posts.
Desired behavior
If the post is split into paragraphs, split between paragraphs instead. (I would interpret a paragraph break as being two line breaks together, markdown-style: \n\n — however, it would probably also work just to split on line breaks.)
If it can't be split on paragraphs, fall back to the existing method.
The text was updated successfully, but these errors were encountered:
Current behaviour
A post that's too long for bluesky will be split. Splits occur between words (in splitTextBluesky). If the split point is mid-sentence it will split the sentence between two posts.
Desired behavior
If the post is split into paragraphs, split between paragraphs instead. (I would interpret a paragraph break as being two line breaks together, markdown-style:
\n\n
— however, it would probably also work just to split on line breaks.)If it can't be split on paragraphs, fall back to the existing method.
The text was updated successfully, but these errors were encountered: