Built for 𝕏∙LinkedIn∙Bluesky∙Threads. Powered by AI
Write & schedule, effortlessly
Craft and publish engaging content in an app built for creators.
NEW
Publish anywhere
Publish on X, LinkedIn, Bluesky, Threads, & Mastodon at the same time.
Make it punchier 👊
Typefully
@typefully
We're launching a Command Bar today with great commands and features.
AI ideas and rewrites
Get suggestions, tweet ideas, and rewrites powered by AI.
Turn your tweets & threads into a social blog
Give your content new life with our beautiful, sharable pages. Make it go viral on other platforms too.
+14
Followers
Powerful analytics to grow faster
Easily track your engagement analytics to improve your content and grow faster.
Build in public
Share a recent learning with your followers.
Create engagement
Pose a thought-provoking question.
Never run out of ideas
Get prompts and ideas whenever you write - with examples of popular tweets.
@aaditsh
I think this thread hook could be improved.
@frankdilo
On it 🔥
Share drafts & leave comments
Write with your teammates and get feedback with comments.
NEW
Easlo
@heyeaslo
Reply with "Notion" to get early access to my new template.
Jaga
@kandros5591
Notion 🙏
DM Sent
Create giveaways with Auto-DMs
Send DMs automatically based on engagement with your tweets.
And much more:
Auto-Split Text in Posts
Thread Finisher
Tweet Numbering
Pin Drafts
Connect Multiple Accounts
Automatic Backups
Dark Mode
Keyboard Shortcuts
Creators love Typefully
180,000+ creators and teams chose Typefully to curate their Twitter presence.
Marc Köhlbrugge@marckohlbrugge
Tweeting more with @typefully these days.
🙈 Distraction-free
✍️ Write-only Twitter
🧵 Effortless threads
📈 Actionable metrics
I recommend giving it a shot.
Jurre Houtkamp@jurrehoutkamp
Typefully is fantastic and way too cheap for what you get.
We’ve tried many alternatives at @framer but nothing beats it. If you’re still tweeting from Twitter you’re wasting time.
DHH@dhh
This is my new go-to writing environment for Twitter threads.
They've built something wonderfully simple and distraction free with Typefully 😍
Santiago@svpino
For 24 months, I tried almost a dozen Twitter scheduling tools.
Then I found @typefully, and I've been using it for seven months straight.
When it comes down to the experience of scheduling and long-form content writing, Typefully is in a league of its own.
Luca Rossi ꩜@lucaronin
After trying literally all the major Twitter scheduling tools, I settled with @typefully.
Killer feature to me is the native image editor — unique and super useful 🙏
Visual Theory@visualtheory_
Really impressed by the way @typefully has simplified my Twitter writing + scheduling/publishing experience.
Beautiful user experience.
0 friction.
Simplicity is the ultimate sophistication.
Queue your content in seconds
Write, schedule and boost your tweets - with no need for extra apps.
Schedule with one click
Queue your post with a single click - or pick a time manually.
Pick the perfect time
Time each post to perfection with Typefully's performance analytics.
Boost your content
Retweet and plug your posts for automated engagement.
Start creating a content queue.
Write once, publish everywhere
We natively support multiple platforms, so that you can expand your reach easily.
Check the analytics that matter
Build your audience with insights that make sense.
Writing prompts & personalized post ideas
Break through writer's block with great ideas and suggestions.
Never run out of ideas
Enjoy daily prompts and ideas to inspire your writing.
Use AI for personalized suggestions
Get inspiration from ideas based on your own past tweets.
Flick through topics
Or skim through curated collections of trending tweets for each topic.
Write, edit, and track tweets together
Write and publish with your teammates and friends.
Share your drafts
Brainstorm and bounce ideas with your teammates.
NEW
@aaditsh
I think this thread hook could be improved.
@frankdilo
On it 🔥
Add comments
Get feedback from coworkers before you hit publish.
Read, Write, Publish
Read, WriteRead
Control user access
Decide who can view, edit, or publish your drafts.
Hello #obsidianmd community! It's been a while since I've made a video. I figured I'd jump back in with a basic MacOS shortcut I use daily. This creates an Interstitial Journal entry, even when I'm not in @obsdmd . Thread version below 🧵👇
loom.com/share/e4f1d3ad65464bce95243bf27aeb0ed4
The first challenge I realized is that the daily note needs to exist first. If it doesn't, all I end up with is my journal entry on an otherwise blank daily note. So I need to check for the daily note file. Here is the entire shortcut screenshot for context.
Let's break this shortcut down into smaller chunks. The first thing I need to do is set up the date and time that @obsdmd expects for the Daily Note.
To do that, I run another helper shortcut I created to format the date and time. I could have placed this all in one shortcut, but I wanted to be able to reuse as much as I could in other shortcuts down the road. 👍
Let's take a look at the "Format Date - Obsidian" shortcut. Once this runs, the output is captured in "dateTimeParameters" as the output. IJ Entry will use this output to store the Date and Timestamp needed later.
Next, I need to check if the Daily Notes file actually exists. If it doesn't, the IJ Entry will just add itself to a new, blank daily note without any of my template text.
Let's take a look at the File Exist Daily shortcut.
Here's where I would have liked to store the entire path as a variable to make this shortcut check for ANY file (not just a file in my Daily Notes directory). If someone knows how to do this, let me know. 🙏
If the file does not exist, we need to create it with my final helper shortcut, "Create Daily Note".
Let's take a look at the "Create Daily Note" shortcut. Here is where it is important to capture the original shortcut name (IJ Entry) because it needs to run again to perform the file check after the Daily Note is created.
Back to IJ Entry. It will go through the file check again, but this time it should continue because the file is there. The rest of the shortcut asks for the journal entry text, constructs the journal entry, and appends it to the daily note.
Here's the entire workflow for my IJ Entry Shortcut.
The result after a few runs of the IJ Entry shortcut.
This same shortcut workflow can be adapted to create any entry, not just Daily Notes. Since I broke some of the shortcuts into their own helper shortcuts, I can just reuse those for other workflows. I hope this helps someone in the #obsidianmd community. I use it every day!