Anyone knows of a #Mastodon app that allows you to do drafts of #Threads ? (Not facebook - actual threads)
@feditips ? 🙏
Conversation
Notices
-
Embed this notice
El Duvelle (elduvelle@neuromatch.social)'s status on Tuesday, 15-Aug-2023 00:49:28 JST El Duvelle -
Embed this notice
FediTips has moved! (feditips@mstdn.social)'s status on Tuesday, 15-Aug-2023 00:52:21 JST FediTips has moved! They don't mean Facebook Threads, they mean threads of posts in Mastodon.
-
Embed this notice
rootfs :oh_no: (rootfs@mastodon.org.uk)'s status on Tuesday, 15-Aug-2023 00:52:25 JST rootfs :oh_no: @elduvelle @feditips if you have iOS, then threads does that
-
Embed this notice
El Duvelle (elduvelle@neuromatch.social)'s status on Tuesday, 15-Aug-2023 00:56:01 JST El Duvelle @feditips @rootfs Indeed. I wish they hadn’t called their app “threads”… why would you do that 🤦
-
Embed this notice
FediTips has moved! (feditips@mstdn.social)'s status on Tuesday, 15-Aug-2023 00:56:01 JST FediTips has moved! Yeah, as someone pointed out these new names like "Threads", "Meta", "X" etc are guaranteed to cause confusion and they're impossible to filter out because of this.
-
Embed this notice
FediTips has moved! (feditips@mstdn.social)'s status on Tuesday, 15-Aug-2023 00:58:33 JST FediTips has moved! Would those be in a thread though? Or would they be many separate posts?
-
Embed this notice
Michael Santaly (wonkothesane@mstdn.social)'s status on Tuesday, 15-Aug-2023 00:58:34 JST Michael Santaly @elduvelle @feditips Ivory let’s you create unlimited drafts, so you could write out a bunch of toots and then publish them one after another. It’s not as intuitive as the way Toot! But it sorta has the same effect
-
Embed this notice
El Duvelle (elduvelle@neuromatch.social)'s status on Tuesday, 15-Aug-2023 00:58:35 JST El Duvelle @wonkothesane @feditips even drafts of threads? Not single posts?
-
Embed this notice
Michael Santaly (wonkothesane@mstdn.social)'s status on Tuesday, 15-Aug-2023 00:58:36 JST Michael Santaly @elduvelle @feditips Ivory allows you to create drafts as well
-
Embed this notice
FediTips has moved! (feditips@mstdn.social)'s status on Tuesday, 15-Aug-2023 01:10:59 JST FediTips has moved! Do you mean Buffer? (https://buffer.com/mastodon)
-
Embed this notice
MrClon (mrclon@lor.sh)'s status on Tuesday, 15-Aug-2023 01:11:10 JST MrClon @elduvelle @feditips there was some desktop focused on journalism with that feature. Can't remember name.
Or you can use instance with big post char limit and don't make threadsIn conversation permalink -
Embed this notice
FediTips has moved! (feditips@mstdn.social)'s status on Monday, 28-Aug-2023 03:32:36 JST FediTips has moved! There are lots of different kinds of clients for Mastodon, there are even MS-DOS and Amiga clients 👍
In conversation permalink -
Embed this notice
Dan Drake 🦆 (ddrake@mathstodon.xyz)'s status on Monday, 28-Aug-2023 03:32:59 JST Dan Drake 🦆 @jekely @elduvelle @feditips a CLI client for Mastodon! OMG that reminds me of the golden age of LiveJournal and such in the early 2000s. Those were great times, I think, before the rise of modern-day social networking and apps and such.
In conversation permalink -
Embed this notice
Gaspar Jekely (jekely@biologists.social)'s status on Monday, 28-Aug-2023 03:34:23 JST Gaspar Jekely You can do this with the toot tool:
https://toot.bezdomni.net/introduction.htmlAuthor your complete thread in one .sh file and post it with all media etc. You can reply as many times as you want.
#!/bin/bash
toot post "toot 1" > toot_id.txt -m path/to/image.png -d "My image"
id=$(grep -oE '[0-9]+$' toot_id.txt) && echo $id
toot post --reply-to $id "reply to toot 1" -v 'unlisted' -m path/to/image2.png -d "My 2nd image"
toot post --reply-to $id "second reply to toot 1" -v 'unlisted'
In conversation permalink Attachments
-
Embed this notice