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

multi-line tweets #45

Open
gedge opened this issue Jan 18, 2012 · 2 comments
Open

multi-line tweets #45

gedge opened this issue Jan 18, 2012 · 2 comments
Labels

Comments

@gedge
Copy link
Collaborator

gedge commented Jan 18, 2012

To show - and allow the sending of - multi-line tweets.

Currently showing multi-line tweets involves converting their newlines to spaces.

As for sending, perhaps use

/tweet -part  / top line    \
/tweet -part | middle line   |
/tweet -part  \ bottom line /
/tweet -send

Comments?

@zigdon
Copy link
Owner

zigdon commented Jan 18, 2012

Sounds good to me, add a '-clear' to flush... and maybe a '-preview'?

Also, all of these make no sense without a setting to 'twirssi_strip_newlines', bool, defaults to true. And if it's false, we need to make sure we're maintaining the alignment of multiple lines.

@gedge
Copy link
Collaborator Author

gedge commented Jan 18, 2012

and/or a setting for the replacement of the newlines, perhaps 'twirssi_translate_newline'
defaulting to ' ' (space)
but allowing, say, '\n' for multi-line

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants