rogeriochaves / feedless

https://feedless.social/
GNU Affero General Public License v3.0
103 stars 9 forks source link

Add "[...]" when trucating posts #2

Closed cinnamon-bun closed 4 years ago

cinnamon-bun commented 4 years ago

Awesome project!

Feedless chops down long posts from the rest of SSB without letting people know this is happening. This could result in some bad text, like this silly example

I really like being badminton coach --> I really like being bad

I'm sure we could invent much worse examples which would result in people getting mad at you online.

It would help to add [...] whenever chopping a post, though this doesn't completely solve the problem --> I really like being bad[...]

rogeriochaves commented 4 years ago

thanks for reporting!

yeah, actually I don't truncate post, I split them, so if you have a post with 200 characters, feedless will show one with 140 and another one with 60, I want to improve that to at least cut whole words and not a word in the middle, because that is what people would usually do on twitter

but you are right that even so it might be better to add some indication like people do on twitter with 1/ or even the [...]

rogeriochaves commented 4 years ago

done, I've added the 1/ thingie, personally its easier for me to follow now, what do you think?

image
cinnamon-bun commented 4 years ago

Nice, that helps it make sense!