Cyclops · @cyclops
132 followers · 683 posts · Server social.moltenaether.com

Just finished updating my instance with a 3000 . I never liked the 500 character limit and I fail to see why it isn't configurable in settings, this seems really weird to me. Whatever though, it doesn't seem to work on iOS but I never post there and for iOS doing 500 characters seems pretty reasonable.

#mastodon #characterlimit

Last updated 1 year ago

Evie (SleepyCatten) · @SleepyCatten
1780 followers · 2496 posts · Server cultofshiv.wtf

FWLIW, I made a suggestion to remove the character limit for Mastodon posts & alt text, or at the very least make them configurable 👇

github.com/mastodon/mastodon/i

#Mastodon #accessibility #alttext #characterlimit

Last updated 1 year ago

Jason Pettus :blobrainbow: · @jasonpettus
348 followers · 1380 posts · Server mastodon.cloud

Help me, Mastodoners! I'm looking for an instance to join that has high character limits. Could you please recommend one? Thank you!

#wanted #advice #mastodon #instance #server #high #characterlimit #suggestions #recommendations

Last updated 1 year ago

Tilman · @twone2
224 followers · 183 posts · Server journa.host

I was just starting to wonder ...

#characterlimit

Last updated 1 year ago

Mastodon character limit increase – in a Docker environment

For the Docker Mastodon admin newbies.

With the script, you increase the character limit to 5000 characters for your instance.

#!/bin/bash
docker-compose exec web sed -i ‘s/500/5000/g’ app/javascript/mastodon/features/compose/components/compose_form.js
docker-compose exec web sed -i ‘s/500/5000/g’ app/validators/status_length_validator.rb
docker-compose exec web sed -i ‘s/:registrations/:registrations, :max_toot_chars /g’ app/serializers/rest/instance_serializer.rb
docker-compose exec web sed -i ‘s/private/def max_toot_charsn 5000n endnn private/g’ app/serializers/rest/instance_serializer.rb
docker-compose exec web bundle exec rails assets:precompile && echo “pass” || echo “fail”

docker-compose restart

Save the whole thing as 5000.sh.
Then with
Chmod +x 5000.sh
to make it executable. Now you can execute the script with
./5000.sh
wait a moment and you have 5000 characters.

Tested with Mastodon v4.1.0rc3

I myself have only slightly modified the script from this forum post here
forums.unraid.net/topic/74350-

#mastodon #mastoadmin #characterlimit #docker #vps #linux #dockerizedmastodon

Last updated 2 years ago

FĂźr die Docker Mastodon Admin- Neulinge.

Mit dem Script erhĂśht ihr das Zeichenlimit auf 5000 Zeichen bei eurer Instanz.

----
#!/bin/bash
docker-compose exec web sed -i 's/500/5000/g' app/javascript/mastodon/features/compose/components/compose_form.js
docker-compose exec web sed -i 's/500/5000/g' app/validators/status_length_validator.rb
docker-compose exec web sed -i 's/:registrations/:registrations, :max_toot_chars /g' app/serializers/rest/instance_serializer.rb
docker-compose exec web sed -i 's/private/def max_toot_chars\n 5000\n end\n\n private/g' app/serializers/rest/instance_serializer.rb
docker-compose exec web bundle exec rails assets:precompile && echo "pass" || echo "fail"

docker-compose restart

---
das ganze als 5000.sh speichern.
Dann mit Chmod +x 5000.sh ausfĂźhrbar machen und dann mit ./5000.sh ausfĂźhren, etwas warten und ihr habt 5000 Zeichen.

Klappt mit v4.1.0rc3

habe dazu nur leicht das Script hier abgewandelt
forums.unraid.net/topic/74350-

#mastodon #mastoadmin #characterlimit #docker #vps #linux #dockerizedmastodon

Last updated 2 years ago

Joseph Kanski · @JPK_elmediat
549 followers · 4671 posts · Server mastodon.art
Gene Regulation · @generegulation
885 followers · 216 posts · Server genomic.social

@albertvilella actually it seems that Mastodon does not have a hard limit for the word count. The server admins can set any character limit as far as I understand. Perhaps @Psy_Fer_ can comment on this? It would be good to increase the limit here to 4,000 as well.

#characterlimit #wordlimit

Last updated 2 years ago

Leisureguy · @Leisureguy
284 followers · 2321 posts · Server mstdn.party

@jonah

I've mentioned before that the limit of 500 characters for a post should have been 512 characters because then we would feel we know the reason for the limit.

I just learned that you can set the limit for this instance to be anything (within reason). I do think it would be good to raise the limit a bit.

Request: Raise the limit to 666 characters. That's comfortably more but not excessive, and it's a meaningful number.

#featurerequest #characterlimit #notablenumbers

Last updated 2 years ago

Kristoffer Lawson · @Setok
331 followers · 1491 posts · Server attractive.space

While I appreciate the decentralisation that allows some instances to go beyond the typical 500 on , I’d like a way to client-side specify not to show more (unless I click the post open). In a feed type application, as this is, long posts take up a lot of doom scroll space.

#characterlimit #mastodon

Last updated 2 years ago

Nat (she/her) · @murderveggie
50 followers · 93 posts · Server mastodon.social

Since when does Mastodon have a ?

#characterlimit

Last updated 2 years ago

Nat (she/her) · @murderveggie
56 followers · 134 posts · Server mastodon.social

Since when does Mastodon have a ?

#characterlimit

Last updated 2 years ago

RikiGuitarist · @RikiGuitarist
1 followers · 31 posts · Server mastodon.social

Having a requires a lot of words. Which is difficult with the that services have.

Nothing is always 100%. There are no absolutes. There are always exceptions.

Having limited words means there will be some perceived generalizing when opinions are given. But that leads to people asking each other questions. It opens the door to .

#nuanceddiscussion #characterlimit #microblog #discussions

Last updated 2 years ago

Luke MacNeil · @luke
579 followers · 962 posts · Server home.social

I would really appreciate the increased character limit that some servers provide. Can someone recommend a good one with that functionality?

#fediverse #characterlimit #longform

Last updated 2 years ago

John Kennedy✅ · @TheLargeGlass
9 followers · 19 posts · Server mastodon.social

Welcome all!

I am hoping to get some feedback on what Mastodon users (new and established) think of the idea of raising the “character” limit for posts—just enough to avoid having to post a reply to one's own posts!

Sincerely,
J.K.



#characterlimit #posting #notenoughspace

Last updated 2 years ago

Yay for the #500

Few things, we don't want to accidentally mentioning someone we don't intend to, mostly client side, not the end users. Some clients automatically add multiple tags, and content warning in replies.

#characterlimit

Last updated 2 years ago

randomcruft · @randomcruft
1 followers · 2 posts · Server mastodon.sdf.org

With all the lately, it's about time I made one... not a just 🙂

is life
for fun
by day and by night as well...
, , , , , in no particular order...
Working in pays the bills...
No wasted... ever!
addict...
, , for the win!

I more than I post, as I don't have much to say but, none the less.

met!

#introductions #twitterrefugee #latetothegame #music #drumming #geek #sigh #apple #bsd #linux #foss #opensource #technology #chocolate #peanutbutter #anime #horror #scifi #lurk #tbh #friendly #characterlimit

Last updated 2 years ago

Q · @q
0 followers · 3 posts · Server toot.cat

The despair of registering for a instance because the is 1,000,000 characters, but you don't have anything to fill even a fraction of that.

This is now my TwitLonger if push comes to shove.

#mastodon #characterlimit

Last updated 2 years ago

Joseph Kanski · @JPK_elmediat
240 followers · 2111 posts · Server mastodon.art

Is it possible to create new within the space of a Mastodon ?
By this, I mean an that is dictated by the of a Toot. The easiest form is to compose , , or a combination, such as that is restricted to the Toot . I experimented with this myself when composing some .
That type of composition could be printed without losing/changing meaning. So I am curious - is there ? Only existing as a Toot?

#tootart #collagepoetry #dadaist #characterlimit #haibun #poetry #prose #CodesandCoventions #Artform #toot #art

Last updated 2 years ago